occasional exception

2010-11-19 Thread j...@nuatech.net
Hi, I setup a Solr infrastructure a couple of months ago. So far the system has worked well but I am occasionally getting stuck in loops where I keep getting 500's returned for commits. my Tomcat Catalina logs on the Solr master show the following issue: Nov 14, 2010 2:41:46 AM org.apache.solr

Re: occasional exception

2010-11-17 Thread j...@nuatech.net
Thanks a million Robert. On 17 November 2010 11:36, Robert Muir wrote: > Thank you, > > Looks like the problem was > https://issues.apache.org/jira/browse/SOLR-1667. I backported it to > the 1.4 branch: > http://svn.apache.org/repos/asf/lucene/solr/branches/branch-1.4/ > > On Wed, Nov 17, 2010 a

Re: occasional exception

2010-11-17 Thread Robert Muir
Thank you, Looks like the problem was https://issues.apache.org/jira/browse/SOLR-1667. I backported it to the 1.4 branch: http://svn.apache.org/repos/asf/lucene/solr/branches/branch-1.4/ On Wed, Nov 17, 2010 at 4:48 AM, j...@nuatech.net wrote: > Hi Richard, > My full schema.xml is below (and att

Re: occasional exception

2010-11-16 Thread Robert Muir
> Nov 14, 2010 2:41:46 AM org.apache.solr.common.SolrException log > SEVERE: java.lang.IllegalArgumentException: Increment must be zero or > greater: -2147483648 Hi John, this looks like a tokenizer/tokenstreams bug. what I think is happening is that clearAttributes() is not properly called, so f