java.net.ConnectException: Connection refused
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This was a bug at HBase 1.0.1, it has been patched, so an update to 1.0.2 or further should solve the problem. URL for the Jira thread: https://goo.gl/c5oa6f
Solutions on the web
via GitHub by joestein
, 1 year agovia GitHub by emmanuelbernard
, 2 years agovia GitHub by hackereye
, 2 years agovia Google Groups by Justin Hohner, 2 years ago
via Google Groups by Mattias Persson, 8 months ago
via Google Groups by Nicolas Menoux, 8 months ago
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1078)