...
- The JOC Cockpit can only be installed alongside a JobScheduler Master version 1.11 and newer.
Display feature availability StartingFromRelease 1.11 - JOC Cockpit requires access to the DBMS that operates the JobScheduler database.
- An JVM 1.8 has to be installed.
The JAVA_HOME variable should point to the location of the JDK or JRE. - If a MySQL DBMS is being used by the JobScheduler, then the MySQL
wait_timeout
that rules the max. lifetime of idle connections should be checked and if necessary modified.- The default
wait_timeout
for MySQL is relatively short and the JOC Cockpit does not have a mechanism for keeping the connection open over longer periods of time such as overnight. - See the following article for instructions about how to change the MySQL DBMS timeout variable:
- If the DBMS
wait_timeout
is too short users will get an "Unauthorized to access JOC Cockpit" message together with a JOC-407 error message after submitting their credentials. However, restarting the JOC Cockpit web service / demon daemon will create a new database connection and allow authorized users to log in again.
- The default
...