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 223919 - StackOverflowError at DB node
Summary: StackOverflowError at DB node
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-12-17 10:50 UTC by _ pandajava
Modified: 2012-12-17 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196650


Attachments
stacktrace (11.78 KB, text/plain)
2012-12-17 10:50 UTC, _ pandajava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pandajava 2012-12-17 10:50:51 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9718-on-20121128)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b15
OS: Linux

User Comments:
pandajava: Happening when trying to connect to Java DB sample.




Stacktrace: 
java.lang.IllegalStateException: Cannot initialize 0th child of node org.netbeans.modules.db.explorer.node.CatalogNode[name=Default][Name=Default, displayName=Default]; it already belongs to node org.netbeans.modules.db.explorer.node.ConnectionNode[name=][Name=jdbc:derby://localhost:1527/sample [app on APP], displayName=jdbc:derby://localhost:1527/sample [app on APP]] (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 _ pandajava 2012-12-17 10:50:53 UTC
Created attachment 129445 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-12-17 13:16:43 UTC
This is probably duplicate of bug 221817.
Please try the latest development version. If the bug is still present, reopen this issue. Thank you.

*** This bug has been marked as a duplicate of bug 221817 ***
Comment 3 _ pandajava 2012-12-17 15:57:06 UTC
Oki, I will try soon. 
Kinds,