Skip to main content
jezwn
Level 5
December 27, 2019

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

  • December 27, 2019
  • 1 reply
  • 5692 views

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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 3
December 29, 2019

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

tarekahf
Level 8
May 28, 2020

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