Ishan Chattopadhyaya created SOLR-8144:
------------------------------------------
Summary: solr.xml not found after restarting example node
Key: SOLR-8144
URL: https://issues.apache.org/jira/browse/SOLR-8144
Project: Solr
Issue Type: Bug
Reporter: Ishan Chattopadhyaya
Steps to reproduce:
1. ./bin/solr start -e cloud -noprompt
2. ./bin/solr stop -p 8983
2. ./bin/solr start -c -s example/cloud/node1/ -p 8983
4. This URL gives an NPE : http://localhost:8983/solr/#/
Error:
{noformat}
org.apache.solr.common.SolrException: Error processing the request.
CoreContainer is either not initialized or shutting down.
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:187)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
{noformat}
>From the logs:
{noformat}
org.apache.solr.common.SolrException: Error processing the request.
CoreContainer is either not initialized or shutting down.
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:187)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
{noformat}
It is looking for a solr.xml in
{{/home/ishan/code/lucene-solr-svn/solr/example/cloud/node1/solr.xml}} but it
exists in
{{/home/ishan/code/lucene-solr-svn/solr/example/cloud/node1/solr/solr.xml}}
Preliminarily, it looks to me like a start script issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]