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 244716 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 11:03 UTC by Peter Nabbefeld
Modified: 2015-02-22 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209276


Attachments
stacktrace (3.53 KB, text/plain)
2014-05-25 11:03 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2014-05-25 11:03:36 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows Vista

User Comments:
GUEST: Trying to edit configuration for wildfly server 8.1 CR1

GUEST: Trying to edit wildfly configuration file.

epdv: Selected "Edit configuration" on a stopped wildfly server.

GUEST: Trying to view settings in wildfly server




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:551)
   at org.netbeans.modules.javaee.wildfly.nodes.WildflyManagerNode$EditCookieImpl.edit(WildflyManagerNode.java:247)
   at org.netbeans.modules.javaee.wildfly.nodes.actions.WildflyEditConfigAction.performAction(WildflyEditConfigAction.java:87)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 Peter Nabbefeld 2014-05-25 11:03:38 UTC
Created attachment 147428 [details]
stacktrace