Error in fetching data source in Data Integration Model with MySQL server | Community
Skip to main content
New Participant
April 7, 2025
Solved

Error in fetching data source in Data Integration Model with MySQL server

  • April 7, 2025
  • 2 replies
  • 723 views

I tried to connect with Mysql using the configuration of "Apache Sling Connection Pooled DataSource" in AEM 6.5.

I installed the mysql-connector-j-9.2.0 jar as well and did the restart on local instance still getting the below error. Please add comment for any possible solutions.

 

Thanks in advance

Best answer by aravindS

Found the root cause for this issue,

Issue with the Datasource name(*)DataSource Service Property Name values.

 

 

2 replies

aravindSAuthorAccepted solution
New Participant
April 7, 2025

Found the root cause for this issue,

Issue with the Datasource name(*)DataSource Service Property Name values.

 

 

Employee
April 7, 2025

@aravinds :

What do you see in error.log ?

aravindSAuthor
New Participant
April 7, 2025

Thanks for your reply @utkarsh_241 ,

 

Employee
April 7, 2025

@aravinds 

1) Please make sure you install 
JDBC driver jar as bundle in OSGI console /system/console/bundles (make sure it's active) and then configure 'Apache Sling Connection Pooled DataSource' in /system/console/configMgr.

2) Additionally, Go to system/console/bundles, search "AEM Forms Dermis Core" and restart that bundle.

Thanks,
Utkarsh