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 239138 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 04:30 UTC by Exceptions Reporter
Modified: 2018-04-11 14:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205789


Attachments
stacktrace (4.28 KB, text/plain)
2013-12-05 04:30 UTC, Exceptions Reporter
Details
stacktrace (1.90 KB, text/plain)
2016-02-10 14:49 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-05 04:30:45 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.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
GUEST: Can not find the web page folder




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:551)
   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:802)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:784)
Comment 1 Exceptions Reporter 2013-12-05 04:30:47 UTC
Created attachment 142848 [details]
stacktrace
Comment 2 ytn01 2016-02-10 14:49:48 UTC
Created attachment 158449 [details]
stacktrace

Installed JRebel plugin,.. and restarted IDE to finish installation.
Plugin got installed and started working. Later on, I restarted my computer entierly (without manually closing NetBeans).
When I launched  NetBeans next time, exception got thrown.
Comment 3 Exceptions Reporter 2016-02-10 14:49:53 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=205789
Comment 4 Petr Hejl 2016-05-19 07:50:54 UTC
I'm not sure what might be wrong as I'm not able to reproduce this, so at least I have added more logging.

web-main 842295bb2a8d & 0361f51c62cd
Comment 5 Quality Engineering 2016-05-20 01:39:25 UTC
Integrated into 'main-silver', will be available in build *201605200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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