Skip to content

Instantly share code, notes, and snippets.

@krydos
Created April 2, 2017 20:00
Show Gist options
  • Save krydos/927139a77ec9fb2618696b385d6450e2 to your computer and use it in GitHub Desktop.
Save krydos/927139a77ec9fb2618696b385d6450e2 to your computer and use it in GitHub Desktop.
FATAL: command execution failed
java.io.IOException: Connection timed out
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at org.jenkinsci.remoting.nio.FifoBuffer$Pointer.receive(FifoBuffer.java:142)
at org.jenkinsci.remoting.nio.FifoBuffer.receive(FifoBuffer.java:359)
at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:564)
Caused: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport@414f23f2[name=Channel to /70.167.220.147]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment