Quantcast

Weird exceptions at the end of every build

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Weird exceptions at the end of every build

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Weird exceptions at the end of every build

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!
Loading...