Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.12.6
-
None
Description
Current Situation
When using the JITL Jobs SOSSSHJob2JSAdapter, JobSchedulerPLSQLJob in a job chain then a null pointer exception is thrown
java.lang.NullPointerException at sos.scheduler.job.JobSchedulerJobAdapter.setJSParam(JobSchedulerJobAdapter.java:270) at sos.net.ssh.SOSSSHJob2.checkExitCode(SOSSSHJob2.java:127) at sos.net.ssh.SOSSSHJobJSch.execute(SOSSSHJobJSch.java:211) at sos.scheduler.job.SOSSSHJob2JSAdapter.doProcessing(SOSSSHJob2JSAdapter.java:108) at sos.scheduler.job.SOSSSHJob2JSAdapter.spooler_process(SOSSSHJob2JSAdapter.java:49)
Desired Behavior
No exception should be thrown when using the JITL Jobs SOSSSHJob2JSAdapter, JobSchedulerPLSQLJob in a job chain
Patch
A patch is available here
Maintainer Note
This Issue has been introduced with JITL-482.