>>> On 4/15/2013 9:47 AM, Luis Lebolo wrote:
>>>
>>>> Hi All,
>>>>
>>>> I'm using Solr 4.1 and am receiving an org.apache.solr.common.**
>>>> SolrException
>>>> "parsing error" with root cause java.io.E
isey wrote:
>
>> On 4/15/2013 9:47 AM, Luis Lebolo wrote:
>>
>>> Hi All,
>>>
>>> I'm using Solr 4.1 and am receiving an org.apache.solr.common.**
>>> SolrException
>>> "parsing error" with root cause java.io.EOFException (see
Did you find anything? I have the same problem but it's on update
requests only.
The error comes from the solrj client indeed. It is solrj logging this
error. There is nothing in solr itself and it does the update correctly.
It's fairly small simple documents being updated.
On 04/15/2013 07:
On 4/15/2013 9:47 AM, Luis Lebolo wrote:
Hi All,
I'm using Solr 4.1 and am receiving an org.apache.solr.common.SolrException
"parsing error" with root cause java.io.EOFException (see below for stack
trace). The query I'm performing is long/complex and I wonder if its size
is causing the issue?
Sorry, spoke to soon. Turns out I was not sending the query via POST.
Changing the method to POST solved the issue. Apologies for the spam!
-Luis
On Mon, Apr 15, 2013 at 11:47 AM, Luis Lebolo wrote:
> Hi All,
>
> I'm using Solr 4.1 and am receiving an
> org.apache.solr.common.SolrException "pa
Hi All,
I'm using Solr 4.1 and am receiving an org.apache.solr.common.SolrException
"parsing error" with root cause java.io.EOFException (see below for stack
trace). The query I'm performing is long/complex and I wonder if its size
is causing the issue?
I am querying via POST through SolrJ. The q