Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
the call of http://host:port/jobscheduler/master/api/order?return=OrdersComplemented%2FOrderDetailed throws an error with the body {"path":"/"}
throws an error when using an Oracle Databse in an active cluster with at least one distributed job chain. The error message is java.sql.SQLDataException: ORA-01861: literal does not match format string
Desired Behavior
the call of http://host:port/jobscheduler/master/api/order?return=OrdersComplemented%2FOrderDetailed should work even with the body {"path":"/"}
and when using an Oracle Databse in an active cluster with at least one distributed job chain.
Impact
Permanent Orders are not shown in JOC and the error message appears.