Hi, I've seen some weird logs in catalina.out. Every build at the end prints a stack trace whatever it result is:
FINE: job1 #311 : result is set to FAILURE java.lang.Exception at hudson.model.Run.setResult(Run.java:373) at hudson.model.Build$BuildExecution.doRun(Build.java:167) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1460) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:239) Jun 25, 2012 12:02:06 AM hudson.model.Run execute INFO: job1 #311 main build action completed: FAILURE FINE: job2 #367 : result is set to SUCCESS java.lang.Exception at hudson.model.Run.setResult(Run.java:373) at hudson.model.Run.execute(Run.java:1460) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:239) Jun 25, 2012 7:19:15 AM hudson.model.Run execute INFO: job2 #367 main build action completed: SUCCESS These errors do not appear in job log and do not seem to produce any strange behaviour appart from displaying in catalina logs Any guesses? Thanks, Julia