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 222310

Summary: StackOverflowError at db.explorer.node.SchemaNode
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jtulach
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195124
Attachments: stacktrace

Description Exceptions Reporter 2012-11-17 05:47:04 UTC
This bug was originally marked as duplicate of bug 187844, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9622-on-20121116)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.IllegalStateException: Cannot initialize 0th child of node org.netbeans.modules.db.explorer.node.SchemaNode[name=db90668_nomi][Name=db90668_nomi, displayName=db90668_nomi]; it already belongs to node org.netbeans.modules.db.explorer.node.CatalogNode[name=db90668_nomi][Name=db90668_nomi, displayName=db90668_nomi] (did you forgot to use cloneNode?)
Children of new node: null
Children of old node: null
   at org.openide.nodes.Node.assignTo(Node.java:354)
   at org.openide.nodes.EntrySupportDefault.justComputeNodes(EntrySupportDefault.java:212)
   at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:88)
   at org.openide.nodes.EntrySupportDefault.getNodes(EntrySupportDefault.java:130)
   at org.openide.nodes.EntrySupportDefault.getNodes(EntrySupportDefault.java:172)
   at org.openide.nodes.Children.getNodes(Children.java:469)
Comment 1 Exceptions Reporter 2012-11-17 05:47:06 UTC
Created attachment 127970 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-11-19 09:51:28 UTC

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