Hi everyone,

We recently upgraded to 1.509.4, updated all plugins, and
installed/configured the Port Allocator plugin so that we can run Emma code
coverage without all builds trying to use the same port.  Most of our
builds are running with no problem, but we have one build that suddenly
started failing when we set up the port allocator.  It is likely also one
of the few builds we have configured using the Build Timeout plugin, to
time out the build if it gets stuck.

We are seeing this stack trace happen immediately after the SVN checkout:

no change for http://svn.uhc.com/svn/oi_ap/core/trunk/platform-db-api
since the previous build
ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-us...@googlegroups.comjava.lang.IllegalStateException
<http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>:
Timer already cancelled.
        at java.util.Timer.sched(Unknown Source)
        at java.util.Timer.schedule(Unknown Source)
        at 
hudson.plugins.build_timeout.BuildTimeoutWrapper$1EnvironmentImpl.<init>(BuildTimeoutWrapper.java:110)
        at 
hudson.plugins.build_timeout.BuildTimeoutWrapper.setUp(BuildTimeoutWrapper.java:120)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:632)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
        at hudson.model.Run.execute(Run.java:1592)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:508)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:237)
project=hudson.maven.MavenModuleSet@dedcb39[ACC Core Platform db api]
project.getModules()=[hudson.maven.MavenModule@1c438611[ACC Core
Platform db api/com.uhg.optum.acc:platform-db-api][ACC Core Platform
db api/com.uhg.optum.acc:platform-db-api][relativePath:],
hudson.maven.MavenModule@1f4f4b82[ACC Core Platform db
api/com.uhg.optum.ap:platform-db-api][ACC Core Platform db
api/com.uhg.optum.ap:platform-db-api][relativePath:]]
project.getRootModule()=hudson.maven.MavenModule@1c438611[ACC Core
Platform db api/com.uhg.optum.acc:platform-db-api][ACC Core Platform
db api/com.uhg.optum.acc:platform-db-api][relativePath:]
FATAL: Timer already cancelled.java.lang.IllegalStateException
<http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>:
Timer already cancelled.
        at java.util.Timer.sched(Unknown Source)
        at java.util.Timer.schedule(Unknown Source)
        at 
hudson.plugins.build_timeout.BuildTimeoutWrapper$1EnvironmentImpl.<init>(BuildTimeoutWrapper.java:110)
        at 
hudson.plugins.build_timeout.BuildTimeoutWrapper.setUp(BuildTimeoutWrapper.java:120)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:632)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
        at hudson.model.Run.execute(Run.java:1592)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:508)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:237)

When I disable the build timeout, the build succeeds.  This appears to be a
conflict with the two plugins.  Is this a known issue?

John

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to