You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/04 22:23:45 UTC

[jira] [Commented] (SOLR-10088) Installer script does not put zoo.cfg in SOLR_HOME

    [ https://issues.apache.org/jira/browse/SOLR-10088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895901#comment-15895901 ] 

ASF subversion and git services commented on SOLR-10088:
--------------------------------------------------------

Commit 34546ac358d04864fd239f19cadc92a414b3bd7d in lucene-solr's branch refs/heads/branch_6x from [~janhoy]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=34546ac ]

SOLR-10088: Installer script does not put zoo.cfg in SOLR_HOME

(cherry picked from commit 59433bb)


> Installer script does not put zoo.cfg in SOLR_HOME
> --------------------------------------------------
>
>                 Key: SOLR-10088
>                 URL: https://issues.apache.org/jira/browse/SOLR-10088
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: scripts and tools
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>              Labels: install, zookeeper
>             Fix For: 6.5, master (7.0)
>
>         Attachments: SOLR-10088.patch
>
>
> 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.
> h3. Reproduce
> {noformat}
> 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org