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

Exception thrown from secret plugin during shutdown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • secret-plugin
    • None

      I shut down a Hudson instance forcibly. After a restart, a job which had been running displayed its status as failed rather than aborted as expected, and the log ended with

      FATAL: remote file operation failed: /.../secrets/... at hudson.remoting.Channel@78e185:...
      hudson.util.IOException2: remote file operation failed: /.../secrets/... at hudson.remoting.Channel@78e185:...
      	at hudson.FilePath.act(FilePath.java:749)
      	at hudson.FilePath.act(FilePath.java:735)
      	at hudson.FilePath.deleteRecursive(FilePath.java:819)
      	at hudson.plugins.secret.SecretBuildWrapper$1.tearDown(SecretBuildWrapper.java:46)
      	at hudson.model.Build$RunnerImpl.doRun(Build.java:145)
      	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
      	at hudson.model.Run.run(Run.java:1257)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:127)
      Caused by: hudson.remoting.ChannelClosedException: channel is already closed
      	at hudson.remoting.Channel.send(Channel.java:412)
      	at hudson.remoting.Request.call(Request.java:105)
      	at hudson.remoting.Channel.call(Channel.java:555)
      	at hudson.FilePath.act(FilePath.java:742)
      	... 9 more
      

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: