[ http://issues.apache.org/jira/browse/LUCENE-552?page=comments#action_12376081 ]
Otis Gospodnetic commented on LUCENE-552: ----------------------------------------- Can you write a self-contained unit test that demonstrates the bug? Please attach it to this issue. > NPE during mergeSegments > ------------------------ > > Key: LUCENE-552 > URL: http://issues.apache.org/jira/browse/LUCENE-552 > Project: Lucene - Java > Type: Bug > Components: Index > Versions: 2.0 > Environment: 2.0-rc1-dev > Reporter: Ole Kværnø > > The JVM stops with a NPE after running for about 6-8 hours, indexing about > 500.000 articles. > After a restart of the JVM, the problematic merge seems to complete OK. > Exception in thread "Thread-4" java.lang.NullPointerException > at org.apache.lucene.store.RAMInputStream.<init>(RAMInputStream.java:32) > at org.apache.lucene.store.RAMDirectory.openInput(RAMDirectory.java:171) > at org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:155) > at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:129) > at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:110) > at org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:700) > at org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:684) > at org.apache.lucene.index.IndexWriter.flushRamSegments(IndexWriter.java:654) > at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:402) > at com.magentanews.index.IndexManager.insertDocuments(IndexManager.java:190) > at > com.magentanews.index.SplitIndexManager.insertDocuments(SplitIndexManager.java:152) > at com.magentanews.index.LuceneFeeder.insertDocuments(LuceneFeeder.java:234) > at > com.magentanews.index.IndexerApplication.insertDocuments(IndexerApplication.java:255) > at com.magentanews.index.IndexerApplication.run(IndexerApplication.java:160) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
