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

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

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