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 186607 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 13:17 UTC by huynmuit
Modified: 2011-03-04 10:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170039


Attachments
stacktrace (6.42 KB, text/plain)
2010-05-24 13:17 UTC, huynmuit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description huynmuit 2010-05-24 13:17:13 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista

User Comments:
GUEST: New Driver

GUEST: tried to add mysql driver

mmirilovic: - Run NB 6.5.1 
- changed some settings
- created J2SE project + set dependencies on some libraries
- zip 6.5.1 userdir
- run 6.7 RC2
- Tools | Options choose Import
- select zip file from 6.5.1
- open previously created project(created in NB 6.5.1)
-> exception  risen




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:491)
   at org.openide.loaders.DataFolder.findFolder(DataFolder.java:550)
   at org.netbeans.modules.db.explorer.driver.JDBCDriverConvertor.create(JDBCDriverConvertor.java:253)
   at org.netbeans.api.db.explorer.JDBCDriverManager.addDriver(JDBCDriverManager.java:153)
   at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog(AddDriverDialog.java:688)
   at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog(AddDriverDialog.java:701)
Comment 1 huynmuit 2010-05-24 13:17:18 UTC
Created attachment 99390 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-03-04 10:41:46 UTC
We are trying to prioritize bugs but do not have time to evaluate all open P3s, please reopen if you feel this bug is still valid.