|
||||||||
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/d/optout.
Hi Bruce,
I face the same issue of dead executors with jenkins-1.532.3. Coudl you please provide insights:
Here is the log:
Exception in thread "Executor #0 for master" java.lang.ClassCastException: hudson.model.FreeStyleBuild cannot be cast to hudson.model.Action
at hudson.model.Run.onLoad(Run.java:331)
at hudson.model.RunMap.retrieve(RunMap.java:223)
at hudson.model.RunMap.retrieve(RunMap.java:59)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:688)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:671)
at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:470)
at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:219)
at hudson.tasks.Fingerprinter$FingerprintAction.compact(Fingerprinter.java:361)
at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:350)
at hudson.model.Run.onLoad(Run.java:333)
at hudson.model.RunMap.retrieve(RunMap.java:223)
at hudson.model.RunMap.retrieve(RunMap.java:59)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:688)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:650)
at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:382)
at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:547)
at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:393)
at jenkins.model.lazy.AbstractLazyLoadRunMap.newestBuild(AbstractLazyLoadRunMap.java:335)
at hudson.model.AbstractProject.getLastBuild(AbstractProject.java:1089)
at hudson.model.AbstractProject.getLastBuild(AbstractProject.java:152)
at hudson.model.Job.isLogUpdated(Job.java:293)
at hudson.model.AbstractProject.getCauseOfBlockage(AbstractProject.java:1285)
at hudson.model.AbstractProject.isBuildBlocked(AbstractProject.java:1222)
at hudson.model.Queue.isBuildBlocked(Queue.java:1021)
at hudson.model.Queue.maintain(Queue.java:1080)
at hudson.model.Queue.pop(Queue.java:935)
at hudson.model.Executor.grabJob(Executor.java:297)
at hudson.model.Executor.run(Executor.java:211)