Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.8.4, 1.9.7, 1.10.2
-
None
Description
Current Situation
- When starting JOE or JID for Linux then JOE will crash with the error message:
java.lang.IllegalArgumentException: Consecutive slashes in path
Desired Behavior
- JOE and JID should start for Linux.
Workaround
- Rename the file $SCHEDULER_HOME/user_bin/jobscheduler_environment_variables.sh-example to $SCHEDULER_HOME/user_bin/jobscheduler_environment_variables.sh and add the line
SCHEDULER_DATA="./scheduler_data" - If the symlink scheduler_data does not exist in $SCHEDULER_HOME, e.g. when you have installed JOE stand alone, please create the symlink like this:
- ln -s /anydirectory/sos-berlin.com/jobscheduler/scheduler-id scheduler_data
- where anydirectory points to the root of your $SCHEDULER_DATA directory and scheduler-id is the id that you have entered during setup of your JobScheduler installation.
Maintainer Notes
- This issue occured in an early download of release 1.10.2 and has been fixed for downloads starting from 2015-12-11.
Attachments
Issue Links
- relates to
-
JOE-192 A JOE Instance Should Open with the Live Folder Last Used for that Instance
- Released