Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: core
-
Labels:None
Description
AdjunctManager is installed only during the Hudson class constructor, so if the bootup fails in the pre-test of WebAppMain, it never gets instantiated, which breaks the <layout> tag, yet it's used to render error messages.
I can add AdjunctManager to ErrorObject, but for the time being it was easier to make this a non-fatal error by changing stapler.
I believe this is a regression introduced in ffbc0829bcb0c9e0abebca6c92663374abda0511
Issue Links
- is related to
-
JENKINS-15355
AdjunctManager: exception upon startup
-
- Open
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Link | This issue is related to JENKINS-15355 [ JENKINS-15355 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | current [ 10162 ] | |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Kohsuke Kawaguchi [ kohsuke ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/pom.xml
http://jenkins-ci.org/commit/jenkins/4d6df29e998706d0c981bb0837c0f728bee144a5
Log:
[FIXED JENKINS-9271] "AdjunctManager is not installed for this
application" upon failed boot