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 258958

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223676
Attachments: stacktrace

Description Exceptions Reporter 2016-04-21 15:54:14 UTC
This bug was originally marked as duplicate of bug 244697, 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.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: checking for external resources problem..kept running and stuck on 13-14%..made the CPU fire...right after creating a web app project based with tomcat for spring..my configs may faulty..not sure




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.openide.filesystems.MultiFileObject.update(MultiFileObject.java:211)
   at org.openide.filesystems.MultiFileObject.<init>(MultiFileObject.java:136)
Comment 1 Exceptions Reporter 2016-04-21 15:54:16 UTC
Created attachment 159386 [details]
stacktrace