Not a Solr issue. Your client has closed the network connection and your
server threw this when trying to write to it. Usually happens if you server
a long or slow content and client closes the browser window.

In your case, there might be a wrinkle "org.apache.catalina.valves.
ErrorReportValve.invoke(ErrorReportValve.java:105)". It might be that you
actually got a different error and _reporting_ of that error is somehow
done to a network location. In which case, it is the error receiver that
closed a connection or had it cut by a firewall if connection is persistent
or some such.

Regards,
   Alex.

Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all at
once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD book)


On Wed, Nov 28, 2012 at 7:11 AM, syed kather <[email protected]> wrote:

>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>

Reply via email to