diff --git a/src/docbkx/troubleshooting.xml b/src/docbkx/troubleshooting.xml index 5fc715acb0c..a42aa266791 100644 --- a/src/docbkx/troubleshooting.xml +++ b/src/docbkx/troubleshooting.xml @@ -460,6 +460,31 @@ hadoop 17789 155 35.2 9067824 8604364 ? S<l Mar04 9855:48 /usr/java/j +
+ 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. + + +