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 245066 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED DUPLICATE of bug 237055
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-15 10:44 UTC by natex
Modified: 2014-10-05 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169833


Attachments
stacktrace (1.56 KB, text/plain)
2014-06-15 10:44 UTC, natex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description natex 2014-06-15 10:44:06 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: Opening Netbeans

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

GUEST: Opening Netbeans

GUEST: Opening Netbeans.




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:551)
   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 natex 2014-06-15 10:44:08 UTC
Created attachment 147684 [details]
stacktrace
Comment 2 matthias42 2014-10-05 13:53:03 UTC

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