Expand my Community achievements bar.

AEM form data model 'Error in fetching Datasource' error?

Avatar

Level 6

Working with AEM forms I'm getting 'Error in fetching Datasource' error. 

These are my configurations.

JDBC driver classcom.mysql.jdbc.Driver
JDBC connection URIjdbc:mysql://localhost:3306/task569
2 Replies

Avatar

Level 2

Have you placed the MySQL driver file into an OSGi bundle and deploy it? 

Avatar

Level 8

Just download the JAR Connector/J file from the MySQL Download page, unzip the file and use the filename which has "-bin" in it.

 

Also, make sure the AEM machine can connect to the MySQL Machine using "telnet" command. Or try to run a query from the AEM Machine to MySQL using any Query Tool installed on AEM Machine. Make sure to verify all configuration related to the driver and data source in the AEM web console.

 

I used the latest 5.1.x version from here:

https://dev.mysql.com/downloads/connector/j/5.1.html

 

Unzip mysql-connector-java-5.1.49.zip, and select the JAR file with "-bin" in it. I understand that this file is already wrapped in an OSGi bundle. I spent several weeks troubleshooting this issue with Adobe Support. I hope this helps.

 

Tarek