Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wso2 manager - com.mysql.jdbc.Driver not found

I've downloaded WSO2 Stratos 1.5.2 platform. I'm trying to start wso2stratos-manager-1.5.2, but it doesn't find the mysql jdbc driver

[2012-08-08 16:31:15,201] ERROR {org.wso2.carbon.user.core.util.DatabaseUtil} - Database Error - Cannot load JDBC driver class 'com.mysql.jdbc.Driver' org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mysql.jdbc.Driver'

like image 245
guillaume Avatar asked Dec 04 '22 02:12

guillaume


1 Answers

I believe you're trying to use a mysql database as the backend database of the user management repository. Did you put the MySQL JDBC driver to MANAGER_HOME/repository/components/lib directory?

Regards, Prabath

like image 114
Prabath Abeysekara Avatar answered Dec 05 '22 14:12

Prabath Abeysekara