Skip to content

Instantly share code, notes, and snippets.

@elliottneilclark
Created February 11, 2011 02:08
Show Gist options
  • Save elliottneilclark/821796 to your computer and use it in GitHub Desktop.
Save elliottneilclark/821796 to your computer and use it in GitHub Desktop.
2011-02-11 02:08:16,018 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181
2011-02-11 02:08:16,018 WARN org.apache.zookeeper.ClientCnxn: Session 0x12e123798580001 for server null, unexpected error, closing socket connection and attempting reconnect
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:1119)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment