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 271268

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229998
Attachments: stacktrace

Description Exceptions Reporter 2017-08-11 09:26:16 UTC
This bug was originally marked as duplicate of bug 183289, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
GUEST: cannot remember




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.maven.index.updater.IndexDataReader.readUTF(IndexDataReader.java:262)
   at org.apache.maven.index.updater.IndexDataReader.readField(IndexDataReader.java:160)
   at org.apache.maven.index.updater.IndexDataReader.readDocument(IndexDataReader.java:135)
   at org.apache.maven.index.updater.IndexDataReader.readIndex(IndexDataReader.java:89)
   at org.apache.maven.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:509)
   at org.apache.maven.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:197)
Comment 1 Exceptions Reporter 2017-08-11 09:26:18 UTC
Created attachment 164929 [details]
stacktrace