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 190126 - 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: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-03 11:30 UTC by flotho
Modified: 2011-10-03 13:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172334


Attachments
stacktrace (1.49 KB, text/plain)
2010-09-03 11:30 UTC, flotho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flotho 2010-09-03 11:30:52 UTC
Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:495)
   at org.netbeans.modules.j2ee.jboss4.config.CarDeploymentConfiguration.<init>(CarDeploymentConfiguration.java:94)
   at org.netbeans.modules.j2ee.jboss4.config.JBModuleConfigurationFactory.create(JBModuleConfigurationFactory.java:69)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:734)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:718)
   at org.openide.util.Mutex.readAccess(Mutex.java:288)
Comment 1 flotho 2010-09-03 11:30:57 UTC
Created attachment 101850 [details]
stacktrace
Comment 2 Petr Hejl 2011-10-03 13:17:11 UTC

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