Re: [Spam:5.0] Re: similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-05-23 Thread Patrick Kimber
Hi Adam Thanks for your help. Patrick On 23/05/06, Adam Constabaris <[EMAIL PROTECTED]> wrote: Patrick Kimber wrote: > Hi Adam > > We are getting the same error. Did you manage to work out what was > causing the problem? > > Thanks > Patrick I can't say anything definitive about this, but I

Re: [Spam:5.0] Re: similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-05-23 Thread Adam Constabaris
Patrick Kimber wrote: Hi Adam We are getting the same error. Did you manage to work out what was causing the problem? Thanks Patrick I can't say anything definitive about this, but I think it was due to a corrupted index; on the hunch that the index creation/update threads were reliably pu

Re: similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-05-23 Thread Patrick Kimber
Hi Adam We are getting the same error. Did you manage to work out what was causing the problem? Thanks Patrick On 21/04/06, Adam Constabaris <[EMAIL PROTECTED]> wrote: This is a puzzler, I'm not sure if I'm doing something wrong or whether I have a poisoned document, a corrupted index (failin

similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-04-21 Thread Adam Constabaris
This is a puzzler, I'm not sure if I'm doing something wrong or whether I have a poisoned document, a corrupted index (failing to close my IndexModifier properly?) or what. The setup is this: I have two processes (the backend and frontend of a CMS) that run in two different VMs -- both use Luc