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 191421 - NullPointerException at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.showDialog
Summary: NullPointerException at org.netbeans.modules.db.explorer.dlg.AddDriverDialog....
Status: RESOLVED DUPLICATE of bug 191420
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-10-28 00:11 UTC by Chiana
Modified: 2010-11-01 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173528


Attachments
stacktrace (9.41 KB, text/plain)
2010-10-28 00:11 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-10-28 00:11:21 UTC
This issue was reported manually by Chiana.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201010270000)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows Vista

User Comments:
Chiana: Now hear ye... Why is this happening, I now face the problem of not beeing able to continue the project since the connection data has been lost and I dont know how to put it back without adding the driver to the IDE and creating a new persistance unit...




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.api.db.explorer.JDBCDriverManager.showAddDriverDialog(JDBCDriverManager.java:193)
   at org.netbeans.modules.db.util.DatabaseExplorerInternalUIs$DriverDataComboBoxModel.newItemActionPerformed(DatabaseExplorerInternalUIs.java:107)
   at org.netbeans.modules.db.util.DataComboBoxSupport$ItemActionListener.actionPerformed(DataComboBoxSupport.java:260)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
Comment 1 Chiana 2010-10-28 00:11:25 UTC
Created attachment 102690 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-11-01 09:23:21 UTC
As same problem as issue 191420.

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