Thanks.  I realized there's an error in the ChunkedInputFilter...

I'm not sure if this means there's a bug in the client library I'm using
(solrj 4.3) or is a bug in the server SOLR 4.3?  Or is there something in
my data that's causing the issue?


On Fri, Sep 6, 2013 at 1:02 PM, Chris Hostetter <hossman_luc...@fucit.org>wrote:

>
> : Has anyone ever hit this when adding documents to SOLR?  What does it
> mean?
>
> Always check for the root cause...
>
> : Caused by: java.io.IOException: Invalid CRLF
> :
> : at
> :
> org.apache.coyote.http11.filters.ChunkedInputFilter.parseCRLF(ChunkedInputFilter.java:352)
>
> ...so while Solr is trying to read XML off the InputStream from the
> client, an error is encountered by the ChunkedInputFilter.
>
> I suspect the client library you are using for the HTTP connection is
> claiming it's using chunking but isn't, or is doing something wrong with
> the chunking, or there is a bug in the ChunkedInputFilter.
>
>
> -Hoss
>

Reply via email to