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 86107 - error when connecting to database using jdbc driver from mysql
Summary: error when connecting to database using jdbc driver from mysql
Status: RESOLVED DUPLICATE of bug 76472
Alias: None
Product: usersguide
Classification: Unclassified
Component: Database (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 04:52 UTC by usli
Modified: 2006-10-02 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description usli 2006-09-29 04:52:42 UTC
java.lang.NoClassDefFoundError: org/aspectj/runtime/reflect/Factory
	at com.mysql.jdbc.NonRegisteringDriver.<clinit>(NonRegisteringDriver.java)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:242)
	at
org.netbeans.modules.db.explorer.DbDriverManager.getDriverInternal(DbDriverManager.java:190)
	at
org.netbeans.modules.db.explorer.DbDriverManager.getConnection(DbDriverManager.java:80)
	at
org.netbeans.modules.db.explorer.DatabaseConnection$2.run(DatabaseConnection.java:498)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Andrei Badea 2006-10-02 13:57:57 UTC

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