Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: ssh-slaves-plugin
Created: 10/Feb/15 5:31 PM
Description:

While managing modules, I am offered a "restart" button, but when I click it, it logs this message:

Feb 10, 2015 10:00:46 AM jenkins.model.Jenkins$23 run
SEVERE: Restarting VM as requested by username
Feb 10, 2015 10:00:46 AM hudson.plugins.sshslaves.PluginImpl closeRegisteredConnections
INFO: Forcing connection to ft-dbadmin:22 closed.
Feb 10, 2015 10:00:46 AM hudson.remoting.SynchronousCommandTransport$ReaderThread run
SEVERE: I/O error in channel ft-dbadmin
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$PeekInputStream.readFully(ObjectInputStream.java:2325)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2794)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:801)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:40)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

The restart process should "gracefully" close slave connections, as to not cause the "SEVERE" I/O errors.

~tommy

Environment: CentOS 6.6 x86_64, jenkins-1.580.3-1.1.noarch, java-1.7.0-openjdk-1.7.0.75-2.5.4.0.el6_6.x86_64
Project: Jenkins
Priority: Minor Minor
Reporter: Tommy McNeely
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.

Reply via email to