Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Solr's install_solr_service.sh script forgets to copy zoo.cfg into /var/solr/data/, so when the user then tries to start in embedded ZK mode they get an exception when creating a collection.
Reproduce
root> ./install_solr_service.sh solr-6.4.0.tgz -n root> su - solr solr> export SOLR_INCLUDE="/etc/default/solr.in.sh" solr> /opt/solr/bin/solr start -c solr> /opt/solr/bin/solr create -c foo RROR: Expected JSON response from server but received: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/admin/info/system. Reason: <pre> Not Found</pre></p> </body> </html> Typically, this indicates a problem with the Solr server; check the Solr server logs for more information. ----solr.log contains--- 2017-02-02 09:55:03.245 INFO (main) [ ] o.a.s.c.SolrZkServerProps Reading configuration from: /var/solr/data/zoo.cfg 2017-02-02 09:55:03.247 ERROR (main) [ ] o.a.s.s.SolrDispatchFilter Could not start Solr. Check solr/home property and the logs 2017-02-02 09:55:03.267 ERROR (main) [ ] o.a.s.c.SolrCore null:org.apache.solr.common.SolrException: org.apache.zookeeper.server.quorum.QuorumPeerConfig$ConfigException: Error processing /var/solr/data/zoo.cfg
Attachments
Attachments
Issue Links
- is related to
-
SOLR-9575 Allow starting with an empty SOLR_HOME
- Closed