Hi Edison, My MAVEN_OPTS env var is currently set up as such:
MAVEN_OPTS=-Xmx2048m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n Do you recommend I change it to this: MAVEN_OPTS=-XX:MaxPermSize=512m -Xmx2048m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n Thanks On Tue, Feb 12, 2013 at 4:32 PM, Edison Su <[email protected]> wrote: > If you are running jetty on maven command line, run the following: > export MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx1024m" > > before jetty:run. > > > -----Original Message----- > > From: Mike Tutkowski [mailto:[email protected]] > > Sent: Tuesday, February 12, 2013 1:22 PM > > To: [email protected] > > Subject: Can't run Jetty on storage_refactor branch > > > > Hi, > > > > As I indicated in an earlier e-mail, I have a branch off of the > storage_refactor > > branch. I can't seem to get Jetty to run on either my branch or on the > > storage_refactor one, but it works on Master. > > > > Any ideas? It just hangs at that bottom message. > > > > Thanks! > > > > main: > > [INFO] Executed tasks > > [INFO] > > [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud- > > client-ui --- [INFO] No sources to compile [INFO] [INFO] --- > maven-resources- > > plugin:2.5:testResources (default-testResources) @ cloud-client-ui --- > [debug] > > execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered > > resources. > > [INFO] skip non existing resourceDirectory > > /Users/mtutkowski/Documents/CloudStack/src/incubator- > > cloudstack/client/src/test/resources > > [INFO] Copying 3 resources > > [INFO] > > [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) > @ > > cloud-client-ui --- [INFO] No sources to compile [INFO] [INFO] <<< maven- > > jetty-plugin:6.1.26:run (default-cli) @ cloud-client-ui <<< [INFO] > [INFO] --- > > maven-jetty-plugin:6.1.26:run (default-cli) @ cloud-client-ui --- [INFO] > > Configuring Jetty for project: Apache CloudStack Client UI [INFO] Webapp > > source directory = > > /Users/mtutkowski/Documents/CloudStack/src/incubator- > > cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT > > [INFO] Reload Mechanic: automatic > > [INFO] Classes = > > /Users/mtutkowski/Documents/CloudStack/src/incubator- > > cloudstack/client/target/classes > > 2013-02-12 14:17:38.932:INFO::Logging to STDERR via > > org.mortbay.log.StdErrLog [INFO] Context path = /client [INFO] Tmp > > directory = determined at runtime [INFO] Web defaults = > > org/mortbay/jetty/webapp/webdefault.xml > > [INFO] Web overrides = none > > [INFO] web.xml file = > > /Users/mtutkowski/Documents/CloudStack/src/incubator- > > cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/web.xml > > [INFO] Webapp directory = > > /Users/mtutkowski/Documents/CloudStack/src/incubator- > > cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT > > [INFO] Starting jetty 6.1.26 ... > > 2013-02-12 14:17:39.017:INFO::jetty-6.1.26 > > 2013-02-12 14:17:39.326:INFO::No Transaction manager found - if your > > webapp requires one, please configure one. > > 2013-02-12 14:17:39.827:INFO:/client:Initializing Spring root > > WebApplicationContext log4j:WARN No appenders could be found for logger > > (org.springframework.web.context.ContextLoader). > > log4j:WARN Please initialize the log4j system properly. > > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for > > more info. > > > > > > -- > > *Mike Tutkowski* > > *Senior CloudStack Developer, SolidFire Inc.* > > e: [email protected] > > o: 303.746.7302 > > Advancing the way the world uses the > > cloud<http://solidfire.com/solution/overview/?video=play> > > *(tm)* > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: [email protected] o: 303.746.7302 Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play> *™*
