Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
RHEL
Description
I upgraded to 1.509.2. Now, the post build actions of the configure page is not displaying and giving an error 500. The Jenkins log is full of java.lang.ClassNotFoundException: hudson.maven.AbstractMavenProject.
Screen shots and logs attached
NOTE: I downgraded back to 1.509.1 but the error still exists.
Attachments
Issue Links
- duplicates
-
JENKINS-18922 Upgrading to 1.524 breaks startup due to disabled maven-plugin
-
- Resolved
-
- is duplicated by
-
JENKINS-19230 1.509.2: java.lang.NoClassDefFoundError: hudson/maven/AbstractMavenProject
-
- Resolved
-
- is related to
-
JENKINS-18654 DependencyClassLoader#getTransitiveDependencies returns disabled plugins
-
- Resolved
-
Oleg: Actually, cause is a until just now undocumented change to plugin dependency loading in 1.524. The original of issues like this one is probably
JENKINS-18922.