When attempting to add or update an IBM Workflow Scheduler (IWS) in AAI, the import fails. The IWS-connector.log or AAI logs show a NullPointerException similar to the following:
This is caused by a product issue in the IWSz parser. The code expects an integer value for the relativeHours field within the "(R) Within a relative interval" section of an IWS job dependency definition. If this field is left null/blank in IWS, the parser fails to handle the null value gracefully, leading to a NullPointerException.
A code fix is targeted for the AAI 26.0 release.
To resolve this issue immediately, modify the job definitions in IWS that are triggering the error:
Adding AdStart [JOBNAME]).Once updated, IWS will regenerate the DEFS export file. The AAI IWS Connector will automatically detect the new file and process it during the next cycle. No restart of AAI or the Connector service is required.