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 - StackOverflowError at Node.attachTo
Summary: StackOverflowError at Node.attachTo
Status: RESOLVED DUPLICATE of bug 187844
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 10:48 UTC by jmichelberger
Modified: 2011-03-11 08:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167222


Attachments
stacktrace (72.62 KB, text/plain)
2011-03-10 10:48 UTC, jmichelberger
Details

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