RE: Build ERROR while installing Management Server of CloudStack

2013-02-02 Thread Pranav Saxena
I think you need check if your CATALINA path is set properly , then clean up your tomcat (ant clean tomcat) and deploy the server and your db again . -Original Message- From: Kausal Malladi [mailto:mkau...@gmail.com] Sent: Saturday, February 02, 2013 11:39 PM To: cloudstack-dev@incub

Re: Build error in last step of starting mgmt server

2012-10-31 Thread Brett Porter
supports relative path, groupId:artifactId and :artifactId (the form used in the example). - Brett > > -Original Message- > From: Abhijith Chandrashekar [mailto:abhijith.chandrashe...@citrix.com] > Sent: Wednesday, October 31, 2012 9:32 AM > To: cloudstack-dev@incubator.apache.org >

RE: Build error in last step of starting mgmt server

2012-10-31 Thread Abhijith Chandrashekar
Never mind, maven3 did the trick. Thanks, Abhijith -Original Message- From: Abhijith Chandrashekar [mailto:abhijith.chandrashe...@citrix.com] Sent: Wednesday, October 31, 2012 9:32 AM To: cloudstack-dev@incubator.apache.org Subject: RE: Build error in last step of starting mgmt server

RE: Build error in last step of starting mgmt server

2012-10-31 Thread Abhijith Chandrashekar
AM To: cloudstack-dev@incubator.apache.org Subject: Re: Build error in last step of starting mgmt server Works for me. Please check that you've maven3. Looks like your maven is unable to find the artifact, try: mvn -pl client jetty:run Regards. On 31-Oct-2012, at 5:18 AM, Abhijith Cha

Re: Build error in last step of starting mgmt server

2012-10-31 Thread Rohit Yadav
Works for me. Please check that you've maven3. Looks like your maven is unable to find the artifact, try: mvn -pl client jetty:run Regards. On 31-Oct-2012, at 5:18 AM, Abhijith Chandrashekar wrote: > Hi, > > After successfully executing all the previous steps as listed in > https://cwiki.a

Re: Build error with Maven for branch - Master

2012-10-25 Thread Brett Porter
On 26/10/2012, at 9:49 AM, Abhijith Chandrashekar wrote: > Hi, > > When building using Maven, I am facing the following error upon running 'mvn > -P developer install': > > > > > > [ERROR] BUILD ERROR > [INFO]

Re: Build error

2012-09-13 Thread Matthew Morrissey
Thanks Yichi! I ran into this problem this morning and the .mavenrc file did the trick :) On Wed, Sep 12, 2012 at 6:17 PM, Yichi Lu wrote: > Chiradeep: > > I now created a file .mavenrc (previously I put this line in > .bash_profile), with one line in it: > MAVEN_OPTS="-Xms512m -Xmx1024m -XX:Max

Re: Build error

2012-09-12 Thread Yichi Lu
Chiradeep: I now created a file .mavenrc (previously I put this line in .bash_profile), with one line in it: MAVEN_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=128m -verbose:gc" Now my build is successful: [INFO] [INFO] Reactor

Re: Build error

2012-09-12 Thread Chiradeep Vittal
If it helps, I am on Mac OSX 10.6.8 (Snow Leopard), 64-bit, JDK 1.6.0_35 java -version java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-10M3811) Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode) $ javac -version javac 1.6.0_35 On 9/12/12 2:17 PM,

Re: Build error

2012-09-12 Thread Yichi Lu
Hey, Chiradeep: Thanks for your help. But I still have the same problem: USLT-205731:incubator-cloudstack yichi.lu$ echo $MAVEN_OPTS -Xms512m -Xmx1024m -XX:MaxPermSize=128m [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-awsapi --- [INFO] Compiling 972 source files to /U

Re: Build error

2012-09-12 Thread Chiradeep Vittal
Try adding -XX:MaxPermSize=128m to MAVEN_OPTS On 9/12/12 11:50 AM, "Yichi Lu" wrote: >Hello, fellow CloudStacker. > >I am new here,and I have a problem. I downloaded CloudStack, >incubator-cloudstack, and tried to build it. I just typed mvn, and I got: > >... >[INFO] --- maven-compiler-plugin:2.