Re: Error when starting standalone zookeeper instance

2018-04-30 Thread THADC
sorry, I found the zookeeper group and got my question answered there. I will be more careful in the future. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Error when starting standalone zookeeper instance

2018-04-27 Thread THADC
ok, I made a couple of changes, however I don't think the server is starting. When I invoke the start: *$ ./bin/zkServer.sh start ZooKeeper JMX enabled by default Using config: /c/Users/thclotworthy/DevBase/zookeeper/zookeeper-3.4.10/bin/../conf/zoo.cfg Starting zookeeper ... STARTED* , it says i

Re: Error when starting standalone zookeeper instance

2018-04-27 Thread Shawn Heisey
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\thclot

Re: Error when starting standalone zookeeper instance

2018-04-27 Thread Woll-E
Hi, Look in the "data" folder - there has to be a file named "myid". In this file, the ID of your zookeeper has to be defined. Start by 1. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Error when starting standalone zookeeper instance

2018-04-27 Thread THADC
Thanks for responding, below is the zoo.cfg file contents. I took this directly from the solr ref guide 7.0, for setting up an external zookeeper (https://lucene.apache.org/solr/guide/7_0/setting-up-an-external-zookeeper-ensemble.html#setting-up-an-external-zookeeper-ensemble). It did not specify t

Re: Error when starting standalone zookeeper instance

2018-04-27 Thread Erick Erickson
What do your ZooKeeper configurations look like? My guess is that the "myid" field isn't formed correctly or is absent. Best, Erick On Fri, Apr 27, 2018 at 9:48 AM, THADC wrote: > Hi, > > I am new to zookeeper. created my zoo.cfg and attempted starting instance > (DOS shell). my command is: > >

Error when starting standalone zookeeper instance

2018-04-27 Thread THADC
Hi, 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\zookeep