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 210659

Summary: StackOverflowError at java.lang.ClassLoader.defineClass1
Product: platform Reporter: MackSix
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186632
Attachments: stacktrace

Description MackSix 2012-04-04 03:44:48 UTC
Build: NetBeans IDE Dev (Build 201204030400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows Vista

User Comments:
MackSix: Moved JFrame.java form with Internationalization to a newpackage.




Stacktrace: 
java.lang.StackOverflowError
   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 MackSix 2012-04-04 03:44:53 UTC
Created attachment 117772 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-05 14:46:51 UTC

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