Dirk Maucher commented on Bug JENKINS-9979

hello together, we ran into the same problem here:

12:36:13 [copy-to-slave] Copying '1.0/cfg.xml', excluding nothing, from 'file:/data/home/jenkins_slave/workspace/deploy_server1/' on 'hudson.slaves.DumbSlave@5cdf2b4f' to 'file:/d:/jenkins/UserContent/1.0/server' on the master.
13:23:41 ERROR: Publisher com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier aborted due to exception
13:23:41 hudson.util.IOException2: java.io.IOException
13:23:41 	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
13:23:41 	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
13:23:41 	at java.io.FilterInputStream.read(FilterInputStream.java:90)
13:23:41 	at hudson.util.HeadBufferingStream.fillSide(HeadBufferingStream.java:83)
13:23:41 	at hudson.FilePath$TarCompression$2.extract(FilePath.java:620)
13:23:41 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1848)
13:23:41 	at com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.perform(CopyToMasterNotifier.java:93)
13:23:41 	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
13:23:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
13:23:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
13:23:41 	at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
13:23:41 	at hudson.model.Run.execute(Run.java:1546)
13:23:41 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
13:23:41 	at hudson.model.ResourceController.execute(ResourceController.java:88)
13:23:41 	at hudson.model.Executor.run(Executor.java:236)
13:23:41 
13:23:41 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1855)
13:23:41 	at com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.perform(CopyToMasterNotifier.java:93)
13:23:41 	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
13:23:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
13:23:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
13:23:41 	at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
13:23:41 	at hudson.model.Run.execute(Run.java:1546)
13:23:41 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
13:23:41 	at hudson.model.ResourceController.execute(ResourceController.java:88)
13:23:41 	at hudson.model.Executor.run(Executor.java:236)
13:23:41 Caused by: java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
13:23:41 	at hudson.remoting.Request$1.get(Request.java:278)
13:23:41 	at hudson.remoting.Request$1.get(Request.java:210)
13:23:41 	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
13:23:41 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1851)
13:23:41 	... 9 more
13:23:41 Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
13:23:41 	at hudson.remoting.Request.abort(Request.java:299)
13:23:41 	at hudson.remoting.Channel.terminate(Channel.java:724)
13:23:41 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
13:23:41 Caused by: java.io.IOException: Unexpected termination of the channel
13:23:41 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
13:23:41 Caused by: java.io.EOFException
13:23:41 	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553)
13:23:41 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296)
13:23:41 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
13:23:41 	at hudson.remoting.Command.readFrom(Command.java:90)
13:23:41 	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
13:23:41 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
13:23:41 Notifying upstream projects of job completion
13:23:41 Finished: FAILURE

the server is windows and the slave is AIX. sometimes it works, but sometimes not. and I found no way to reproduce this effect. do you have any ideas if this will be fixed or do you know any workaround with alternative plugins? we need to execute the job on a AIX slave node and need to copy a file from this slave to our master server. I know I can use ftp, install a ssh server on windows, ... but that are no useful ways for us...

regards
--dirk

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to