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 207761 - 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 INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 08:37 UTC by kusmambang
Modified: 2012-06-18 19:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184775


Attachments
stacktrace (6.46 KB, text/plain)
2012-01-26 08:37 UTC, kusmambang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kusmambang 2012-01-26 08:37:35 UTC
This bug was originally marked as duplicate of bug 185666, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

User Comments:
kusmambang: error




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$SwitchChildren.addNotify(LazyNode.java:107)
   at org.openide.nodes.Children.callAddNotify(Children.java:554)
   at org.openide.nodes.EntrySupport$Default.getArray(EntrySupport.java:758)
   at org.openide.nodes.EntrySupport$Default.getNodes(EntrySupport.java:169)
   at org.openide.nodes.EntrySupport$Default.getNodes(EntrySupport.java:225)
Comment 1 kusmambang 2012-01-26 08:37:37 UTC
Created attachment 115260 [details]
stacktrace
Comment 2 matthias42 2012-06-18 19:01:25 UTC
Thanks for your report. The next major release of netbeans (7.2) is beginning it's release process. The version you were using is pretty old (~2 years). There is a good chance that your problem is fixed in a current version. Please try with 7.1.2 (the current release) or the current nightly builds.

If your problem is still present. Please reopen this bug.