On 4/27/2018 10:48 AM, THADC wrote:
I am new to zookeeper. created my zoo.cfg and attempted starting instance
(DOS shell). my command is:

.\bin\zkServer.cmd start zoo.cfg

and getting following error:

"C:\Users\thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\build\classes;C:\Users\thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\build\lib\*;C:\Users\
thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\*;C:\Users\thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\lib\*;C:\Users\thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\conf"
org
.apache.zookeeper.server.quorum.QuorumPeerMain
"C:\Users\thclotworthy\DevBase\zookeeper\zookeeper-3.4.10\bin\..\conf\zoo.cfg"
start zoo.cfg

Whatever is happening here is firmly in the land of zookeeper, not Solr.  Which means it's out of place on this mailing list.  If you need assistance getting zookeeper running, you're going to want to consult with zookeeper resources -- their documentation, their mailing list, etc.

If I extract zookeeper on a windows system, change to the extracted directory, create conf/zoo.cfg, and type this command, then ZK starts successfully:

bin\zkserver.cmd

If I try the same command you did, it gives the same error.  I suspect that the "start zoo.cfg" arguments in use here are not correct.  That will need to be verified with the ZK team.

Thanks,
Shawn

Reply via email to