WhyNotRunning / WhyNotRunning.github.io

个人博客
1 stars 0 forks source link

zookeeper异常处理org.apache.zookeeper.KeeperException$ConnectionLossException #19

Open WhyNotRunning opened 7 years ago

WhyNotRunning commented 7 years ago

Exception in thread "main" org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /RootNode at org.apache.zookeeper.KeeperException.create(KeeperException.java:90) at org.apache.zookeeper.KeeperException.create(KeeperException.java:42) at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:637) at com.iwooto.zookeeper.ZookeeperClient.main(ZookeeperClient.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)

session超时时间设置过短导致的,把session时间变长即可解决。