Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11.1
-
None
Description
Current Situation
The use of
var jobChainHistory = new Packages.com.sos.jitl.checkrunhistory.JobChainHistory( spooler.delegate ); var jobChainHistoryInfo = jobChainHistory.getJobChainInfo( historyObject, 100, "00:00:00" ); spooler_log.info("monitor: 1:starts: " + jobChainHistory.getNumberOfStarts() );
throws an null pointer exception when there are entries in the history that do not have an end time.
Desired Behaviour
No null pointer exception should be thrown.