I have windows slave machine, that i need to connect to the Jenkins master 
server. I run slave.jar on that machine and the machine contact the Jenkins 
server (console informs me about the handshake and write the info status 
Connected). 
But the log (server/computer/offline-test-1/log) shows following output:

JNLP agent connected from /10.2.64.39
<===[JENKINS REMOTING CAPACITY]===>Failed to establish the connection with the 
slave offline-test-1
java.io.IOException: NioChannelHub is not currently running
        at 
org.jenkinsci.remoting.nio.NioChannelHub$1.makeTransport(NioChannelHub.java:446)
        at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:220)
        at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:149)
        at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:159)
        at 
org.jenkinsci.remoting.nio.NioChannelBuilder.build(NioChannelBuilder.java:36)
        at 
org.jenkinsci.remoting.nio.NioChannelBuilder.build(NioChannelBuilder.java:52)
        at 
jenkins.slaves.JnlpSlaveAgentProtocol$Handler.jnlpConnect(JnlpSlaveAgentProtocol.java:120)
        at 
jenkins.slaves.DefaultJnlpSlaveReceiver.handle(DefaultJnlpSlaveReceiver.java:63)
        at 
jenkins.slaves.JnlpSlaveAgentProtocol2$Handler2.run(JnlpSlaveAgentProtocol2.java:57)
        at 
jenkins.slaves.JnlpSlaveAgentProtocol2.handle(JnlpSlaveAgentProtocol2.java:31)
        at 
hudson.TcpSlaveAgentListener$ConnectionHandler.run(TcpSlaveAgentListener.java:157)


The connection is not established. I have few others similar slaves, that runs 
without error. Do somebody knows, what is wrong?

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

Reply via email to