Skip to content

Instantly share code, notes, and snippets.

@olblak
Created September 27, 2019 12:27
Show Gist options
  • Save olblak/bbc70579c9a1a192ceb58e06645ec8a8 to your computer and use it in GitHub Desktop.
Save olblak/bbc70579c9a1a192ceb58e06645ec8a8 to your computer and use it in GitHub Desktop.
aci containers error log
Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Sep 27, 2019 12:15:55 PM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: aci-maven-60b1r
Sep 27, 2019 12:15:55 PM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Sep 27, 2019 12:15:56 PM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Sep 27, 2019 12:15:56 PM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /root/.jenkins/cache/jars
Sep 27, 2019 12:15:56 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://ci.jenkins.io/]
Sep 27, 2019 12:15:56 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Sep 27, 2019 12:15:56 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver isPortVisible
WARNING: Connection refused (Connection refused)
Sep 27, 2019 12:15:56 PM hudson.remoting.jnlp.Main$CuiListener error
SEVERE: https://ci.jenkins.io/ provided port:50000 is not reachable
java.io.IOException: https://ci.jenkins.io/ provided port:50000 is not reachable
at org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver.resolve(JnlpAgentEndpointResolver.java:287)Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior
Sep 27, 2019 12:15:55 PM hudson.remoting.jnlp.Main createEngine
INFO: Setting up agent: aci-maven-60b1r
Sep 27, 2019 12:15:55 PM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Sep 27, 2019 12:15:56 PM hudson.remoting.Engine startEngine
INFO: Using Remoting version: 3.29
Sep 27, 2019 12:15:56 PM hudson.remoting.Engine startEngine
WARNING: No Working Directory. Using the legacy JAR Cache location: /root/.jenkins/cache/jars
Sep 27, 2019 12:15:56 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [https://ci.jenkins.io/]
Sep 27, 2019 12:15:56 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Sep 27, 2019 12:15:56 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver isPortVisible
WARNING: Connection refused (Connection refused)
Sep 27, 2019 12:15:56 PM hudson.remoting.jnlp.Main$CuiListener error
SEVERE: https://ci.jenkins.io/ provided port:50000 is not reachable
java.io.IOException: https://ci.jenkins.io/ provided port:50000 is not reachable
at org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver.resolve(JnlpAgentEndpointResolver.java:287)
at hudson.remoting.Engine.innerRun(Engine.java:523)
at hudson.remoting.Engine.run(Engine.java:474)
at hudson.remoting.Engine.innerRun(Engine.java:523)
at hudson.remoting.Engine.run(Engine.java:474)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment