• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • logstash-plugin
    • None
    • linux 3.8 kernel
      Open JDK 1.6 64 bit VM

      I get the following error on attempting to install the logstash plugin 1.2.0 on multiple jenkins instances

      java.io.IOException: Failed to dynamically deploy this plugin
      at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1328)
      at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
      at java.util.concurrent.FutureTask.run(FutureTask.java:166)
      at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
      at java.lang.Thread.run(Thread.java:679)

      java.io.IOException: Unable to delete /ci-master-home/jenkins_master/GenericCI-4 498/jenkins/plugins/logstash/WEB-INF/lib/.nfs000000000d888fb50000006e
      at hudson.Util.deleteFile(Util.java:263)
      at hudson.Util.deleteRecursive(Util.java:310)
      at hudson.Util.deleteContentsRecursive(Util.java:212)
      at hudson.Util.deleteRecursive(Util.java:301)
      at hudson.Util.deleteContentsRecursive(Util.java:212)
      at hudson.Util.deleteRecursive(Util.java:301)
      at hudson.Util.deleteContentsRecursive(Util.java:212)
      at hudson.Util.deleteRecursive(Util.java:301)
      at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:522)
      at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrateg
      y.java:166)
      at hudson.PluginManager.dynamicLoad(PluginManager.java:449)
      at hudson.cli.InstallPluginCommand.run(InstallPluginCommand.java:87)
      at hudson.cli.CLICommand.main(CLICommand.java:237)
      at hudson.cli.CliManagerImpl.main(CliManagerImpl.java:92)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvo
      cationHandler.java:326)
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
      ionHandler.java:301)
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
      ionHandler.java:260)
      at hudson.remoting.UserRequest.perform(UserRequest.java:121)
      at hudson.remoting.UserRequest.perform(UserRequest.java:49)
      at hudson.remoting.Request$2.run(Request.java:325)
      at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut
      orService.java:68)
      at hudson.cli.CliManagerImpl$1.call(CliManagerImpl.java:63)
      at hudson.remoting.CallableDecoratorAdapter.call(CallableDecoratorAdapte
      r.java:18)
      at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.ja
      va:21)
      at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingE
      xecutorService.java:46)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
      at java.util.concurrent.FutureTask.run(FutureTask.java:166)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
      java:1110)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
      .java:603)
      at java.lang.Thread.run(Thread.java:679)

          [JENKINS-36427] Unable to install Logstash Plugin

          i K created issue -
          i K made changes -
          Description Original: I always get the following error on attempting to install the logstash plugin 1.2.0

          java.io.IOException: Failed to dynamically deploy this plugin
          at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1328)
          at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126)
          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
          at java.util.concurrent.FutureTask.run(FutureTask.java:166)
          at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
          at java.lang.Thread.run(Thread.java:679)
          Caused by: java.io.IOException: Unable to delete /ci-master-home/jenkins_master/myCI/jenkins/plugins/logstash/WEB-INF/lib/.nfs000000000d888fb50000006e
          New: I get the following error on attempting to install the logstash plugin 1.2.0 on multiple jenkins instances

          *java.io.IOException: Failed to dynamically deploy this plugin*
          at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1328)
          at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126)
          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
          at java.util.concurrent.FutureTask.run(FutureTask.java:166)
          at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
          at java.lang.Thread.run(Thread.java:679)

          *java.io.IOException: Unable to delete /ci-master-home/jenkins_master/GenericCI-4 498/jenkins/plugins/logstash/WEB-INF/lib/.nfs000000000d888fb50000006e*
                  at hudson.Util.deleteFile(Util.java:263)
                  at hudson.Util.deleteRecursive(Util.java:310)
                  at hudson.Util.deleteContentsRecursive(Util.java:212)
                  at hudson.Util.deleteRecursive(Util.java:301)
                  at hudson.Util.deleteContentsRecursive(Util.java:212)
                  at hudson.Util.deleteRecursive(Util.java:301)
                  at hudson.Util.deleteContentsRecursive(Util.java:212)
                  at hudson.Util.deleteRecursive(Util.java:301)
                  at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:522)
                  at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrateg
          y.java:166)
                  at hudson.PluginManager.dynamicLoad(PluginManager.java:449)
                  at hudson.cli.InstallPluginCommand.run(InstallPluginCommand.java:87)
                  at hudson.cli.CLICommand.main(CLICommand.java:237)
                  at hudson.cli.CliManagerImpl.main(CliManagerImpl.java:92)
                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
          java:57)
                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
          sorImpl.java:43)
                  at java.lang.reflect.Method.invoke(Method.java:616)
                  at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvo
          cationHandler.java:326)
                  at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
          ionHandler.java:301)
                  at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocat
          ionHandler.java:260)
                  at hudson.remoting.UserRequest.perform(UserRequest.java:121)
                  at hudson.remoting.UserRequest.perform(UserRequest.java:49)
                  at hudson.remoting.Request$2.run(Request.java:325)
                  at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut
          orService.java:68)
                  at hudson.cli.CliManagerImpl$1.call(CliManagerImpl.java:63)
                  at hudson.remoting.CallableDecoratorAdapter.call(CallableDecoratorAdapte
          r.java:18)
                  at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.ja
          va:21)
                  at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingE
          xecutorService.java:46)
                  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                  at java.util.concurrent.FutureTask.run(FutureTask.java:166)
                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
          java:1110)
                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
          .java:603)
                  at java.lang.Thread.run(Thread.java:679)
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 173134 ] New: JNJira + In-Review [ 184955 ]

            Unassigned Unassigned
            ik i K
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: