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 270501 - 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-04-27 08:49 UTC by ggghhhjjj
Modified: 2017-04-27 08:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228970


Attachments
stacktrace (3.06 KB, text/plain)
2017-04-27 08:49 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2017-04-27 08:49:31 UTC
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: You have problmes with xml and wsdl parsers and HTTPS conections




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.BufferedReader.<init>(BufferedReader.java:105)
   at java.io.BufferedReader.<init>(BufferedReader.java:116)
   at org.codehaus.plexus.util.xml.XmlReader.getXmlProlog(XmlReader.java:734)
   at org.codehaus.plexus.util.xml.XmlReader.doRawStream(XmlReader.java:461)
   at org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:180)
   at org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:143)
Comment 1 ggghhhjjj 2017-04-27 08:49:33 UTC
Created attachment 164198 [details]
stacktrace