Uploaded image for project: 'JOC - JobScheduler Operations Center'
  1. JOC - JobScheduler Operations Center
  2. JOC-1985

joc_install_tables.sh script misses to identify DBMS

    XMLWordPrintable

Details

    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:"
        

      Attachments

        Activity

          People

            oh Oliver Haufe
            ap Andreas Püschel
            Kanika Agrawal Kanika Agrawal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: