• Icon: Bug Bug
    • Resolution: Postponed
    • Icon: Major Major
    • remoting
    • None
    • Platform: All, OS: Linux

      We do have a master (windows) / slave (ubuntu linux) constellation that works
      great for our distributed builds, but we do have a problem:

      The slave fails to copy its created artefacts or created javadoc (or doxygen)
      back to the master. What's interesting is, that the build fails not regularly
      but randomly (in about 20% of the triggered builds).

      We searched the mailing lists and the issue tracker but could no find this error
      anywhere. so I opened this ticket.

      Here are the additional informations:
      Start command:
      --------------------------------------------------------------------------
      plink -ssh -P 22 -pw xxxxxxxx -v hudson@192.168.12.96 /var/hudson/bin/slave_start.sh

      Master log output:
      --------------------------------------------------------------------------
      04.09.2008 03:05:09 hudson.remoting.Channel$ReaderThread run
      SCHWERWIEGEND: I/O error in channel Slave W1EM26
      java.io.EOFException
      at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
      at java.io.ObjectInputStream$BlockDataInputStream.readUnsignedShort(Unknown Source)
      at java.io.ObjectInputStream$BlockDataInputStream.readUTF(Unknown Source)
      at java.io.ObjectInputStream.readString(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.readArray(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.readObject(Unknown Source)
      at hudson.remoting.Channel$ReaderThread.run(Channel.java:576)

      Slave log output:
      --------------------------------------------------------------------------
      BUILD SUCCESSFUL
      Total time: 40 seconds
      Zeichne Fingerabrücke auf
      Veröffentliche Javadocs
      FATAL: Kann Javadocs nicht von
      /var/hudson/workspace/workspace/EADS_ATCC/EADS_ATCC/doc/doxygen/html nach
      E:\hudson\jobs\EADS_ATCC\javadoc kopieren
      hudson.util.IOException2: hudson.util.IOException2: Failed to read the remote
      stream /var/hudson/workspace/workspace/EADS_ATCC/EADS_ATCC/doc/doxygen/html/*/
      at hudson.FilePath.readFromTar(FilePath.java:976)
      at hudson.FilePath.copyRecursiveTo(FilePath.java:900)
      at hudson.FilePath.copyRecursiveTo(FilePath.java:812)
      at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68)
      at
      hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:318)
      at
      hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:306)
      at hudson.model.Build$RunnerImpl.post2(Build.java:126)
      at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:291)
      at hudson.model.Run.run(Run.java:813)
      at hudson.model.Build.run(Build.java:88)
      at hudson.model.ResourceController.execute(ResourceController.java:70)
      at hudson.model.Executor.run(Executor.java:88)
      Caused by: Error while expanding
      /var/hudson/workspace/workspace/EADS_ATCC/EADS_ATCC/doc/doxygen/html/*/
      at org.apache.tools.ant.taskdefs.Untar.expandResource(Untar.java:121)
      at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:119)
      at hudson.FilePath.readFromTar(FilePath.java:974)
      ... 11 more
      Caused by: java.io.IOException: Write end dead
      at java.io.PipedInputStream.read(Unknown Source)
      at java.io.PipedInputStream.read(Unknown Source)
      at java.util.zip.InflaterInputStream.fill(Unknown Source)
      at java.util.zip.InflaterInputStream.read(Unknown Source)
      at java.util.zip.GZIPInputStream.read(Unknown Source)
      at java.io.BufferedInputStream.fill(Unknown Source)
      at java.io.BufferedInputStream.read1(Unknown Source)
      at java.io.BufferedInputStream.read(Unknown Source)
      at java.io.BufferedInputStream.read1(Unknown Source)
      at java.io.BufferedInputStream.read(Unknown Source)
      at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
      at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
      at org.apache.tools.tar.TarInputStream.read(TarInputStream.java:340)
      at java.io.FilterInputStream.read(Unknown Source)
      at org.apache.tools.ant.taskdefs.Expand.extractFile(Expand.java:282)
      at org.apache.tools.ant.taskdefs.Untar.expandStream(Untar.java:142)
      at org.apache.tools.ant.taskdefs.Untar.expandResource(Untar.java:119)
      ... 13 more

      at hudson.FilePath.copyRecursiveTo(FilePath.java:907)
      at hudson.FilePath.copyRecursiveTo(FilePath.java:812)
      at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68)
      at
      hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:318)
      at
      hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:306)
      at hudson.model.Build$RunnerImpl.post2(Build.java:126)
      at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:291)
      at hudson.model.Run.run(Run.java:813)
      at hudson.model.Build.run(Build.java:88)
      at hudson.model.ResourceController.execute(ResourceController.java:70)
      at hudson.model.Executor.run(Executor.java:88)
      Caused by: java.util.concurrent.ExecutionException:
      hudson.remoting.RequestAbortedException: java.io.EOFException
      at hudson.remoting.Request$1.get(Request.java:179)
      at hudson.remoting.Request$1.get(Request.java:134)
      at hudson.remoting.FutureAdapter.get(FutureAdapter.java:36)
      at hudson.FilePath.copyRecursiveTo(FilePath.java:903)
      ... 10 more
      Caused by: hudson.remoting.RequestAbortedException: java.io.EOFException
      at hudson.remoting.Request.abort(Request.java:200)
      at hudson.remoting.Channel.terminate(Channel.java:439)
      at hudson.remoting.Channel$ReaderThread.run(Channel.java:595)
      Caused by: java.io.EOFException
      at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
      at java.io.ObjectInputStream$BlockDataInputStream.readUnsignedShort(Unknown Source)
      at java.io.ObjectInputStream$BlockDataInputStream.readUTF(Unknown Source)
      at java.io.ObjectInputStream.readString(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.readArray(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
      at java.io.ObjectInputStream.readSerialData(Unknown Source)
      at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
      at java.io.ObjectInputStream.readObject0(Unknown Source)
      at java.io.ObjectInputStream.readObject(Unknown Source)
      at hudson.remoting.Channel$ReaderThread.run(Channel.java:576)

          [JENKINS-2322] Failed to copy artifacts or javadoc

          dreadnaught added a comment -

          I forgot to mention: we use Hudson 1.251

          dreadnaught added a comment - I forgot to mention: we use Hudson 1.251

          dreadnaught added a comment -

          No one got this issue, too?

          dreadnaught added a comment - No one got this issue, too?

          jweden added a comment -

          I'm getting the same intermittent problem copying either javadocs or artifacts
          (both failures are below). I am NOT using slave-master configuration. I hope
          you don't mind me taking the liberty to change the Summary Line accordingly. I
          have one server; the artifacts and javadocs are maintained on this one server.

          JAVADOC COPY FAILURE:

          BUILD FAILED
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\common.xml:259:
          Unable to delete directory
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\client\devicemgr\output

          Total time: 2 seconds
          Publishing Javadoc
          FATAL: Unable to copy Javadoc from
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs
          to E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc
          hudson.util.IOException2: Failed to copy
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs/*/
          to E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc
          at hudson.FilePath$23.invoke(FilePath.java:896)
          at hudson.FilePath$23.invoke(FilePath.java:866)
          at hudson.FilePath.act(FilePath.java:389)
          at hudson.FilePath.copyRecursiveTo(FilePath.java:866)
          at hudson.FilePath.copyRecursiveTo(FilePath.java:847)
          at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:335)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:323)
          at hudson.model.Build$RunnerImpl.post2(Build.java:146)
          at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:308)
          at hudson.model.Run.run(Run.java:862)
          at hudson.model.Build.run(Build.java:89)
          at hudson.model.ResourceController.execute(ResourceController.java:70)
          at hudson.model.Executor.run(Executor.java:90)
          Caused by: Failed to copy
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html
          to
          E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html
          due to java.io.FileNotFoundException
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html
          (The system cannot find the path specified)
          at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:807)
          at hudson.FilePath$23$1CopyImpl.doFileOperations(FilePath.java:881)
          at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:534)
          at hudson.FilePath$23.invoke(FilePath.java:893)
          ... 13 more
          Caused by: java.io.FileNotFoundException:
          E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html
          (The system cannot find the path specified)
          at java.io.FileInputStream.open(Native Method)
          at java.io.FileInputStream.<init>(Unknown Source)
          at
          org.apache.tools.ant.types.resources.FileResource.getInputStream(FileResource.java:185)
          at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:378)
          at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:508)
          at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:323)
          at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:795)
          ... 16 more
          Sending e-mails to: jweden@motorola.com
          finished: FAILURE

          ARTIFACT COPY FAILURE:

          BUILD FAILED
          E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\common.xml:259:
          Unable to delete directory
          E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\services\security\output

          Total time: 1 second
          ERROR: Failed to archive artifacts: rwc467_b1/qbvision-nms/build/output/**
          hudson.util.IOException2: Failed to copy
          E:\hudson\jobs\configserver-main-legacy\workspace/rwc467_b1/qbvision-nms/build/output/**
          to E:\hudson\jobs\configserver-main-legacy\builds\2009-04-02_11-01-54\archive
          at hudson.FilePath$23.invoke(FilePath.java:896)
          at hudson.FilePath$23.invoke(FilePath.java:866)
          at hudson.FilePath.act(FilePath.java:389)
          at hudson.FilePath.copyRecursiveTo(FilePath.java:866)
          at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:78)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:335)
          at
          hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:323)
          at hudson.model.Build$RunnerImpl.post2(Build.java:146)
          at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:308)
          at hudson.model.Run.run(Run.java:862)
          at hudson.model.Build.run(Build.java:89)
          at hudson.model.ResourceController.execute(ResourceController.java:70)
          at hudson.model.Executor.run(Executor.java:90)
          Caused by: Failed to copy
          E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat
          to
          E:\hudson\jobs\configserver-main-legacy\builds\2009-04-02_11-01-54\archive\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat
          due to java.io.FileNotFoundException
          E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat
          (The system cannot find the file specified)
          at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:807)
          at hudson.FilePath$23$1CopyImpl.doFileOperations(FilePath.java:881)
          at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:534)
          at hudson.FilePath$23.invoke(FilePath.java:893)
          ... 12 more
          Caused by: java.io.FileNotFoundException:
          E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat
          (The system cannot find the file specified)
          at java.io.FileInputStream.open(Native Method)
          at java.io.FileInputStream.<init>(Unknown Source)
          at
          org.apache.tools.ant.types.resources.FileResource.getInputStream(FileResource.java:185)
          at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:378)
          at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:508)
          at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:323)
          at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:795)
          ... 15 more
          Sending e-mails to: jweden@motorola.com bbasile@motorola.com
          prcongdon@motorola.com alex.holmansky@motorola.com chsieh@motorola.com
          W00277@motorola.com juliazhang@motorola.com
          finished: FAILURE

          jweden added a comment - I'm getting the same intermittent problem copying either javadocs or artifacts (both failures are below). I am NOT using slave-master configuration. I hope you don't mind me taking the liberty to change the Summary Line accordingly. I have one server; the artifacts and javadocs are maintained on this one server. JAVADOC COPY FAILURE: BUILD FAILED E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\common.xml:259: Unable to delete directory E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\client\devicemgr\output Total time: 2 seconds Publishing Javadoc FATAL: Unable to copy Javadoc from E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs to E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc hudson.util.IOException2: Failed to copy E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs/* / to E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc at hudson.FilePath$23.invoke(FilePath.java:896) at hudson.FilePath$23.invoke(FilePath.java:866) at hudson.FilePath.act(FilePath.java:389) at hudson.FilePath.copyRecursiveTo(FilePath.java:866) at hudson.FilePath.copyRecursiveTo(FilePath.java:847) at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:335) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:323) at hudson.model.Build$RunnerImpl.post2(Build.java:146) at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:308) at hudson.model.Run.run(Run.java:862) at hudson.model.Build.run(Build.java:89) at hudson.model.ResourceController.execute(ResourceController.java:70) at hudson.model.Executor.run(Executor.java:90) Caused by: Failed to copy E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html to E:\hudson\jobs\configserver-main-separate\builds\2009-04-02_08-01-35\javadoc\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html due to java.io.FileNotFoundException E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html (The system cannot find the path specified) at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:807) at hudson.FilePath$23$1CopyImpl.doFileOperations(FilePath.java:881) at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:534) at hudson.FilePath$23.invoke(FilePath.java:893) ... 13 more Caused by: java.io.FileNotFoundException: E:\hudson\jobs\configserver-main-separate\workspace\rwc467_b3\qbvision-nms\build\output\apidocs\com\quantumbridge\client\devicemgr\dialog\oas\DeviceTDSetupDlg.html (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at org.apache.tools.ant.types.resources.FileResource.getInputStream(FileResource.java:185) at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:378) at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:508) at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:323) at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:795) ... 16 more Sending e-mails to: jweden@motorola.com finished: FAILURE ARTIFACT COPY FAILURE: BUILD FAILED E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\common.xml:259: Unable to delete directory E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\services\security\output Total time: 1 second ERROR: Failed to archive artifacts: rwc467_b1/qbvision-nms/build/output/** hudson.util.IOException2: Failed to copy E:\hudson\jobs\configserver-main-legacy\workspace/rwc467_b1/qbvision-nms/build/output/** to E:\hudson\jobs\configserver-main-legacy\builds\2009-04-02_11-01-54\archive at hudson.FilePath$23.invoke(FilePath.java:896) at hudson.FilePath$23.invoke(FilePath.java:866) at hudson.FilePath.act(FilePath.java:389) at hudson.FilePath.copyRecursiveTo(FilePath.java:866) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:78) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:335) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:323) at hudson.model.Build$RunnerImpl.post2(Build.java:146) at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:308) at hudson.model.Run.run(Run.java:862) at hudson.model.Build.run(Build.java:89) at hudson.model.ResourceController.execute(ResourceController.java:70) at hudson.model.Executor.run(Executor.java:90) Caused by: Failed to copy E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat to E:\hudson\jobs\configserver-main-legacy\builds\2009-04-02_11-01-54\archive\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat due to java.io.FileNotFoundException E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat (The system cannot find the file specified) at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:807) at hudson.FilePath$23$1CopyImpl.doFileOperations(FilePath.java:881) at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:534) at hudson.FilePath$23.invoke(FilePath.java:893) ... 12 more Caused by: java.io.FileNotFoundException: E:\hudson\jobs\configserver-main-legacy\workspace\rwc467_b1\qbvision-nms\build\output\axsVision-7.1.0_MAIN\bin\servicestatus.bat (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at org.apache.tools.ant.types.resources.FileResource.getInputStream(FileResource.java:185) at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:378) at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:508) at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:323) at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:795) ... 15 more Sending e-mails to: jweden@motorola.com bbasile@motorola.com prcongdon@motorola.com alex.holmansky@motorola.com chsieh@motorola.com W00277@motorola.com juliazhang@motorola.com finished: FAILURE

          kwolf1972 added a comment -

          We're seeing this issue as well. We're using Linux slaves (mostly ubuntu, some
          centos). This happens to us frequently on some slaves, hardly ever on others.
          Hudson 1.301. Anything I can do to help get this resolved? We're leaving a lot
          of our slaves offline until this gets resolved.

          kwolf1972 added a comment - We're seeing this issue as well. We're using Linux slaves (mostly ubuntu, some centos). This happens to us frequently on some slaves, hardly ever on others. Hudson 1.301. Anything I can do to help get this resolved? We're leaving a lot of our slaves offline until this gets resolved.

          dreadnaught — both side appear to think that the other side has cut the
          connection, and this normally indicates a forced TCP/IP connection termination
          by a middleman, like a router. Do you have any such network device in between
          the master and the slave?

          In recent version of Hudson, a periodic ping activity tries to prevent this from
          happening, so try updating to a new version if you can, and if you continue to
          see a problem, let me know your network environment and reopen the issue.

          jweden — you have an entirely different issue, namely that the files you tell
          Hudson to archive don't exist. So it's not a bug in Hudson.

          Marking as REMIND until dreadnaught confirms that ping doesn't fix this problem.

          Kohsuke Kawaguchi added a comment - dreadnaught — both side appear to think that the other side has cut the connection, and this normally indicates a forced TCP/IP connection termination by a middleman, like a router. Do you have any such network device in between the master and the slave? In recent version of Hudson, a periodic ping activity tries to prevent this from happening, so try updating to a new version if you can, and if you continue to see a problem, let me know your network environment and reopen the issue. jweden — you have an entirely different issue, namely that the files you tell Hudson to archive don't exist. So it's not a bug in Hudson. Marking as REMIND until dreadnaught confirms that ping doesn't fix this problem.

            Unassigned Unassigned
            dreadnaught dreadnaught
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: