I setup a Jenkins slave (windows server 2008 R2 Standard, with Java 7 update 55JRE), and was running successfully for a week or so.
Today, I had trouble to start the slave, I got the following error message when I tried to start the slave >From command line ( from web browser, I got Jenkins slave Terminated): What is the problem? Thanks! Lily Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Jenkins>java -jar slave.jar -jnlpUrl http://jenkinsmasterhost:8080/jenkins/compute r/TestNewNodeforPowerShell/slave-agent.jnlp -secret .......... May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener <init> INFO: Jenkins agent is running in headless mode. May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Locating server among [http:// jenkinsmasterhost:8080/jenkins/] May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Connecting to jenkinsmasterhost:54807 May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Handshaking May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Connected May 08, 2014 11:20:30 AM hudson.remoting.SynchronousCommandTransport$ReaderThrea d run SEVERE: I/O error in channel channel java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron ousCommandTransport.java:50) Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Sourc e) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.readObject(Unknown Source) at hudson.remoting.Command.readFrom(Command.java:92) at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport. java:71) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron ousCommandTransport.java:48) May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
