I'm running solr 9.10.1 on Ubuntu 24.04.4 LTS server. I just noticed these
errors in the server log file:

2026-07-17 12:59:00.069 WARN  (qtp1631119258-30) [] o.e.j.s.HttpChannel
/solr/mcr-9/select =>javax.servlet.ServletException:
javax.servlet.UnavailableException: Error processing the request.
CoreContainer has shut down.
        at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.
java:157)

2026-07-17 12:59:09.800 ERROR (qtp1631119258-30) []
o.a.s.s.CoreContainerProvider Error processing the request. CoreContainer
has shut down.
2026-07-17 12:59:09.800 WARN  (qtp1631119258-30) [] o.e.j.s.HttpChannel
/solr/mcr-9/select =>javax.servlet.ServletException:
javax.servlet.UnavailableException: Error processing the request.
CoreContainer has shut down.
        at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.
java:157)

2026-07-17 12:59:33.547 INFO  (ShutdownMonitor) [] o.e.j.s.Server Stopped
Server@127e70c5{STOPPING}[10.0.26,sto=0]
2026-07-17 12:59:33.551 INFO  (ShutdownMonitor) [] o.e.j.s.AbstractConnector
Stopped ServerConnector@2f08c4b{SSL, (ssl, alpn, h2,
http/1.1)}{0.0.0.0:8983}
2026-07-17 12:59:33.564 INFO  (ShutdownMonitor) [] o.e.j.s.h.ContextHandler
Stopped
o.e.j.w.WebAppContext@23c650a3{solr-jetty-context.xml,/solr,null,STOPPED}{/o
pt/solr-9.10.1/server/solr-webapp/webapp}

What's causing the "CoreContainer has shut down" error, and how can I fix
it? " systemctl status solr" shows the server running fine.

Thank you,
Scott

Reply via email to