Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created June 22, 2015 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/e8f5ff546fbeec6685c3 to your computer and use it in GitHub Desktop.
Save jfarcand/e8f5ff546fbeec6685c3 to your computer and use it in GitHub Desktop.
Caused by: java.net.ConnectException: Connection timed out: /52.24.104.213:8080
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_45]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_45]
at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152) ~[tubes-loaddriver-all.jar:master-SNAPSHOT]
at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105) ~[tubes-loaddriver-all.jar:master-SNAPSHOT]
... 8 common frames omitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment