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 178829 - 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: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-18 03:13 UTC by aeps
Modified: 2011-10-03 13:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163743


Attachments
stacktrace (1.84 KB, text/plain)
2009-12-18 03:13 UTC, aeps
Details
stacktrace (1.84 KB, text/plain)
2010-03-17 19:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aeps 2009-12-18 03:13:41 UTC
This bug was originally marked as duplicate of bug 153286, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912091457)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista, 6.0, x86

User Comments:
aeps: I created a Java Web App with MyFaces and Java EE5 and Tomcat.



Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:491)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfiguration.init(TomcatModuleConfiguration.java:133)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfiguration.<init>(TomcatModuleConfiguration.java:115)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfigurationFactory.create(TomcatModuleConfigurationFactory.java:77)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:716)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:225)
Comment 1 aeps 2009-12-18 03:13:45 UTC
Created attachment 92742 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-03-12 03:52:53 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163743
Comment 3 Exceptions Reporter 2010-03-17 19:18:22 UTC
Created attachment 95334 [details]
stacktrace
Comment 4 Petr Hejl 2011-10-03 13:17:03 UTC

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