-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I am launching the slave via jnlp on the same windows machine for testing
purposes. But it never becomes "online" and remains "offline", with this error
message:
INFO: Accepted connection #4 from /127.0.0.1:2479
Exception in thread "Thread-22" java.lang.NullPointerException
at java.io.Writer.<init>(Unknown Source)
at java.io.OutputStreamWriter.<init>(Unknown Source)
at java.io.PrintWriter.<init>(Unknown Source)
at hudson.model.Slave$ComputerImpl.setChannel(Slave.java:306)
at
hudson.TcpSlaveAgentListener$ConnectionHandler.run(TcpSlaveAgentListener.java:151)