Chris Z commented on Bug JENKINS-6817

Hi,

our team also started to get this kind of error after upgrading subversion plugin from 1.34 to 1.45, jenkins version 1.505 java jvm: hotspot, jre: 1.6.0_22 And this is strange that this started to show up after subversion plugin update. This is not showing on testing jenkins where subversion plugin was 1.40 and was updated to 1.45 and everything works fine there.

FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
 hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
 	at hudson.remoting.Request.call(Request.java:174)
 	at hudson.remoting.Channel.call(Channel.java:672)
 	at hudson.FilePath.act(FilePath.java:893)
 	at hudson.FilePath.act(FilePath.java:877)
 	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:843)
 	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:781)
 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
 	at hudson.model.Run.execute(Run.java:1575)
 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
 	at hudson.model.ResourceController.execute(ResourceController.java:88)
 	at hudson.model.Executor.run(Executor.java:241)
 Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
 	at hudson.remoting.Request.abort(Request.java:299)
 	at hudson.remoting.Channel.terminate(Channel.java:732)
 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
 Caused by: java.io.IOException: Unexpected termination of the channel
 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
 Caused by: java.io.EOFException
 	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553)
 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296)
 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
 	at hudson.remoting.Command.readFrom(Command.java:92)
 	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

May 10, 2013 1:09:25 PM hudson.remoting.SynchronousCommandTransport$ReaderThread run
SEVERE: I/O error in channel slave_server
java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to