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 251514

Summary: OutOfMemoryError: PermGen space
Product: platform Reporter: UTKARSH_SRIVASTAVA
Component: LookupAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216458
Attachments: stacktrace

Description UTKARSH_SRIVASTAVA 2015-03-30 17:16:13 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
UTKARSH_SRIVASTAVA: SCREEN BECOMES BLACK DURIN BUILD A PROJECT




Stacktrace: 
java.lang.OutOfMemoryError: PermGen space
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
Comment 1 UTKARSH_SRIVASTAVA 2015-03-30 17:16:16 UTC
Created attachment 152931 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-31 11:33:28 UTC
Does this happens all the time? What are the steps to reproduce? It looks like it happened on the IDE start.
Comment 3 Jaroslav Havlin 2015-08-14 08:48:56 UTC
Parameter -XX:MaxPermSize is not set although JDK 7 is used.

Please see bug 249008 comment 7.

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 249008 ***