[
https://issues.jenkins-ci.org/browse/JENKINS-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162684#comment-162684
]
Tobias Rundgren commented on JENKINS-10859:
-------------------------------------------
We had similar problem with our build slaves when use :Launche slave agents on
unix machines via ssh
We solved it by use of : Launch slave via execution of command on Master
Launche command:
ssh -o "LogLevel=ERROR" -o "BatchMode=yes" -o "StrictHostKeyChecking=no" -o
"UserKnownHostsFile=/dev/null" -i /home/jenkinsuser/.ssh/jenkinsuser.rsa
jenkinsuser@buildslave-hostname "java -jar
$jenkinshome/.hudson/war/WEB-INF/slave.jar"
Now slaves are running stable again.
> hudson.util.IOException2: remote file operation failed:
> D:\JenkinsSlave\workspace\DemoFreeStyle at
> hudson.remoting.Channel@27d827d8:dswinbld301-Flex-Win
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JENKINS-10859
> URL: https://issues.jenkins-ci.org/browse/JENKINS-10859
> Project: Jenkins
> Issue Type: Bug
> Components: master-slave
> Affects Versions: current
> Environment: AIX master running under WAS 6. Windows server 2003 slave
> Reporter: bruce grissom
> Fix For: current
>
>
> The master slave connection seems to be intermittent. The slave is able to
> connect to the master but for some onknown reason builds will start to fail
> and the error is always hudson.util.IOException2: remote file operation
> failed: D:\JenkinsSlave\workspace\DemoFreeStyle at
> hudson.remoting.Channel@27d827d8:dswinbld301-Flex-Win.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira