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 196541

Summary: StackOverflowError at Node.attachTo
Product: platform Reporter: jmichelberger <jmichelberger>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jmichelberger
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167222
Attachments: stacktrace

Description jmichelberger 2011-03-10 10:48:25 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
GUEST: what this problem actually.whenever i want to run the project,this problem is showing




Stacktrace: 
java.lang.StackOverflowError
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at com.sun.org.apache.xerces.internal.dom.SecuritySupport.getSystemProperty(SecuritySupport.java:89)
   at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.<init>(CoreDocumentImpl.java:258)
   at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.<init>(CoreDocumentImpl.java:249)
   at com.sun.org.apache.xerces.internal.dom.DocumentImpl.<init>(DocumentImpl.java:116)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.newDocument(DocumentBuilderImpl.java:265)
Comment 1 jmichelberger 2011-03-10 10:48:29 UTC
Created attachment 106874 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-03-11 08:28:31 UTC

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