-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
OS Linux Red Hat 6.3, Jenkins core 1.529, build pipeline plugin 1.4.2, parametrized trigger plugin 2.21
a new run with "retry" link on failed job get stuck without any output in console. log exception:
Nov 9, 2013 1:04:34 AM hudson.model.Executor run
SEVERE: Executor threw an exception
java.lang.NullPointerException
at hudson.model.CauseAction.onAttached(CauseAction.java:120)
at hudson.model.Run.addAction(Run.java:349)
at hudson.model.Executor.run(Executor.java:238)
the run cannot be aborted or cancelled. the only way to stop it is restarting Jenkins.
- is duplicated by
-
JENKINS-22305 Job in build pipeline fails to run
-
- Resolved
-
[JENKINS-20499] unable to retry job execution for failed job in build-pipeline
Attachment | New: stacktrace.txt [ 24649 ] |
Description |
Original:
a new run with "retry" link on failed the job get stuck without any output in console. log exception: Nov 9, 2013 1:04:34 AM hudson.model.Executor run SEVERE: Executor threw an exception java.lang.NullPointerException at hudson.model.CauseAction.onAttached(CauseAction.java:120) at hudson.model.Run.addAction(Run.java:349) at hudson.model.Executor.run(Executor.java:238) the run cannot be aborted or cancelled. the only way to stop it is restarting Jenkins. |
New:
a new run with "retry" link on failed job get stuck without any output in console. log exception: Nov 9, 2013 1:04:34 AM hudson.model.Executor run SEVERE: Executor threw an exception java.lang.NullPointerException at hudson.model.CauseAction.onAttached(CauseAction.java:120) at hudson.model.Run.addAction(Run.java:349) at hudson.model.Executor.run(Executor.java:238) the run cannot be aborted or cancelled. the only way to stop it is restarting Jenkins. |
Environment | Original: Linux Red Hat 6.3 | New: OS Linux Red Hat 6.3, Jenkins core 1.529, build pipeline plugin 1.4.2, parametrized trigger plugin 2.21 |
the run status page shows this exception:
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.529.jar!/hudson/model/CauseAction/summary.jelly:30:65: <st:include> No page found 'description.jelly' for class hudson.model.CauseAction
at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117)
at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
find full stacktrace attached