Re: Connection to mysql using jsp
Posted by: Bill Karwin
Date: September 24, 2006 10:26AM

> java.lang.NoClassDefFoundError: org/aspectj/lang/Signature

You're using the debug version of the MySQL Connector/J jar, which makes use of Aspect/J for debugging.

mysql-connector-java-3.1.13-bin-g.jar is the debug jar.
mysql-connector-java-3.1.13-bin.jar is the jar you should use.

You must have the debug jar hiding somewhere. For instance, any jars under JDK_HOME/jre/lib/ext are automatically added to the system classpath. If necessary, run a file search for "mysql*.jar" on your whole system. But I suggest starting the search in JDK_HOME/jre/lib/ext.

Other people have found the same problem. See these forum threads:
http://forums.mysql.com/read.php?39,103075
http://forums.mysql.com/read.php?11,98472,98508

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
November 27, 2005 05:27AM
Re: Connection to mysql using jsp
September 24, 2006 10:26AM
December 27, 2007 11:53PM
December 31, 2007 09:54PM
February 19, 2006 11:57PM
b g
June 09, 2009 04:43AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.