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 239317 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED DUPLICATE of bug 237992
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 14:07 UTC by joonate
Modified: 2013-12-11 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205910


Attachments
stacktrace (558 bytes, text/plain)
2013-12-10 14:07 UTC, joonate
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joonate 2013-12-10 14:07:00 UTC
Build: NetBeans IDE Dev (Build web-main-104-on-20131128)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
joonate: custom directive




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:551)
   at org.netbeans.modules.html.custom.hints.EditProjectsConfFix.implement(EditProjectsConfFix.java:72)
   at org.netbeans.modules.csl.hints.infrastructure.FixWrapper.implement(FixWrapper.java:66)
   at org.netbeans.modules.editor.hints.HintsUI$1.run(HintsUI.java:837)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 joonate 2013-12-10 14:07:01 UTC
Created attachment 143012 [details]
stacktrace
Comment 2 Ondrej Brejla 2013-12-11 15:04:23 UTC
Same cause as in issue #237992. Missing custom.conf file (and probably "config" dir as well).

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