You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Lakshmana Gudivada (AU)" <la...@global.ntt> on 2020/01/16 10:14:20 UTC

Solr issue with Sitecore 9.0.1

Hi Team,

Recently I have installed Solr 6.6.2 in my local desktop along with Sitecore 9.0.1. I have installed https version of Solr using nssm 2.24 and trying to browse https://localhost:8983/Solr

But unfortunately the web page throws the below error and solr.log file also has the same error.

Can someone please help on this below error? This needs to be fixed asap so we will have our local setup up and running.

2020-01-16 10:10:08.508 ERROR (qtp1330278544-27) [   ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
2020-01-16 10:10:08.508 WARN  (qtp1330278544-27) [   ] o.e.j.s.ServletHandler
javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
                at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:321)
                at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
                at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
                at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
                at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
                at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
                at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
                at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
                at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
                at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
                at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
                at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
                at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
                at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
                at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
                at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
                at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
                at org.eclipse.jetty.server.Server.handle(Server.java:534)
                at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
                at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
                at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
                at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
                at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
                at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
                at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
                at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
                at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
                at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
                at java.lang.Thread.run(Unknown Source)


Much appreciate your help in resolving this.

Thanks

Lakshmana Prasanna Kumar Gudivada
Senior Consultant
Digital Business
NTT

T: +61 (3) 70253006
M: +91 9032443591
E: lakshmana.gudivada@global.ntt<ma...@global.ntt>
hello.global.ntt<https://hello.global.ntt?elqTrackId=9ed2b0d7765d4d4993e02012ae80b1ae&elq=387d39d0e302465384a61e294ac5ab12&elqaid=6020&elqat=1&elqCampaignId=3458>

This email and all contents are subject to the following disclaimer:
https://hello.global.ntt/en-us/email-disclaimer


    

    

Re: Solr issue with Sitecore 9.0.1

Posted by Jan Høydahl <ja...@cominvent.com>.
You have to provide a lot more information in order to get help.

Java version, solr version, solr config (env vars), much more logs than what you posted (something is crashing)

Jan Høydahl

> 16. jan. 2020 kl. 12:22 skrev Lakshmana Gudivada (AU) <la...@global.ntt>:
> 
> Hi Team,
> 
> Recently I have installed Solr 6.6.2 in my local desktop along with Sitecore 9.0.1. I have installed https version of Solr using nssm 2.24 and trying to browse https://localhost:8983/Solr
> 
> But unfortunately the web page throws the below error and solr.log file also has the same error.
> 
> Can someone please help on this below error? This needs to be fixed asap so we will have our local setup up and running.
> 
> 2020-01-16 10:10:08.508 ERROR (qtp1330278544-27) [   ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
> 2020-01-16 10:10:08.508 WARN  (qtp1330278544-27) [   ] o.e.j.s.ServletHandler
> javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
>                at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:321)
>                at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
>                at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
>                at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
>                at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
>                at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
>                at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
>                at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
>                at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
>                at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
>                at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
>                at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
>                at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
>                at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
>                at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
>                at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
>                at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
>                at org.eclipse.jetty.server.Server.handle(Server.java:534)
>                at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
>                at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
>                at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
>                at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
>                at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
>                at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
>                at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
>                at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
>                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
>                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
>                at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
>                at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
>                at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
>                at java.lang.Thread.run(Unknown Source)
> 
> 
> Much appreciate your help in resolving this.
> 
> Thanks
> 
> Lakshmana Prasanna Kumar Gudivada
> Senior Consultant
> Digital Business
> NTT
> 
> T: +61 (3) 70253006
> M: +91 9032443591
> E: lakshmana.gudivada@global.ntt<ma...@global.ntt>
> hello.global.ntt<https://hello.global.ntt?elqTrackId=9ed2b0d7765d4d4993e02012ae80b1ae&elq=387d39d0e302465384a61e294ac5ab12&elqaid=6020&elqat=1&elqCampaignId=3458>
> 
> This email and all contents are subject to the following disclaimer:
> https://hello.global.ntt/en-us/email-disclaimer
> 
> 
> 
> 
>