Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.7.3
-
None
Description
Current Situation
- The <jetty-home>/install/joc_install_table.sh script misses to identify the DBMS and to create objects in the database.
- The problem is due to the following line no. 153 that is missing:
get_dbms "${SETTINGS_FILE}" ":h2:mysql:oracle:pgsql:mssql:"
- The problem does not affect the JOC Cockpit setup and it does not affect use of JOC Cockpit from containers. The problem affects users who do not run the JOC Cockpit setup, but create database objects by running the script.
Desired Behavior
- The JOC Cockpit tarball 2.7.3 for Unix is updated in the SOS Download site starting from 2025-01-03 14:00 UTC.
- The JOC Cockpit tarball 2.7.4 will reflect the fix.
Workaround
- Insert the following line to line no. 153 of joc_install_tables.sh::
get_dbms "${SETTINGS_FILE}" ":h2:mysql:oracle:pgsql:mssql:"