-
Bug
-
Resolution: Duplicate
-
Critical
-
None
In our jenkins setup i started noticing that re builds of certain builds started leading to the following error in the logs
Apr 08, 2015 3:12:53 PM hudson.model.Executor run SEVERE: Unexpected executor death java.lang.IllegalStateException: /path/jobs/job-name/builds/59 already existed; will not overwite with HDP-TS #59 at hudson.model.RunMap.put(RunMap.java:187) at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:178) at hudson.model.AbstractProject.newBuild(AbstractProject.java:1006) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1205) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:144) at hudson.model.Executor$1.call(Executor.java:328) at hudson.model.Executor$1.call(Executor.java:310) at hudson.model.Queue._withLock(Queue.java:1246) at hudson.model.Queue.withLock(Queue.java:1184) at hudson.model.Executor.run(Executor.java:310)
If the user on the same job starts a new build it works fine. So something with re build is causing these errors. When we run into the above state the executor thread becomes dead and has to be restarted and asks you to go to http://host:8080/computer/%28master%29/executors/21/causeOfDeath
Saw this happen multiple times on different jobs. We are running v1.607
- duplicates
-
JENKINS-26582 ISE from RunMap.put using /git/notifyCommit on a matrix project
- Closed