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 221915 - 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-11-12 07:50 UTC by fortruth
Modified: 2012-11-19 07:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194944


Attachments
stacktrace (11.35 KB, text/plain)
2012-11-12 07:50 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2012-11-12 07:50:37 UTC
Build: NetBeans IDE Dev (Build 201211110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
fortruth: open oracle database connection.




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=kis-sh-7/disney2012, displayName=kis-sh-7/disney2012] (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 fortruth 2012-11-12 07:50:38 UTC
Created attachment 127576 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-16 17:56:49 UTC
Happens very frequently. I've seen at least ten reports. Making P2.
Comment 3 Jaroslav Havlin 2012-11-19 07:55:49 UTC

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