Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
Started a fresh installation of 1.580.1 and asked to install the three Jenkow plugins. After restart Jenkins would not come up.
Attachments
Issue Links
- depends on
-
JENKINS-33357 Gradle class not found Servlet Exception prevents Configure Pages from loading
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/ExtensionFinder.java
http://jenkins-ci.org/commit/jenkins/22d433deae5e8e056f83900cc6c9bcc5a3ba60d5
Log:
So far unsuccessful attempt to make Jenkins startup more robust against bugs like
JENKINS-25440.Even though SezpozModule.configure catches and ignores the faulty component, Guice still dies:
… hudson.ExtensionFinder$GuiceFinder <init>
SEVERE: Failed to create Guice container from all the plugins
com.google.inject.internal.guava.collect.$ComputationException: java.lang.NoClassDefFoundError: org/eclipse/jgit/storage/file/FileRepository
at …
at com.google.inject.Guice.createInjector(Guice.java:73)
at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:279)