Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-339

Postprocessors which are implemented with Java JobSchedulerAdapter class are terminating with an error

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.9.11, 1.10.6, 1.11.1
    • 1.9.12, 1.10.7, 1.11.2, 1.12
    • None

    Description

      Current Situation

      When a job has a post processing module that is implements spooler_task_after with a Java class that extends JobSchedulerJobAdapter, a null pointer exception will be thrown.

      [ERROR]  Script_monitor configuration_monitor spooler_task_after()V: Z-JAVA-105  Java exception com.sos.JSHelper.Exceptions.JobSchedulerException: JSJ_F_0060: error occurred reading Parameter from Variable_set : 'null
      

      Example

      
      <job  title="Start a parallel processing in a jobchain" order="yes" stop_on_error="no">
          <params />
          <script  language="java" java_class="com.sos.jitl.splitter.JobChainSplitterJSAdapterClass"/>
      
          <monitor  name="configuration_monitor" ordering="1">
              <script  java_class="com.sos.jitl.jobchainnodeparameter.monitor.JobchainNodeSubstituteMonitor" language="java"/>
          </monitor>
      
      
      
          <run_time />
      </job>
      
      

      Desired Behaviour

      When a job has a post processing module that is implements spooler_task_after with a Java class that extends JobSchedulerJobAdapter, no null pointer exception should be thrown.

      Available Patch

      There is a patch for JobScheduler 1.11.0 and 1.11.1

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: