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 193925 - AssertionError: Inconsistent state when driverName is null but other parameters are not
Summary: AssertionError: Inconsistent state when driverName is null but other paramete...
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:
Depends on:
Blocks:
 
Reported: 2010-12-30 00:33 UTC by jbsabmello
Modified: 2011-01-06 09:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175459


Attachments
stacktrace (4.63 KB, text/plain)
2010-12-30 00:33 UTC, jbsabmello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbsabmello 2010-12-30 00:33:07 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

Stacktrace: 
java.lang.AssertionError: Inconsistent state when driverName is null but other parameters are not
   at org.netbeans.modules.db.explorer.dlg.AddConnectionWizard.<init>(AddConnectionWizard.java:102)
   at org.netbeans.modules.db.explorer.dlg.AddConnectionWizard.showWizard(AddConnectionWizard.java:112)
   at org.netbeans.modules.db.explorer.action.ConnectUsingDriverAction$NewConnectionDialogDisplayer.showDialog(ConnectUsingDriverAction.java:117)
   at org.netbeans.modules.db.explorer.action.ConnectUsingDriverAction$NewConnectionDialogDisplayer.showDialog(ConnectUsingDriverAction.java:113)
   at org.netbeans.api.db.explorer.ConnectionManager.showAddConnectionDialogFromEventThread(ConnectionManager.java:328)
   at org.netbeans.modules.j2ee.common.ui.MissingDatabaseConnectionWarning$2.run(MissingDatabaseConnectionWarning.java:379)
Comment 1 jbsabmello 2010-12-30 00:33:12 UTC
Created attachment 104610 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-01-04 10:24:12 UTC
Thanks for report, it's fixed in core-main/rev/51c2dd31c650. Please, verify once you are notified in what build the fix is applied. Thanks
Comment 3 Quality Engineering 2011-01-06 09:12:08 UTC
Integrated into 'main-golden', will be available in build *201101060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/51c2dd31c650
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #193925: AE: Inconsistent state when driverName is null but other parameters are not