You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Avi Drissman <av...@baseview.com> on 2002/11/07 16:04:44 UTC

Re: has this exception been seen before

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

-- 
Avi 'rlwimi' Drissman
avi@baseview.com
Argh! This darn mail server is trunca

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


Re: has this exception been seen before

Posted by Avi Drissman <av...@baseview.com>.
At 9:55 AM -0800 11/12/02, you wrote:

>A self-contained, reproducible test case is required before someone 
>can really start looking at it.

Yep, I know how that goes. Still trying to get my hands on the 
database that this seems to happen to.

The reason I write is that there's a new stack trace available. Same 
place, but this time I have line numbers (corresponding to the 
lucene-1.2-src tarball release). Perhaps that might help a bit.

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

Avi

-- 
Avi 'rlwimi' Drissman
avi@baseview.com
Argh! This darn mail server is trunca

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


Re: has this exception been seen before

Posted by Avi Drissman <av...@baseview.com>.
At 9:55 AM -0800 11/12/02, you wrote:

>A self-contained, reproducible test case is required before someone 
>can really start looking at it.

Working on that now. Next time it crashes I'll have line numbers too.

>What is the history of this index?  Have attempts to update it ever 
>failed prior to this?

This index was created from scratch, and had several hundred thousand 
documents added to it. If I coded it right, there were no deletions 
and no searches.

Avi

-- 
Avi 'rlwimi' Drissman
avi@baseview.com
Argh! This darn mail server is trunca

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


Re: has this exception been seen before

Posted by Doug Cutting <cu...@lucene.com>.
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>