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 135662 - org.netbeans.api.db.explorer.DatabaseException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
Summary: org.netbeans.api.db.explorer.DatabaseException: java.sql.SQLException: Access...
Status: RESOLVED DUPLICATE of bug 135501
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 09:15 UTC by Victoria Zhukovskaya
Modified: 2008-05-27 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 54941


Attachments
stacktrace (2.65 KB, text/plain)
2008-05-23 09:15 UTC, Victoria Zhukovskaya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victoria Zhukovskaya 2008-05-23 09:15:47 UTC
Build: NetBeans IDE Dev (Build 2008-05-23_07-31-04)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
IDE throws exception.
MySql has password.
unzip build and run it.
http://deadlock.netbeans.org/hudson/job/PHP-build/lastStableBuild/

-----------------------------------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1056)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3376)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3308)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:894)
	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3808)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1256)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2032)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:729)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeCons
Comment 1 Victoria Zhukovskaya 2008-05-23 09:15:56 UTC
Created attachment 61805 [details]
stacktrace
Comment 2 David Vancouvering 2008-05-27 19:49:15 UTC

*** This issue has been marked as a duplicate of 135501 ***