Re: ant debug failed to launch

2012-09-12 Thread Chiradeep Vittal
;> >> -- >> Chiradeep >> >> On Sep 11, 2012, at 20:26, "Edison Su" wrote: >> >>> I fixed it in master, could you have a try? >>> ant clean-tomcat >>> ant build-all deploy-server >>> >>>> -Original Message

Re: ant debug failed to launch

2012-09-11 Thread Gavin Lee
; -Original Message- >>> From: Edison Su [mailto:edison...@citrix.com] >>> Sent: Tuesday, September 11, 2012 7:45 PM >>> To: cloudstack-dev@incubator.apache.org >>> Subject: RE: ant debug failed to launch >>> >>> rm $CATALINA_HOME/lib/servlet-

Re: ant debug failed to launch

2012-09-11 Thread Chiradeep Vittal
inal Message- >> From: Edison Su [mailto:edison...@citrix.com] >> Sent: Tuesday, September 11, 2012 7:45 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: ant debug failed to launch >> >> rm $CATALINA_HOME/lib/servlet-api-2.5-20081211.jar >>

RE: ant debug failed to launch

2012-09-11 Thread Edison Su
I fixed it in master, could you have a try? ant clean-tomcat ant build-all deploy-server > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Tuesday, September 11, 2012 7:45 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: ant debug f

RE: ant debug failed to launch

2012-09-11 Thread Edison Su
rm $CATALINA_HOME/lib/servlet-api-2.5-20081211.jar rm $CATALINA_HOME/lib/servlet-api-2.3.jar > -Original Message- > From: Gavin Lee [mailto:gavin@gmail.com] > Sent: Tuesday, September 11, 2012 7:26 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: ant debug f

Re: ant debug failed to launch

2012-09-11 Thread Gavin Lee
y-server' re-introduces the same problems. > > On 9/11/12 11:34 AM, "Edison Su" wrote: > >>Ant clean-tomcat doesn't work? >> >>> -Original Message- >>> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >>> Se

Re: ant debug failed to launch

2012-09-11 Thread Chiradeep Vittal
? > >> -Original Message- >> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >> Sent: Tuesday, September 11, 2012 11:16 AM >> To: CloudStack DeveloperList >> Subject: Re: ant debug failed to launch >> >> To get even further, here are the addi

RE: ant debug failed to launch

2012-09-11 Thread Edison Su
Ant clean-tomcat doesn't work? > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: Tuesday, September 11, 2012 11:16 AM > To: CloudStack DeveloperList > Subject: Re: ant debug failed to launch > > To get even further, her

Re: ant debug failed to launch

2012-09-11 Thread Chiradeep Vittal
To get even further, here are the additional steps: rm $CATALINA_HOME/lib/axis*.jar rm $CATALINA_HOME/lib/slf4j* rm $CATALINA_HOME/lib/*jcl* rm $CATALINA_HOME/webapps7080/awsapi/WEB-INF/lib/log4j-1.2.15.jar Not sure where the problem is -- maven or ant. On 9/11/12 10:28 AM, "Chiradeep Vittal"

Re: ant debug failed to launch

2012-09-11 Thread Chiradeep Vittal
I found that I had to remove $CATALINA_HOME/lib/servlet-api-2.3.jar to move past this error. On 9/11/12 7:04 AM, "Gavin Lee" wrote: >My environment was ok yesterday for ant debug before I update the source >code. >I use root account, I know it's not good, I checked both CATALINA_HOME >and src fo

Re: ant debug failed to launch

2012-09-11 Thread Gavin Lee
My environment was ok yesterday for ant debug before I update the source code. I use root account, I know it's not good, I checked both CATALINA_HOME and src folder, the folder permission/ownership is correct. On Tue, Sep 11, 2012 at 8:05 PM, Rohit Yadav wrote: > Make sure you're the owner on the

Re: ant debug failed to launch

2012-09-11 Thread Rohit Yadav
Make sure you're the owner on the source code (where your jars are) and on CATALINA_HOME. chown -R ant deploy-server and, ant debug! Regards, Rohit On 11-Sep-2012, at 3:24 PM, Gavin Lee wrote: > I followed the instruction [1] to setup maven build environment. > Everything went well except

Re: ant debug failed to launch

2012-09-11 Thread prasanna
Permissions -rwx- on CATALINA_HOME for the user? On 11 September 2012 15:24, Gavin Lee wrote: > I followed the instruction [1] to setup maven build environment. > Everything went well except the last step: ant debug > > I can use " mvn -P client -pl client jetty:run " but encounter some > other i