Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
The JOE Startscript defines a wrong classpath.
@rem set classpath set CP=patches/*;user_lib/*;3rd-party/*;3rd-party/log/log4j/*;sos/*
Desired Behavior
The JOE Startscript should define a correct classpath.
@rem set classpath set CP=patches/*;user_lib/*;3rd-party/*;log/log4j/*;sos/*
Workaround
Change the JOE Startscript in $scheduler_home/bin/jobeditor.cmd|sh manually as described in the description.