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

Failed Loading plugin build-pipeline-plugin java.io.IOException: Dependency jquery (1.7.2-1) doesn't exist.

      I use the build-pipeline source code to make a newly builds.
      After I install the new build into jenkins ,it give a java.io.IOException.

      java.io.IOException: Dependency jquery (1.7.2-1) doesn't exist
      at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:479)
      at hudson.PluginManager$2$1$1.run(PluginManager.java:332)
      at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
      at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
      at jenkins.model.Jenkins$7.runTask(Jenkins.java:883)
      at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
      at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

      om.thoughtworks.xstream.mapper.CannotResolveClassException: au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView : au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
      at com.thoughtworks.xstream.mapper.DefaultMapper.realClass(DefaultMapper.java:68)
      at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)

      you can find more detail in the attach file.

          [JENKINS-17939] Failed Loading plugin build-pipeline-plugin java.io.IOException: Dependency jquery (1.7.2-1) doesn't exist.

          Steven Deal added a comment - - edited

          I experienced this as well, both with the current code base as well as going back to the 1.3.3 time frame with 34c17d66dc3fae5cdd52efb387e4ae1e97a040d2. However, I found that if I removed the old plugin folder and the build-pipeline-plugin.jpi file, copied the new build-pipeline-plugin.hpi to the plugins folder, renamed as a jpi file. It deployed successfully. I don't know which of these steps were the 'fix'. Actually, this did not work for the current head.

          Steven Deal added a comment - - edited I experienced this as well, both with the current code base as well as going back to the 1.3.3 time frame with 34c17d66dc3fae5cdd52efb387e4ae1e97a040d2. However, I found that if I removed the old plugin folder and the build-pipeline-plugin.jpi file, copied the new build-pipeline-plugin.hpi to the plugins folder, renamed as a jpi file. It deployed successfully. I don't know which of these steps were the 'fix'. Actually, this did not work for the current head.

          peter bollen added a comment -

          I'm having the same issue for build-pipeline 1.3.5 on Jenkins ver. 1.482.

          peter bollen added a comment - I'm having the same issue for build-pipeline 1.3.5 on Jenkins ver. 1.482.

          I have same problem with build-pipeline-plugin 1.554.2 and Jenkins ver. 1.597

          Stacktrace:
          java.io.IOException: Failed to dynamically deploy this plugin
          at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317)
          at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116)
          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:104)
          at java.lang.Thread.run(Thread.java:745)
          Caused by: java.io.IOException: Failed to install build-pipeline-plugin plugin
          at hudson.PluginManager.dynamicLoad(PluginManager.java:470)
          at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1313)
          ... 5 more
          Caused by: java.io.IOException: Dependency jquery (1.7.2-1), parameterized-trigger (2.17) doesn't exist
          at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:480)
          at hudson.PluginManager.dynamicLoad(PluginManager.java:460)
          ... 6 more

          Piotr Dytkowski added a comment - I have same problem with build-pipeline-plugin 1.554.2 and Jenkins ver. 1.597 Stacktrace: java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) 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:104) at java.lang.Thread.run(Thread.java:745) Caused by: java.io.IOException: Failed to install build-pipeline-plugin plugin at hudson.PluginManager.dynamicLoad(PluginManager.java:470) at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1313) ... 5 more Caused by: java.io.IOException: Dependency jquery (1.7.2-1), parameterized-trigger (2.17) doesn't exist at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:480) at hudson.PluginManager.dynamicLoad(PluginManager.java:460) ... 6 more

            Unassigned Unassigned
            comxudong2012 xu dong
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: