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 76472 - Error while adding Connection
Summary: Error while adding Connection
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 86107 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-17 11:04 UTC by snparalikar
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 snparalikar 2006-05-17 11:04:53 UTC
The following error came when i was adding a mysql connection and when i 
clicked on get schema.

java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
	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 snparalikar 2006-05-17 11:11:21 UTC
Even though if you dont click on get Schema it is giving the same error
Comment 2 Andrei Badea 2006-05-17 15:15:20 UTC
Sorry, I can't reproduce, works fine for me with Connector/J. Please specify the
name and version of the driver that you are connecting with, as well as the
driver class.
Comment 3 Andrei Badea 2006-06-01 16:47:59 UTC
Any update on this? Does it work for you now? If not please specify the required
information. Thanks!
Comment 4 Andrei Badea 2006-06-22 15:55:35 UTC
Not enough information and no response from the reporter for a long time,
closing as invalid. If you reopen please provided the required information about
the driver and connection.

Doesn't look like a NetBeans problem anyway. The following link may be of some help:

http://forum.java.sun.com/thread.jspa?threadID=617814&tstart=0
Comment 5 Andrei Badea 2006-10-02 13:57:57 UTC
*** Issue 86107 has been marked as a duplicate of this issue. ***