Hello, Trying this 'send mail to list option' to try and find out why my new Zookeeper 3.8.3 app wouldn't start, I get: ./zkServer.sh start ZooKeeper JMX enabled by default Using config: /apps/solr/apache-zookeeper-3.8.3/bin/../conf/zoo.cfg Starting zookeeper ... FAILED TO START
...and that's all the information there is, so I have nothing to go on. Bottom-line, I want the bare minimum Zookeeper/Solr installation possible on 1 server (and not really interested in learning too much about it), I just need it as a requirement for OT TeamSite. With that in mind, I followed these basic steps (which had worked in the past, but maybe there is something new): Setup Zookeeper * cd apache-zookeeper-3.8.3/conf/ * mv zoo_sample.cfg zoo.cfg * edit zoo.cfg to change default data dir to /apps/solr/logs/zookeeper * ...and added line: 4lw.commands.whitelist=mntr,conf,ruok Setup Solr * Rename solr-8.11.2 directory to solr. * cd solr * mkdir cloud/node1/solr * mkdir cloud/node2/solr * cd to dir with solr.xml * cp -p solr.xml ../../cloud/node1/solr/. * cp -p solr.xml ../../cloud/node2/solr/. Setup Env Vars * export JAVA_HOME=/usr/lib/jvm/jdk-11.0.19+7 * export PATH=$JAVA_HOME/bin:$PATH * export SOLR_JAVA_HOME=/usr/lib/jvm/jdk-11.0.19+7 Start servers in same session as env vars set: /apps/solr/apache-zookeeper-3.8.3/bin/zkServer.sh start Can anybody tell me what is missing? Thanks & Regards Peter Johnson [c] System Engineer (TeamSite) Kaiser Permanente NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them. v.173.295 Thank you.