Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:819b35eaa0d0c9ee957e
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
$ java -jar slave.jar -jnlpUrl http://master.local/computer/test-node/slave-agent.jnlp
05-Feb-2011 15:08:47 hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Hudson agent is running in headless mode.
05-Feb-2011 15:08:47 hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [http://master.local/, http://10.0.10.100:8080/]
05-Feb-2011 15:08:49 hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to 127.0.0.1:54321
05-Feb-2011 15:08:49 hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
05-Feb-2011 15:08:50 hudson.remoting.jnlp.Main$CuiListener status
INFO: Connected
05-Feb-2011 15:10:44 hudson.remoting.Channel$ReaderThread run
SEVERE: I/O error in channel channel
java.io.IOException: Unexpected termination of the channel
at hudson.remoting.Channel$ReaderThread.run(Channel.java:953)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:947)
05-Feb-2011 15:10:44 hudson.remoting.jnlp.Main$CuiListener status
INFO: Terminated
05-Feb-2011 15:10:54 hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [http://master.local/]
05-Feb-2011 15:10:54 hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to 127.0.0.1:54321
05-Feb-2011 15:10:54 hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
05-Feb-2011 15:10:54 hudson.remoting.jnlp.Main$CuiListener error
SEVERE: Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at hudson.remoting.Engine.readLine(Engine.java:292)
at hudson.remoting.Engine.run(Engine.java:210)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.