0
votes

I am attempting to bootstrap my solr host. This involves indexing all the documents in 6 different cores from my data source.

After some time of successful indexing, I am getting

throwable.cause.cause.type  org.apache.http.NoHttpResponseException
throwable.cause.message IOException occurred when talking to server at:http://localhost:1080/Solr/core_name

We are running Solr in jetty 9.4

What causes this exception? I do not see any errors in my Solr logs, nor in the log for the service running jetty.

The application which indexes the documents lives on the same host as does the server running jetty and Solr.