-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins Selenium Plugin ver. 2.3
Jenkins ver. 1.534
Ubuntu 12.10 64 bit Server
Attempted to launch Jenkins website and no website appeared. Restarted the service and then checked the logs. Found the following:
SEVERE: I/O error in channel Channel to Selenium Grid
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:2596)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.Command.readFrom(Command.java:92)
at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
Running from: /usr/share/jenkins/jenkins.war
- is duplicated by
-
JENKINS-23767 Unexpected termination of the channel Caused by: java.io.EOFException
- Open
-
JENKINS-25858 java.io.IOException: Unexpected termination of the channel
- Resolved
-
JENKINS-26852 Better exception handling when terminating EC2 slave
- Closed
- is related to
-
JENKINS-29550 exception thrown when automatically deleting old workers
- Open