Details
-
Fix
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
all
Description
see https://sourceforge.net/projects/jobscheduler/forums/forum/486122/topic/3784589
I am having problems trapping std_out, I have a perl script that dumps stuff to stdout everyday that we need to monitor. stdout is always empty. I downloaded the source and had a look it java/sos/scheduler/managed/JobSchedulerManagedExecutableJob.java. I saw...
private static String[][] outputParameterAliases = {^M
{"std_err_output", "scheduler_order_stderr_output"},^M
{"stdout_output", "scheduler_order_stdout_output"},^M
{"exit_code", "scheduler_order_exit_code"}^M
Is stdout_output correct or should it be std_out_output? stdout_output is not referenced else where, whereas std_out_output is.