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 208362 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED DUPLICATE of bug 153286
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 20:40 UTC by handy79
Modified: 2012-03-27 08:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180243


Attachments
stacktrace (1.49 KB, text/plain)
2012-02-13 20:40 UTC, handy79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description handy79 2012-02-13 20:40:25 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
GUEST: Creating a new project.




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:495)
   at org.netbeans.modules.j2ee.weblogic9.config.WarDeploymentConfiguration.<init>(WarDeploymentConfiguration.java:143)
   at org.netbeans.modules.j2ee.weblogic9.config.WLModuleConfigurationFactory.create(WLModuleConfigurationFactory.java:87)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:787)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:769)
   at org.openide.util.Mutex.readAccess(Mutex.java:288)
Comment 1 handy79 2012-02-13 20:40:27 UTC
Created attachment 115675 [details]
stacktrace
Comment 2 Petr Hejl 2012-03-27 08:41:29 UTC

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