Something is probably different in the environment when Tomcat is started by Jenkins.
I would start by comparing the environment variables in your shell where it works and environment variables in the shell used by ant. You might want to execute the command "env" to see all the environment variables and their values. You could add a build step into your job that executes "env" alone. Even better would be to use ant to run "env" command, just in case ant affects the environment variables in some way. -- Sami Varghese Renny kirjoitti 17.7.2012 kello 8.07: > > While i trying to execute the tomcat startup from jenkins i am getting an > error like > log4j: Error occured while converting date. > i started tomcat using ant task. > > When i manually do startup, it is not showing any problem application is > getting up. > Version of tomcat i am using is tomcat 6.0.30 > > > Please help me , i am deploying it in my slave system where workspace exists. > > > > > Thanks in Advance > varghese
