Test Form Data Model throwing error | Community
Skip to main content
New Participant
May 11, 2020

Test Form Data Model throwing error

  • May 11, 2020
  • 1 reply
  • 6557 views

I am using MySQL Workbench with AEM Forms in AEM 6.5.

After installing bundle mysql-connector-java-8.0.20.jar, able to fetch table in Form Data Model.

But when I try to test get/insert service, error message.

I am getting below error in erro.log:

 

11.05.2020 14:59:36.792 *ERROR* [0:0:0:0:0:0:0:1 [1589189376783] POST /content/dam/formsanddocuments-fdm/xyz/test.executeDermisQuery.json HTTP/1.1] com.adobe.aem.dermis.core.servlet.DermisBridgeServlet Encountered an error while executing operation

 

I would appreciate if someone shares the solution.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mayank_Gandhi
Employee
May 11, 2020

Looks like connection to DB is slow or breaking in between the call. Check SQL workbench if its able to execute the query

Ashish23Author
New Participant
May 11, 2020
SQL workbench is working fine. I executed insert, update, create queries. All executed fine. Getting this issue always, although I can see tables in AEM form data model. Issue is while testing get/insertservices.