Error starting zookeeper using bash on Windows 10

2018-04-29 Thread THADC
Hello, I am not sure whether my problem has anything to do with bash exactly, but I am trying to run zookeeper server (3.4.10) for the first time. By the way, I did search for this in archive but could not find a match that worked for me. When I started it in foreground mode, I get the following:

Error Starting 2 Node Cluster on Redhat

2018-05-17 Thread THADC
Hi, I have a very simple setup (borrowed from Solr Ref Guide "Setting Up a Zookeeper Ensemble). For zoo.cfg, I have: *tickTime=2000 initLimit=10 syncLimit=5 dataDir=/opt/zooDeployTest/zookeeper/zooDat server.1=localhost:2190:2195 server.2=localhost:2191:2196* when I execute ./bin/zkServer.sh sta

Re: Error Starting 2 Node Cluster on Redhat

2018-05-18 Thread THADC
My apologies. I had forgotten to create the myid files for the two nodes. Likewise, I forgot to provide the paths to those files (i.e., dataDir=/opt/zooDeployTest/zookeeper/zooDat/1 and dataDir=/opt/zooDeployTest/zookeeper/zooDat/2) in the zoo.cfg files. Please consider this thread closed. -- S

starting multiple zookeeper nodes from one command

2018-06-01 Thread THADC
Hi, I have a 3 node cluster. I have been starting my cluster with 3 separate commands: $ ./bin/zkServer.sh start zoo.cfg $ ./bin/zkServer.sh start zoo2.cfg $ ./bin/zkServer.sh start zoo3.cfg , is there a way to start all 3 at the same time? thanks! -- Sent from: http://zookeeper-user.578899.

Re: starting multiple zookeeper nodes from one command

2018-06-01 Thread THADC
Hi thanks for response. Yes, I could use a script, in fact will start the nodes as services. So, maybe they need to remain separate commands since separate services I guess? -- Sent from: http://zookeeper-user.578899.n2.nabble.com/

Warning Messages in Catalina.out Log Related to SetWatches - Would Like to Resolve

2018-08-02 Thread THADC
Hello, We are getting the following regular warnings on our webapps that use zookeeper front ends for our Solr servers: *[OUR_PLATFORM] 2018-08-02 09:18:55,622 WARN [org.apache.zookeeper.ClientCnxn] - java.lang.NoClassDefFoundError: org/apache/zookeeper/proto/SetWatches at org.apache.zook