Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

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

Avatar

Level 6

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

aravindS_0-1744010452174.png

1 Accepted Solution

Avatar

Correct answer by
Level 6

Found the root cause for this issue,

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

aravindS_1-1744020110795.png

 

 

View solution in original post

5 Replies

Avatar

Employee

@aravindS :

What do you see in error.log ?

Avatar

Level 6

Thanks for your reply @Utkarsh_24 ,

aravindS_0-1744011015131.png

 

Avatar

Employee

@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

Avatar

Level 6

Yes @Utkarsh_24 , I have restarted that "AEM Forms Dermis Core" bundle as well.

Is this the bundle you mentioned?

aravindS_0-1744011851552.png

 

 

Avatar

Correct answer by
Level 6

Found the root cause for this issue,

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

aravindS_1-1744020110795.png