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 215842 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 16:38 UTC by Exceptions Reporter
Modified: 2013-08-10 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190953


Attachments
stacktrace (1.59 KB, text/plain)
2012-07-23 16:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-23 16:38:42 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 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
GUEST: Reconstruyendo un proyecto JEE




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:513)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfiguration.init(TomcatModuleConfiguration.java:136)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfiguration.<init>(TomcatModuleConfiguration.java:118)
   at org.netbeans.modules.tomcat5.config.TomcatModuleConfigurationFactory.create(TomcatModuleConfigurationFactory.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)
Comment 1 Exceptions Reporter 2012-07-23 16:38:44 UTC
Created attachment 122274 [details]
stacktrace
Comment 2 Petr Hejl 2013-08-09 10:01:28 UTC
Similar to issue #153286. It looks like the project is deleted but AbstractLogicalViewProvider check task is going to check the project for broken things.

Should be fixed in web-main f8d4dae6d3f4.
Comment 3 Quality Engineering 2013-08-10 02:06:24 UTC
Integrated into 'main-silver', will be available in build *201308092300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f8d4dae6d3f4
User: Petr Hejl <phejl@netbeans.org>
Log: #215842 - IllegalArgumentException: Called DataObject.find on null