-
Bug
-
Resolution: Fixed
-
Blocker
After upgrading Jenkins to version 1.547 it's not possible to connect to a Windows slave annymore.
The only log output is:
Connecting to <servername>
Checking if Java exists
Java is installed and works.
- is duplicated by
-
JENKINS-21542 Cannot launch Windows libvirt slaves due to missing method on SmbFileInputStream
-
- Closed
-
I'm seeing the same problem. Everything was working before the upgrade (ver. 1.544) but immediately after the upgrade all of my windows slaves are failing with the same problem. The windows slave has the following log message:
Exception in thread "main" java.net.SocketTimeoutException: Accept timed out
at java.net.DualStackPlainSocketImpl.waitForNewConnection(Native Method)
at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)
at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at hudson.remoting.Launcher.runAsTcpServer(Launcher.java:385)
at hudson.remoting.Launcher.run(Launcher.java:236)
at hudson.remoting.Launcher.main(Launcher.java:192)