Hi all,
I am trying to deploy a java web app with integrated Camunda.
One of the environments is with a read only databse node and that is causing an issue as the application is not being able to start.
Here is the error:
Error querying database. Cause: java.sql.SQLException: The MySQL server is running with the --read-only option so it cannot execute this statement
The error may exist in org/camunda/bpm/engine/impl/mapping/entity/Property.xml
The error may involve defaultParameterMap
The error occurred while setting parameters
SQL: SELECT VALUE_ FROM ACT_GE_PROPERTY WHERE NAME_ = ‘deployment.lock’ for update
Cause: java.sql.SQLException: The MySQL server is running with the --read-only option so it
Can I resolve that issue and if yes, how?