Re: Corrupt index (IndexOutOfBoundsException)

2009-03-24 Thread René Zöpnek
Thank you for your help Michael. I've solved the problem by new creation of the index. The OutOfErrorException killed the thread, which was responsible for index maintenance. So the index recreation failed without an error message. So after recreating the index, the problem is solved. Sorry for

Re: Corrupt index (IndexOutOfBoundsException)

2009-03-24 Thread Michael McCandless
When I run checkIndex on your index, I see a new exception: org.apache.lucene.index.CorruptIndexException: Incompatible format version: 119865344 expected 1 or lower at org.apache.lucene.index.FieldsReader.(FieldsReader.java:116) at org.apache.lucene.index.SegmentReader.initialize

Re: Corrupt index (IndexOutOfBoundsException)

2009-03-24 Thread Michael McCandless
Instead of ignoring the exceptions in your finally clause, can you log them? It could be something interesting is happening in there... I'll have a look at the index. Mike "René Zöpnek" wrote: > Thanks for your answer, Mike. > > Unfortunately I have no direct access to the server with the corr

Re: Corrupt index (IndexOutOfBoundsException)

2009-03-23 Thread Michael McCandless
Something appears to be wrong with your _X.tii file (inside the compound file). Can you post the code that recreates this broken index? Since it appears to be repeatable, could you regenerate your index with compound file off, confirm the problem still happens, and then post the _X.tii f