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 270000 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 14:12 UTC by ggghhhjjj
Modified: 2017-03-06 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228289


Attachments
stacktrace (3.29 KB, text/plain)
2017-03-06 14:12 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2017-03-06 14:12:47 UTC
This bug was originally marked as duplicate of bug 245732, 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.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
ggghhhjjj: Just open a file




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.codehaus.plexus.util.xml.pull.MXParser.<init>(MXParser.java:352)
   at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:4015)
   at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:122)
   at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:91)
   at org.apache.maven.model.building.DefaultModelProcessor.read(DefaultModelProcessor.java:77)
   at org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:456)
Comment 1 ggghhhjjj 2017-03-06 14:12:49 UTC
Created attachment 163782 [details]
stacktrace