Host the database of Spring boot camunda embedded engin online

Hi I am using spring boot with camunda embedded engin , I’ve connected it to mysql database and have generated the default tables of camunda using camunda database scripts and then host the database on AWS when I run the aplication after connect it to the hosting DB I am facing the attached errors but when I reconnect it to the local mysql DB it works correctly


error2

Hi @Razan_AL-Ahmd

Has your Spring application started correctly after you have changed it to use the AWS database? What does the Spring application logs say, are there any errors?

BR
Michael

Hello!

Is your application running locally correctly pointing to the URL of your database on AWS?

Are you trying to deploy something that is running locally… is your project running in your IDE locally?

Don’t forget to change the database pointer to point to your database url in aws in your application.properties or application.yml.

William Robert Alves

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.