1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Did you go through Setting Up Database ? The table structure would've been set up.

      If not, you can delete the wflow/app_datasource.properties file and when you start up Joget the next time, it will show you the DB setup screen.

      1. Darren Williams

        Genius! I did not go through Setting Up Database, it never presented the option. Deleting the wflow/app_datasource.properties file worked a treat. Thanks.

      CommentAdd your comment...