Job Logging Details
By clicking on a specific job RunID from the Job Tracker interface,
you can drill down and see the detailed logging for a particular
job run. This interface
shows each TaskBean that has run for the given job. Some jobs can have multiple TaskBeans associated
with them. For each TaskBean, you can see when it started processing and when (and if) it
has completed processing. Here is the information that can be accessed:
- TaskID: ID of the TaskBean. Each TaskBean within a job has a unique id.
- TaskBeanName: User assigned name given to the TaskBean. If you put the cursor over the name you can
see the specific TaskBean component name and version appear as a tooltip.
- Started: Date/Time the TaskBean started processing.
- Completed: Date/Time the TaskBean completed processing.
- Status: Status of job can be running, terminated, completed (with or without errors), for failure. If failure, the failure will often have a tooltip detailing the failure reason message.
- Exit Condition: na (typically means job is still running), normal, exit job (job threw a job exit condition), failure/exit job (job through failure exception), internal error
- Error: This will be marked if any errors logged by the TaskBean or a failure of any kind
- Warn: This will be marked if any warnings are logged by the TaskBean
- Log: Clicking this will take you to a screen the will show the detailed logs for the TaskBean.
- Input: If this link is present it will take you to the input JavaBean Viewer for the TaskBean. This will allow the user to view the input JavaBean used by the TaskBean. Note, that this link will only be visible if the following conditions are met: the TaskBean has a defined input JavaBean and includes an input JavaBean Viewer GUI. The user will also need to have turned on the "save input JavaBean" feature from within the Job Designer.
- Output: If this link is present it will take you to the output JavaBean Viewer for the TaskBean. This will allow the user to view the output JavaBean used by the TaskBean. Note, that this link will only be visible if the following conditions are met: the TaskBean has a defined output JavaBean and includes an output JavaBean Viewer GUI. The user will also need to have turned on the "save output JavaBean" feature from within the Job Designer.