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 157198

Summary: IllegalArgumentException: Called DataObject.find on null
Product: contrib Reporter: Marian Mirilovic <mmirilovic>
Component: RemoteFSAssignee: remotefs@contrib <remotefs>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=130270
Issue Type: DEFECT Exception Reporter: 130270

Description Marian Mirilovic 2009-01-21 10:14:18 UTC
11 duplicates so far ...

Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:477)
        at org.netbeans.modules.remotefs.ui.nodes.SiteNode.destroy(SiteNode.java:142)
        at org.netbeans.modules.remotefs.ui.nodes.SiteNode$RemoveSiteAction.performAction(SiteNode.java:191)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)