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 197367 - IllegalArgumentException: Original Node from map {position=101, iconResource=org/netbeans/modules/db/resources/database.gif, name=Databases, original=null, displayName=Databases, instanceCreate=org.op
Summary: IllegalArgumentException: Original Node from map {position=101, iconResource=...
Status: RESOLVED DUPLICATE of bug 197369
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-03 20:33 UTC by terje7601
Modified: 2011-04-07 06:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169986


Attachments
stacktrace (3.23 KB, text/plain)
2011-04-03 20:33 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2011-04-03 20:33:16 UTC
Build: NetBeans IDE 7.0 RC1 (Build 201103280000)
VM: Java HotSpot(TM) Client VM, 21.0-b06, Java(TM) SE Runtime Environment, 1.7.0-ea-b136
OS: Windows Vista

User Comments:
terje7601: Cannot expand the database node without getting this error now...

GUEST: Tried to expand the database node in Services

terje7601: There seems to be an issue with the Databases node. I had just started a registered GlassFish Server in NetBeans.




Stacktrace: 
java.lang.IllegalArgumentException: Original Node from map {position=101, iconResource=org/netbeans/modules/db/resources/database.gif, name=Databases, original=null, displayName=Databases, instanceCreate=org.openide.nodes.LazyNode[name=null][Name=Databases, displayName=Databases]} is null
   at org.openide.nodes.LazyNode.switchToOriginal(LazyNode.java:85)
   at org.openide.nodes.LazyNode.getActions(LazyNode.java:74)
   at org.openide.nodes.NodeOp.findActions(NodeOp.java:161)
   at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1073)
   at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1558)
   at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
Comment 1 terje7601 2011-04-03 20:33:19 UTC
Created attachment 107447 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-07 06:19:39 UTC

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