Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.9.7, 1.10.2
-
None
Description
Current Situation
JOE uses the value of the SCHEDULER_HOME variable to store preferences for each installed JobScheduler instance seperate in the pref store. The string properties/ will be addes to the key. As the maximum value for the length of the key in the pref store is 80 when running on linux, JOE will not start when SCHEDULER_HOME has a value longer then 69.
Desired Behaviour
JOE should start even when the value for SCHEDULER_HOME is longer then 69. To seperate the preferences for different instances on the same machine the JobScheduler ID and the JobScheduler port should be used. If this is longer then 69, only the port should be used. If no environment variables for JobScheduler ID and port are set in jobeditor_environment_variables.cmd|sh the value of SCHEDULER_HOME will be taken from the last slash to the end.
Attachments
Issue Links
- relates to
-
JOE-192 A JOE Instance Should Open with the Live Folder Last Used for that Instance
- Released