|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

it is reproducible quite often in our setup - with exceptino trace like:
07:25:16 hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
07:25:16 at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
07:25:16 at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
07:25:16 at hudson.remoting.Request.call(Request.java:174)
07:25:16 at hudson.remoting.Channel.call(Channel.java:722)
07:25:16 at hudson.EnvVars.getRemote(EnvVars.java:404)
07:25:16 at hudson.model.Computer.getEnvironment(Computer.java:911)
07:25:16 at jenkins.model.CoreEnvironmentContributor.buildEnvironmentFor(CoreEnvironmentContributor.java:29)
07:25:16 at hudson.model.Run.getEnvironment(Run.java:2201)
07:25:16 at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:873)
07:25:16 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:863)
07:25:16 at hudson.model.AbstractProject.checkout(AbstractProject.java:1320)
07:25:16 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
07:25:16 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
07:25:16 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:518)
07:25:16 at hudson.model.Run.execute(Run.java:1688)
07:25:16 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
07:25:16 at hudson.model.ResourceController.execute(ResourceController.java:88)
07:25:16 at hudson.model.Executor.run(Executor.java:231)
07:25:16 Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
07:25:16 at hudson.remoting.Request.abort(Request.java:299)
07:25:16 at hudson.remoting.Channel.terminate(Channel.java:782)
07:25:16 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
07:25:16 Caused by: java.io.IOException: Unexpected termination of the channel
07:25:16 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
07:25:16 Caused by: java.io.EOFException
07:25:16 at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)
07:25:16 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
07:25:16 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
07:25:16 at hudson.remoting.Command.readFrom(Command.java:92)
07:25:16 at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)
07:25:16 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
I added a test step which confirms that connectivity is fine - ping command runs just fine, native ssh client is able to connect as well. Just after that Jenkins node is not able to work. Any suggestions?