


Working with AEM forms I'm getting 'Error in fetching Datasource' error.
These are my configurations.
JDBC driver class | com.mysql.jdbc.Driver |
JDBC connection URI | jdbc:mysql://localhost:3306/task569 |
Have you placed the MySQL driver file into an OSGi bundle and deploy it?
Views
Replies
Sign in to like this content
Total Likes
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