You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/06/05 08:36:07 UTC

[jira] Assigned: (SOLR-1161) Exception in TestLBHttpSolrServer

     [ https://issues.apache.org/jira/browse/SOLR-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul reassigned SOLR-1161:
--------------------------------

    Assignee: Noble Paul

> Exception in TestLBHttpSolrServer
> ---------------------------------
>
>                 Key: SOLR-1161
>                 URL: https://issues.apache.org/jira/browse/SOLR-1161
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>
> Just ran into this in testTwoServers - been running the tests pretty much all day and just randomly hit it:
> org.apache.solr.client.solrj.SolrServerException: Error executing query
> 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:96)
> 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:113)
> 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:140)
> Caused by: org.apache.solr.common.SolrException: parsing error
> 	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:41)
> 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:467)
> 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:242)
> 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
> 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
> Caused by: java.io.IOException: Stream closed
> 	at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
> 	at java.io.BufferedInputStream.read(BufferedInputStream.java:325)
> 	at org.apache.commons.httpclient.ContentLengthInputStream.read(ContentLengthInputStream.java:170)
> 	at java.io.FilterInputStream.read(FilterInputStream.java:133)
> 	at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108)
> 	at org.apache.solr.common.util.FastInputStream.refill(FastInputStream.java:68)
> 	at org.apache.solr.common.util.FastInputStream.readByte(FastInputStream.java:159)
> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:96)
> 	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.