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 222207 - StackOverflowError at org.openide.nodes.FilterNode.isDefault
Summary: StackOverflowError at org.openide.nodes.FilterNode.isDefault
Status: RESOLVED DUPLICATE of bug 221817
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 12:26 UTC by Petr Cyhelsky
Modified: 2012-11-15 13:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195192


Attachments
stacktrace (9.21 KB, text/plain)
2012-11-15 12:26 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-11-15 12:26:07 UTC
Build: NetBeans IDE Dev (Build 201211140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b15
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Cannot initialize 0th child of node org.netbeans.modules.db.explorer.node.SchemaNode[name=fittest][Name=fittest, displayName=fittest]; it already belongs to node org.netbeans.modules.db.explorer.node.CatalogNode[name=fittest][Name=fittest, displayName=fittest] (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 Petr Cyhelsky 2012-11-15 12:26:09 UTC
Created attachment 127867 [details]
stacktrace
Comment 2 Petr Cyhelsky 2012-11-15 12:30:37 UTC
Steps: connect to mysql database -> click to expand some nodes in the db connection
Comment 3 Jaroslav Havlin 2012-11-15 13:31:25 UTC
Duplicate of bug 221817.
It should be fixed in today's build.
Thanks you for reporting.

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