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 251674 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
: 258893 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-06 15:10 UTC by Exceptions Reporter
Modified: 2016-06-20 20:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216587


Attachments
stacktrace (1.56 KB, text/plain)
2015-04-06 15:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-06 15:10:12 UTC
This bug was originally marked as duplicate of bug 237055, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 7

User Comments:
natex: I just opened the netbeat after installing several plug-ins

GUEST: starting

GUEST: excepcion




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:555)
   at org.openide.loaders.DataFolder.findFolder(DataFolder.java:540)
   at org.netbeans.modules.db.explorer.driver.JDBCDriverConvertor.create(JDBCDriverConvertor.java:251)
   at org.netbeans.api.db.explorer.JDBCDriverManager.addDriver(JDBCDriverManager.java:159)
   at org.netbeans.modules.derby.DerbyOptions.registerDriver(DerbyOptions.java:351)
   at org.netbeans.modules.derby.DerbyOptions.access$000(DerbyOptions.java:76)
Comment 1 Exceptions Reporter 2015-04-06 15:10:15 UTC
Created attachment 153054 [details]
stacktrace
Comment 2 matthias42 2015-04-06 20:05:41 UTC
Thank you for your report! It seems the config directories are not present anymore/were deleted. The fix:

http://hg.netbeans.org/core-main/rev/aa7988b9e466

ensures, that the target directories are created if they don't exists.

If you can reproduce the problem, please check the nightly builds and VERIFY the fix, when this fix is integrated. A message will be posted here, when that will be the case.
Comment 3 matthias42 2016-06-20 20:56:27 UTC
*** Bug 258893 has been marked as a duplicate of this bug. ***