Index: src/docbkx/troubleshooting.xml =================================================================== --- src/docbkx/troubleshooting.xml (revision 1146162) +++ src/docbkx/troubleshooting.xml (working copy) @@ -457,6 +457,31 @@ +
+ ZooKeeper Client Connection Errors + Errors like this... + +11/07/05 11:26:41 WARN zookeeper.ClientCnxn: Session 0x0 for server null, + unexpected error, closing socket connection and attempting reconnect + java.net.ConnectException: Connection refused: no further information + at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) + at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) + at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1078) + 11/07/05 11:26:43 INFO zookeeper.ClientCnxn: Opening socket connection to + server localhost/127.0.0.1:2181 + 11/07/05 11:26:44 WARN zookeeper.ClientCnxn: Session 0x0 for server null, + unexpected error, closing socket connection and attempting reconnect + java.net.ConnectException: Connection refused: no further information + at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) + at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) + at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1078) + 11/07/05 11:26:45 INFO zookeeper.ClientCnxn: Opening socket connection to + server localhost/127.0.0.1:2181 + + ... are either due to ZooKeeper being down, or unreachable due to network issues. + + +