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
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. As to the time, what merge factor are you using? And how are you committing? Via autocommit parameters or explicitly or not at all? Best Erick On

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

2011-03-16 Thread André Santos
Hi all! I created a SolrJ project to run test Solr. So, I am inserting batches of 7000 records, each with 200 attributes which adds up approximately to 13.77 Mb per batch. I am measuring the time it takes to add and commit each set of 7000 records to an instantiation of CommonsHttpSolrServer. Eac