|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi everyone.
We encounter the same issue repeatedly. It can't be replicated easily, but it happens every few days to every few weeks. Our Jenkins is the LTS release v1.509.1 and is set up on Ubuntu 12.04 with Java 1.6.0_45.
The error we get looks like this as soon as it has infested the system and starts to abort builds when they start:
--------------------------------
FATAL: Timer already cancelled.
java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
at java.util.Timer.schedule(Timer.java:170)
at hudson.plugins.build_timeout.BuildTimeoutWrapper$1EnvironmentImpl.<init>(BuildTimeoutWrapper.java:149)
at hudson.plugins.build_timeout.BuildTimeoutWrapper.setUp(BuildTimeoutWrapper.java:184)
at hudson.model.Build$BuildExecution.doRun(Build.java:154)
[...]
--------------------------------
When the error happens for the first time, it aborts at different stages in the build; but most often when the publishers start to be executed. All new builds fail with the above message, though.
It's a real showstopper for us.
As an additional note, all our builds have a fixed value of 3 hours set for the BuildTimeout plugin, so the comment from Sogabe does not really apply to us.
Thanks in advance.