Re: Unbuffered entity enclosing request can not be repeated & Invalid chunk header

2011-08-15 Thread Markus Jelsma
ore giving up an indexing job. > > > > Cheers, > > > > > Hello folks, > > > > > > i use solr 1.4.1 and every 2 to 6 hours i have indexing errors in my > > > log files. > > > > > > on t

Re: Unbuffered entity enclosing request can not be repeated & Invalid chunk header

2011-08-12 Thread Vadim Kisselmann
t; > > Hello folks, > > > > i use solr 1.4.1 and every 2 to 6 hours i have indexing errors in my log > > files. > > > > on the client side: > > 2011-08-04 12:01:18,966 ERROR [Worker-242] IndexServiceImpl - Indexing > > failed with SolrServerExc

Re: Unbuffered entity enclosing request can not be repeated & Invalid chunk header

2011-08-11 Thread Markus Jelsma
ng errors in my log > files. > > on the client side: > 2011-08-04 12:01:18,966 ERROR [Worker-242] IndexServiceImpl - Indexing > failed with SolrServerException. > Details: org.apache.commons.httpclient.ProtocolException: Unbuffered entity > enclosing re

Unbuffered entity enclosing request can not be repeated & Invalid chunk header

2011-08-04 Thread Vadim Kisselmann
enclosing request can not be repeated.: Stacktrace: org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:469) . . on the server side: INFO: [] webapp=/solr path=/update params={wt=javabin&version=1} status=0 QTime=3 04.08.2011 12:0

Solrj retry handling - prevent "ProtocolException: Unbuffered entity enclosing request can not be repeated"

2011-04-12 Thread Martin Grotzke
Hi, from time to time we're seeing a "ProtocolException: Unbuffered entity enclosing request can not be repeated." in the logs when sending ~500 docs to solr (the stack trace is at the end of the email). I'm aware that this was discussed before (e.g. [1]) and our solution w

Re: Error: "Unbuffered entity enclosing request can not be repeated."

2011-03-17 Thread André Santos
Hi, Eric! I suspect that the problem resides in Tomcat. I think that the connection server-client times out. What happens if you submit the 9th batch first? I'm wondering if the > 9th batch is just mal-formed and has nothing to do with the > previous batches. The 9th batch is ok, like the o

Re: Error: "Unbuffered entity enclosing request can not be repeated."

2011-03-17 Thread Erick Erickson
WithRetry > INFO: Retrying request > Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: > org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing > request can not be repeated. >        at > org.apache.solr.c

Error: "Unbuffered entity enclosing request can not be repeated."

2011-03-16 Thread André Santos
rException: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated. at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:480) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)

Re: Unbuffered entity enclosing request can not be repeated.

2010-05-11 Thread Tim Underwood
thout running into the "Unbuffered entity enclosing request can not be repeated" error. I'd say about 25% of the errors were within the first 1,000 documents and the rest were usually when indexing was 80-90% complete. I tried switching to the StreamingUpdateSolrServer but ran into issue

Re: Unbuffered entity enclosing request can not be repeated.

2010-05-11 Thread Satish Kumar
ute(SolrCore.java:1316) > > > > > >at > > > org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:338) > > > >at > > > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:241) >

Re: Unbuffered entity enclosing request can not be repeated.

2010-05-10 Thread Lance Norskog
erChain.internalDoFilter(ApplicationFilterChain.java:235) > > : > > > On Mon, May 10, 2010 at 12:10 AM, Satish Kumar < > satish.kumar.just.d...@gmail.com> wrote: > >> Hi, >> >> I am getting the following error when I run the index process once in a >> while. I'm using Solr 1.4. Any

Re: Unbuffered entity enclosing request can not be repeated.

2010-05-09 Thread Satish Kumar
ver.request(CommonsHttpSolrServer.java:243) > at > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105) > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:49) > > ... 3 more > Caused by: org.apache.commons.httpclient.ProtocolExceptio

Unbuffered entity enclosing request can not be repeated.

2010-05-09 Thread Satish Kumar
at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:49) ... 3 more Caused by: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated.