Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
Jetty
Description
The following URLs don't work:
The browser tries endles to load the log without any answer
Current order log
http://[scheduler_host:jetty_port]/jobscheduler/engine-cpp/show_log?base_url=http://[scheduler_host:jetty_port]/jobscheduler/operations_gui/show_log&job_chain=[/path/of/job_chain]&order=[order_id]
Current job log
http://[scheduler_host:jetty_port]/jobscheduler/engine-cpp/show_log?base_url=http://[scheduler_host:jetty_port]/jobscheduler/operations_gui/show_log&job=[/path/of/job]
Task log while task is running (if the task is ready and the log is in the history then the same URL works)
http://[scheduler_host:jetty_port]/jobscheduler/engine-cpp/show_log?base_url=http://[scheduler_host:jetty_port]/jobscheduler/operations_gui/show_log&task=[taskId]