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 2003/10/30 04:30:53 UTC

DO NOT REPLY [Bug 24237] New: - Content-dependent failure adding document.

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=24237>.
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=24237

Content-dependent failure adding document.

           Summary: Content-dependent failure adding document.
           Product: Lucene
           Version: CVS Nightly - Specify date in submission
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Store
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: esmond.pitt@bigpond.com


This happens in both 1.3RC1 and 1.3RC2. I get the following exception when
adding certain documents:

java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at org.apache.lucene.store.RAMOutputStream.flushBuffer(RAMDirectory.java:294)
    at org.apache.lucene.store.OutputStream.flush(OutputStream.java:169)
    at org.apache.lucene.store.OutputStream.seek(OutputStream.java:198)
    at org.apache.lucene.store.RAMOutputStream.seek(RAMDirectory.java:309)
    at org.apache.lucene.index.TermInfosWriter.close(TermInfosWriter.java:152)
    at org.apache.lucene.index.DocumentWriter.writePostings(DocumentWriter.java:312)
    at org.apache.lucene.index.DocumentWriter.addDocument(DocumentWriter.java:130)
    at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:257)
    at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:244)
    at
net.motile.pittwater.index.test.ContentDependentFailure.<init>(ContentDependentFailure.java:46)
    at
net.motile.pittwater.index.test.ContentDependentFailure.main(ContentDependentFailure.java:56)

I'll upload a test program and test data, but a simple data test case is
http://www.w3c.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org