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

Builds fail because of "slave went offline during the build"

XMLWordPrintable

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

      Taking a slave offline during a build create a FileNotFoundException version 1.525

      Looks like the node went offline during the build. Check the slave log for the details.FATAL: /Users/Shared/Jenkins/Home/logs/slaves/null/slave.log (No such file or directory)
      java.io.FileNotFoundException: /Users/Shared/Jenkins/Home/logs/slaves/null/slave.log (No such file or directory)
      at java.io.RandomAccessFile.open(Native Method)
      at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
      at org.kohsuke.stapler.framework.io.LargeText$FileSession.<init>(LargeText.java:397)
      at org.kohsuke.stapler.framework.io.LargeText$2.open(LargeText.java:120)
      at org.kohsuke.stapler.framework.io.LargeText.writeLogTo(LargeText.java:210)
      at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:159)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:599)
      at hudson.model.Run.execute(Run.java:1593)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:247)

            Unassigned Unassigned
            gandalf Dell Green
            Votes:
            7 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated: