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 - OutOfMemoryError: PermGen space
Summary: OutOfMemoryError: PermGen space
Status: RESOLVED DUPLICATE of bug 249008
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 17:16 UTC by UTKARSH_SRIVASTAVA
Modified: 2015-08-14 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216458


Attachments
stacktrace (2.00 KB, text/plain)
2015-03-30 17:16 UTC, UTKARSH_SRIVASTAVA
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***