A self-contained, reproducible test case is required before someone can really start looking at it. What is the history of this index? Have attempts to update it ever failed prior to this?

Doug

Avi Drissman wrote:
At 8:56 AM -0400 9/20/02, you wrote:

Because of this problem, this issue has suddenly become critical for me because it has now taken out my whole server twice. Should this topic be brought up on the lucene-developer list?

Grrr. I just got the same problem:

java.lang.ArrayIndexOutOfBoundsException: 56 >= 5 at java.util.Vector.elementAt(Vector.java:412) at org.apache.lucene.index.FieldInfos.fieldInfo(Unknown Source) at org.apache.lucene.index.FieldsReader.doc(Unknown Source) at org.apache.lucene.index.SegmentReader.document(Unknown Source) at org.apache.lucene.index.SegmentMerger.mergeFields(Unknown Source) at org.apache.lucene.index.SegmentMerger.merge(Unknown Source) at org.apache.lucene.index.IndexWriter.mergeSegments(Unknown Source) at org.apache.lucene.index.IndexWriter.flushRamSegments(Unknown Source) at org.apache.lucene.index.IndexWriter.close(Unknown Source) at com.baseview.iqueserver.luceneindexer.IndexWriterThread.addFileToIndex(IndexWriterThread.java:427) at com.baseview.iqueserver.luceneindexer.IndexWriterThread.run(IndexWriterThread.java:82)

It's the same from IndexWriter.mergeSegments onwards. This is really bad; we can't complete an indexing of a 300k document database. Did anything ever get found on the dev list?

Avi



--
To unsubscribe, e-mail:   <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>

Reply via email to