When we are trying establish window rdp connectivity
Feb 18, 2020 12:12:06 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, JNLP-connect, Ping, JNLP2-connect]
Feb 18, 2020 12:12:17 PM hudson.remoting.jnlp.GuiListener$1 run
INFO: Connecting to devops:50000 (retrying:2)
java.io.IOException: Failed to connect to devops:50000
at org.jenkinsci.remoting.engine.JnlpAgentEndpoint.open(JnlpAgentEndpoint.java:242)
at hudson.remoting.Engine.connect(Engine.java:686)
at hudson.remoting.Engine.innerRun(Engine.java:547)
at hudson.remoting.Engine.run(Engine.java:469)
Caused by: java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(Unknown Source)
at org.jenkinsci.remoting.engine.JnlpAgentEndpoint.open(JnlpAgentEndpoint.java:203)
... 3 more