Re: Weird exceptions at the end of every build

2012-06-28 Thread grayaii
this won't help you any, but it's not happening to us.
We have Jenkins 1.432.
Maybe it's a plugin that's causing that exception?
good luck!

--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Weird-exceptions-at-the-end-of-every-build-tp4632684p4633134.html
Sent from the Jenkins users mailing list archive at Nabble.com.


Weird exceptions at the end of every build

2012-06-25 Thread Julia S. Simon
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