Looking at the stack trace, which seem truncated, I would start from here

o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Early EOF
        at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:190)

Could you please expand a bit your context (e.g. solr version, cloud / no
cloud, xml data size, indexing client type). Also, the whole stacktrace
(unless it is huge), should be helpful, too.

Best,
Andrea


On 3 Jun 2018 6:18 pm, "Zheng Lin Edwin Yeo" <edwinye...@gmail.com> wrote:

Hi,

Which version of Solr are you running on? And also, are you running on
SolrCloud or Standalone Solr?

Regards,
Edwin


On 3 June 2018 at 21:52, Nawab Zada Asad Iqbal <khi...@gmail.com> wrote:

> Good morning
>
> I am running a batch indexing job and Solr core mysteriously shut down
> without any particular error. How can I investigate this? I am focusing on
> the line which mentions "Shutting down CoreContainer instance".
>
> There are errors soon after that, but they seemed to be caused by the core
> shutting down and not the other way round; although i can be wrong.
>
>
> Thanks
> Nawab
>
> ....
> Jun 03, 2018 03:02:02 AM INFO  (qtp761960786-1049) [   x:filesearch]
> o.a.s.u.p.LogUpdateProcessorFactory [filesearch]  webapp=/solr
> path=/update
> params={commit=false}{add=[file_30594113079, file_221594113074,
> file_92594113074, file_93594113076, file_94594113078, file_155594113071,
> file_285594113073, file_286594113075, file_13694113071, file_16694113077]}
> 0 201
> Jun 03, 2018 03:02:02 AM INFO  (qtp761960786-911) [   x:filesearch]
> o.a.s.u.p.LogUpdateProcessorFactory [filesearch]  webapp=/solr
> path=/update
> params={commit=false}{add=[file_98928108921, file_113038108926,
> file_114038108928, file_46038108921, file_48038108925, folder_48038108925,
> file_100138108926, file_291138108921, file_292138108923,
file_33138108921]}
> 0 113
> Jun 03, 2018 03:02:02 AM INFO  (Thread-0) [   ] o.a.s.c.CoreContainer
> Shutting down CoreContainer instance=1021436681
> Jun 03, 2018 03:02:02 AM INFO  (Thread-0) [   ] o.a.s.m.SolrMetricManager
> Closing metric reporters for registry=solr.node, tag=null
> Jun 03, 2018 03:02:02 AM INFO  (Thread-0) [   ] o.a.s.m.SolrMetricManager
> Closing metric reporters for registry=solr.jvm, tag=null
> Jun 03, 2018 03:02:02 AM INFO  (Thread-0) [   ] o.a.s.m.SolrMetricManager
> Closing metric reporters for registry=solr.jetty, tag=null
> Jun 03, 2018 03:02:02 AM INFO  (qtp761960786-851) [   x:filesearch]
> o.a.s.u.p.LogUpdateProcessorFactory [filesearch]  webapp=/solr
> path=/update
> params={commit=false}{add=[file_34202892465, file_35202892467,
> file_226202892462]} 0 75
> Jun 03, 2018 03:02:02 AM INFO  (qtp761960786-1124) [   x:filesearch]
> o.a.s.u.p.LogUpdateProcessorFactory [filesearch]  webapp=/solr
> path=/update
> params={commit=false}{add=[folder_31457908173, file_32457908175,
> folder_32457908175, file_33457908177, file_34457908179, file_94457908170,
> folder_20557908177, file_19557908175]} 0 115
> Jun 03, 2018 03:02:02 AM ERROR (qtp761960786-851) [   x:filesearch]
> o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Early EOF
>         at org.apache.solr.handler.loader.XMLLoader.load(
> XMLLoader.java:190)
>         at
> org.apache.solr.handler.UpdateRequestHandler$1.load(
> UpdateRequestHandler.java:97)
>         at
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(
> ContentStreamHandlerBase.java:68)
>         at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(
> RequestHandlerBase.java:177)
>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
>         at
> org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
>         at org.apache.solr.servlet.HttpSolrCall.call(
> HttpSolrCall.java:526)
>

Reply via email to