Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-36454

Failed plugin install in setup wizard breaks progress

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      There's an issue in the update center currently where the GitHub Branch Source plugin is unavailable. This causes a plugin not to install properly in the setup wizard, which I would expect.

      What I don't expect is that ti breaks the ability to progress through the setup wizard : (

      See the attached screenshots.

      Jul 05, 2016 10:01:04 PM hudson.model.UpdateCenter$DownloadJob run
      INFO: Starting the installation of GitHub Organization Folder Plugin on behalf of admin
      Jul 05, 2016 10:01:04 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
      INFO: Downloading GitHub Organization Folder Plugin
      Jul 05, 2016 10:01:05 PM hudson.PluginManager dynamicLoad
      INFO: Attempting to dynamic load /var/jenkins_home/plugins/github-organization-folder.jpi
      Jul 05, 2016 10:01:05 PM hudson.model.UpdateCenter$DownloadJob run
      SEVERE: Failed to install GitHub Organization Folder Plugin
      java.io.IOException: Failed to dynamically deploy this plugin
      	at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1867)
      	at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1624)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
      	at java.lang.Thread.run(Thread.java:745)
      Caused by: java.io.IOException: Failed to install github-organization-folder plugin
      	at hudson.PluginManager.dynamicLoad(PluginManager.java:834)
      	at hudson.PluginManager.dynamicLoad(PluginManager.java:775)
      	at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1863)
      	... 5 more
      Caused by: jenkins.MissingDependencyException: One or more dependencies could not be resolved for github-organization-folder : github-branch-source (1.5)
      	at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:529)
      	at hudson.PluginManager.dynamicLoad(PluginManager.java:824)
      	... 7 more
      

            kzantow Keith Zantow
            rtyler R. Tyler Croy
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: