I am trying to create a “directory” in Zookeeper like this: Perplexingly, it is giving me a “NoNodeException” on the very node I’m trying to create. Note that I am able to connect to Zookeeper: Please note that the Zookeeper server is on a remote machine and the ip (“111.11.111.1”) has been changed in this post. Answer Seems related to
Tag: apache-zookeeper
How to fix this ‘ Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency ‘?
The function is very simple: However when I compile it I got this error at the catch statement: error: [strict] Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency The zookeeper version is 3.4.14. What is causing this error and how can I fix it? java version is openjdk 10.0.2 2018-07-17 Answer This error is actually caused by an error in the
Zookeeper error: Cannot open channel to X at election address
I have installed zookeeper in 3 different aws servers. The following is the configuration in all the servers All the three instance have a myid file at var/zookeeper with appropriate id in it. All the three servers have all ports open from the aws console. But when I run the zookeeper server, I get the following error in all the