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 268765 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 12:28 UTC by ggghhhjjj
Modified: 2016-11-01 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227035


Attachments
stacktrace (6.87 KB, text/plain)
2016-11-01 12:28 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2016-11-01 12:28:46 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: Create new Struts Action on click on the Next buttone on the first wizard's window




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:608)
   at org.netbeans.modules.web.struts.StrutsConfigUtilities.createConfigElements(StrutsConfigUtilities.java:135)
   at org.netbeans.modules.web.struts.StrutsConfigUtilities.getAllActionsInModule(StrutsConfigUtilities.java:97)
   at org.netbeans.modules.web.struts.wizards.ActionPanel1Visual.read(ActionPanel1Visual.java:431)
   at org.netbeans.modules.web.struts.wizards.ActionPanel1.readSettings(ActionPanel1.java:90)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
Comment 1 ggghhhjjj 2016-11-01 12:28:48 UTC
Created attachment 162711 [details]
stacktrace