-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 2.19.2
Windows 7 64bit
Oracle JRE 8_121
Trying to connect PC as Jenkins slave to master using Java Web Start. Fails throwing the following error as can be seen in the attachment.
Tried the command line approach and got the same result.
Jenkins and the PC are behind the same proxy.
Used a different PC and everything connected fine.
Same here. Upgraded from 2.7.4 to 2.32.2 and the Windows slave, using TCP JNLP agent on a fixed port failed to connect on manually startup. Agent seems to fail on
SEVERE: http://10.0.2.17:8080/tcpSlaveAgentListener/ is invalid: 404 null
When I switch to random port and restarted the agent manually, it worked.
To cause it to fail again I switched to fixed port. Port is not blocked and not not being used by another app.Changing the fixed port number does not help. Jenkins master is running on Tomcat.
When the below is executed fixed port:
curl http://10.0.2.17:8080/tcpSlaveAgentListener
when server returns a 404.
When the same curl is executed with a variable port it succeeds.
I am required to use a fixed port and any recommendations would be apprciated.
Thanks