-
Bug
-
Resolution: Duplicate
-
Trivial
-
Windows slave; JNLP2, Jenkins 2.31
Very trivial, but on the slave, the command prompt window doesn't appear to fill out the port correctly anymore (the '{0}' placeholder isn't filled in):
Nov 16, 2016 10:06:17 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated Nov 16, 2016 10:06:27 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:38 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:48 AM hudson.remoting.jnlp.Main$CuiListener status ...
- duplicates
-
JENKINS-47132 Log strings not resolved
-
- Resolved
-
[JENKINS-39782] When a slave is waiting for master to be ready ("Master isnt ready to talk to us on {0}. Will retry again"), the port is not filled in
Summary | Original: When a slave is waiting for master to be ready (" Master isnt ready to talk to us on {0}. Will retry again") , the port does not fill in | New: When a slave is waiting for master to be ready ("Master isnt ready to talk to us on {0}. Will retry again"), the port is not filled in |
Description |
Original:
Very trivial, but on the slave, the command prompt window doesn't appear to fill out the port correctly anymore: {code} Nov 16, 2016 10:06:17 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated Nov 16, 2016 10:06:27 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:38 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:48 AM hudson.remoting.jnlp.Main$CuiListener status ... {code} |
New:
Very trivial, but on the slave, the command prompt window doesn't appear to fill out the port correctly anymore (the '{0}' placeholder isn't filled in): {code} Nov 16, 2016 10:06:17 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated Nov 16, 2016 10:06:27 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:38 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:48 AM hudson.remoting.jnlp.Main$CuiListener status ... {code} |
Description |
Original:
Very trivial, but on the slave, the command prompt window doesn't appear to fill out the port correctly anymore (the '{0}' placeholder isn't filled in): {code} Nov 16, 2016 10:06:17 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated Nov 16, 2016 10:06:27 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:38 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:48 AM hudson.remoting.jnlp.Main$CuiListener status ... {code} |
New:
Very trivial, but on the slave, the command prompt window doesn't appear to fill out the port correctly anymore (the '\{0\}' placeholder isn't filled in): {code} Nov 16, 2016 10:06:17 AM hudson.remoting.jnlp.Main$CuiListener status INFO: Terminated Nov 16, 2016 10:06:27 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:38 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1} Nov 16, 2016 10:06:48 AM hudson.remoting.jnlp.Main$CuiListener status ... {code} |
Component/s | New: core [ 15593 ] | |
Component/s | Original: core [ 21134 ] | |
Key |
Original:
|
New:
|
Workflow | Original: classic default workflow [ 213574 ] | New: JNJira + In-Review [ 213576 ] |
Project | Original: Infrastructure [ 10301 ] | New: Jenkins [ 10172 ] |
Assignee | Original: R. Tyler Croy [ rtyler ] |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Component/s | New: remoting [ 15489 ] |
Labels | New: newbie-friendly |
vlatombe fixed it in
JENKINS-47132