Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
-
None
Description
Current Situation
- If the value for the configuration_directory in scheduler.xml is modified and all folders are moved from the default live-folder to the new folder then the JITL job createDailyPlan ends with anode "error" and status "successful".
- Log entry:
hibernate config file not found: D:\hibernate.cfg.xml
- Log output:
JobSchedulerLog4JAppender (system.out): ERROR [main] (CreateDailyPlanJSAdapterClass.java:33) - hibernate config file not found: D:\hibernate.cfg.xml
Desired Behavior
- The JITL job createDailyPlan should consider the configuration_directory setting from scheduler.xml
Workaround
- Add the parameter configuration_file=/path/hibernate.cfg.xml to the job configuration