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 153468

Summary: Exception: The database command refreshDatabaseList failed with the following exception:
Product: db Reporter: sapanparikh18 <sapanparikh18>
Component: MySQLAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: andyhot, caoticud, ctenorio, davti, mmirilovic, tamerkarakan, xiaoruozhi
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=135002
Issue Type: DEFECT Exception Reporter: 135002
Attachments: stacktrace

Description sapanparikh18 2008-11-19 15:51:07 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Windows XP, 5.1, x86

User Comments:
sapanparikh18: First run of netbeans 6.5. I migrated settings from my old 6.1

GUEST: Loading NetBeans 6.5 rc2 for the first time after upgrading it

bbbv: Starting the IDE and importing projects made in an earlier version of NetBeans

bbbv: Running a application the first time after changing a VJSF - page in a webapp that connects to a database for dataentry

sapanparikh18: First run of netbeans 6.5. I migrated settings from my old 6.1



Stacktrace: 
java.lang.Exception: The database command refreshDatabaseList failed with the following exception:
        at org.netbeans.modules.db.mysql.impl.MySQLDatabaseServer$DatabaseCommand.run(MySQLDatabaseServer.java:970)
        at org.netbeans.modules.db.mysql.impl.MySQLDatabaseServer$DatabaseCommand.postCommand(MySQLDatabaseServer.java:922)
        at org.netbeans.modules.db.mysql.impl.MySQLDatabaseServer.refreshDatabaseList(MySQLDatabaseServer.java:376)
        at org.netbeans.modules.db.mysql.impl.MySQLDatabaseServer$.execute(MySQLDatabaseServer.java:526)
        at org.netbeans.modules.db.mysql.impl.MySQLDatabaseServer$DatabaseCommand.run(MySQLDatabaseServer.java:954)
        at org.netbeans.modules.db.mysql.impl.ConnectionProcessor.run(ConnectionProcessor.java:111)
Comment 1 sapanparikh18 2008-11-19 15:51:14 UTC
Created attachment 73921 [details]
stacktrace
Comment 2 David Vancouvering 2008-11-20 20:13:42 UTC
*** Issue 153541 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2009-02-10 15:19:32 UTC
Reassigned to new owner.
Comment 4 Jiri Rechtacek 2009-05-18 15:54:40 UTC
core-main/rev/a29d79336382
Comment 5 Quality Engineering 2009-05-19 07:27:16 UTC
Integrated into 'main-golden', will be available in build *200905190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a29d79336382
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #153468: Exception: The database command refreshDatabaseList failed with the following exception: