This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262151 - IllegalStateException: this writer hit an OutOfMemoryError; cannot flush
Summary: IllegalStateException: this writer hit an OutOfMemoryError; cannot flush
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 14:09 UTC by Exceptions Reporter
Modified: 2017-08-14 18:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224116


Attachments
stacktrace (4.80 KB, text/plain)
2016-05-19 14:09 UTC, Exceptions Reporter
Details
stacktrace (94.07 KB, text/plain)
2017-08-14 18:50 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-19 14:09:55 UTC
This bug was originally marked as duplicate of bug 253340, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Plugin problem or parse problem




Stacktrace: 
java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot flush
   at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3599)
   at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3588)
   at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3567)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$FlushIndexWriter.callFlush(LuceneIndex.java:1279)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.txStore(LuceneIndex.java:414)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.storeImpl(DocumentIndexImpl.java:219)
Comment 1 Exceptions Reporter 2016-05-19 14:09:57 UTC
Created attachment 159812 [details]
stacktrace
Comment 2 Karol Harezlak 2017-08-14 18:50:00 UTC
Created attachment 164951 [details]
stacktrace

Building ABCS