You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/11/07 16:22:44 UTC

DO NOT REPLY [Bug 14355] New: - ArrayIndexOutOfBoundsException on IndexWriter.mergeSegments

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14355>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14355

ArrayIndexOutOfBoundsException on IndexWriter.mergeSegments

           Summary: ArrayIndexOutOfBoundsException on
                    IndexWriter.mergeSegments
           Product: Lucene
           Version: 1.2
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Index
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: drissman@acm.org


When trying to add a document to an index, I got the following exception:

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)

This is the same issue as reported on Lucene-User by Robert A. Decker at
<http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg02239.html> who
saw it on an optimize, and Trevor Boicey
<http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg02251.html>, for
whom this is now a critical issue. This is now a blocker on our server product.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>