A complete stub in the dark, as I don't know what the client does with the
sessions.

But it looks like the connection has been cut to the SolrJ client. If you
connect to the server, then do nothing for a while with a connection and
then starting getting errors, I would check whether you have a firewall
between the client and the server. This often happens with JDBC connection
pools overnight on quiet sites.

Firewalls tend to drop connections that have no traffic going over them.
And since they cut it in the middle, it is hard to troubleshoot.

One way to check that is by running Wireshark (careful, big hammer) and
inspect whether the next network hop your client is talking to is actually
the server or some different equipment type (based on the MAC address).
Similarly, if you can observe the error in the Wireshark, you are looking
for RST (reset) commands on the TCP level.

Regards,
   Alex.

----
Sign up for my Solr resources newsletter at http://www.solr-start.com/

On 27 January 2015 at 10:35, Olcay Çakır <olcay.ca...@btc-ag.com.tr> wrote:

> Hi Gurus,
>
>
>
> We have take below error when using solr with hybris. Long time not get
> this error, but when it begun, its still continue to get below error.
>
> I search and googling but nothing found. I use solr 4.6.1, and I must use
> it because of its embedded on hybris.
>
> I increase maxidletime to 300000 and session to 720, but it not solve my
> problem.
>
> Could you any idea about this error.
>
>
>
> Best Regards.
>
>
>
>
>
> 71299787 [qtp129568944-15] ERROR
> org.apache.solr.servlet.SolrDispatchFilter  –
> null:org.eclipse.jetty.io.EofException
>
>         at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
>
>         at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
>
>         at
> org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
>
>         at
> org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
>
>         at
> org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
>
>         at
> org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:51)
>
>

Reply via email to