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 191420 - NullPointerException at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog
Summary: NullPointerException at org.netbeans.modules.db.explorer.dlg.AddDriverDialog....
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 191421 191460 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-27 23:56 UTC by Chiana
Modified: 2010-11-02 04:00 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173162


Attachments
stacktrace (2.75 KB, text/plain)
2010-10-27 23:56 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-10-27 23:56:42 UTC
This issue was reported manually by Chiana.
It already has 9 duplicates 


Build: NetBeans IDE Dev (Build 201010270000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
Chiana: Well had to try again, also note that i've made a complete reinstall since the first time I tried this, including removing the userdir and using different machines and settings, but problem persists...

Chiana: Trying to add msSql driver back, it was prevously there but for some strange reason it  has disappeared...

Chiana: Just to be sure I tried this on a newly installed machine with newly installed JDK and a newly installed NB, same result

krischik: Super. First the driver was deleted - which I did not want!. Now I can't add him again.

romilsonpc: Driver MSSQL SERVER

krischik: add db driver

Chiana: Tried adding a new databasedriver.

Chiana: Was trying to add a new database driver (mssql)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog(AddDriverDialog.java:743)
   at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog(AddDriverDialog.java:767)
   at org.netbeans.modules.db.explorer.action.AddDriverAction.performAction(AddDriverAction.java:62)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 Chiana 2010-10-27 23:56:47 UTC
Created attachment 102689 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-11-01 09:23:21 UTC
*** Bug 191421 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Rechtacek 2010-11-01 10:34:34 UTC
*** Bug 191460 has been marked as a duplicate of this bug. ***
Comment 4 Jiri Rechtacek 2010-11-01 10:35:47 UTC
Thanks for your report, fixed in core-main/rev/9af6948e8da0
Comment 5 Quality Engineering 2010-11-02 04:00:18 UTC
Integrated into 'main-golden', will be available in build *201011020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9af6948e8da0
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #191420: NPE at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog