linfa zhu created JENKINS-13713:
-----------------------------------

             Summary: disconnect a slave raises a IOException which is not 
properly handled
                 Key: JENKINS-13713
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13713
             Project: Jenkins
          Issue Type: Bug
          Components: core
            Reporter: linfa zhu
            Priority: Minor


Hi 

Since the disconnect is on purpose, could we handle the exception properly? 
thanks.

SEVERE: I/O error in channel murphy
java.io.IOException: Unexpected termination of the channel
        at hudson.remoting.Channel$ReaderThread.run(Channel.java:1133)
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.Channel$ReaderThread.run(Channel.java:1127)
May 8, 2012 12:11:12 PM hudson.remoting.Channel$ReaderThread run
SEVERE: I/O error in channel murphy
java.io.IOException: Unexpected termination of the channel
        at hudson.remoting.Channel$ReaderThread.run(Channel.java:1133)
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.Channel$ReaderThread.run(Channel.java:1127)


--
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

        

Reply via email to