Docker Setup Security Violation (Code 403) when using Separate MySQL and Data Volume
Confluence User - 15 Jul, 2023
I get the Security Violation (Code 403) error when attempting a Docker installation using "Option 2: Run Joget with Separate MySQL and Data Volume" from the Docker install instructions Joget on Docker
The container log has the following error which appears to be the cause.
ERROR 15 Jul 2023 16:13:47 SharkEngineManager -> Can not work - Problems while configuring InstancePersistenceManager! - Unknown SQLException: <SqlQueryExecute><SqlQueryException>(<Replicated>:(conn=11) Table 'jwdb.SHKProcessStates' doesn't exist)
I confirmed that the jwdb.SHKProcessStates table does not exist, but other tables are successfully created in the jwdb database so it does not appear to be a database connection issue.
Any ideas on potential resolution?
installation;docker;jogetdx8