Avatar

Level 1

The said Exception class (com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter) is present in mysql-connector-java-5.1.6-bin.jar.

Is it a turnkey install? I guess not. Are you using server lc_mysql? A turnkey installation names the server lc_turnkey.

Could you please verify that you do not see an entry in server.log (you'll see it at the start of server.log when server starts) which looks like:

2011-06-08 11:25:02,737 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=AdobeDefaultSA_DS' to JNDI name 'java:AdobeDefaultSA_DS'

This will ensure that AdobeDefaultSA_DS isn't configured correctly. MRA expects a datasource AdobeDefaultSA_DS be present before its DSCs are installed. If it's a non turnkey install, you'll have to configure this manually. Other option is to do a turnkey install from scratch.

Thanks,

Ankit