Re: SolrException parsing error

2013-04-16 Thread Marc Des Garets
>>> 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

Re: SolrException parsing error

2013-04-16 Thread Luis Lebolo
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

Re: SolrException parsing error

2013-04-16 Thread Marc des Garets
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:

Re: SolrException parsing error

2013-04-15 Thread Shawn Heisey
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?

Re: SolrException parsing error [Solved]

2013-04-15 Thread Luis Lebolo
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

SolrException parsing error

2013-04-15 Thread Luis Lebolo
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