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 - StackOverflowError at db.explorer.node.SchemaNode
Summary: StackOverflowError at db.explorer.node.SchemaNode
Status: RESOLVED DUPLICATE of bug 221817
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-17 05:47 UTC by Exceptions Reporter
Modified: 2012-11-19 09:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195124


Attachments
stacktrace (11.05 KB, text/plain)
2012-11-17 05:47 UTC, Exceptions Reporter
Details

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