The ZWEGENER job failed with RC=08
search cancel

The ZWEGENER job failed with RC=08

book

Article ID: 381714

calendar_today

Updated On:

Products

Zowe

Issue/Introduction

The ZWEGENER job failed with RC=08 - The invoked CLIST (ZWEGEN00) ended with a return code = 8

 ConfigMgr has loaded your configuration.
 ConfigMgr is about to validate your configuration.
 ConfigMgr could not validate your configuration.
 status = 4
 ISPD117                             
 The initially invoked CLIST ended with a return code = 8
 CEE3608I The following messages pertain to the invocation command run-time options.
 CEE3606I The string '        CELQPTBL' was too long and was ignored.JSON: write error, rc -1, return code 0, reason code 00000000
 JSON: write error, rc -1, return code 0, reason code 00000000
 JSON: write error, rc -1, return code 0, reason code 00000000
 JSON: write error, rc -1, return code 0, reason code 00000000

....

 Validity Exceptions(s) with object at 
   Validity Exceptions(s) with object at /node
     Validity Exceptions(s) with string at /node/home
       string too short (len=0) '' 0 < MIN=1 at /node/home

Environment

ZOWE V3

Cause

ZWEGENER is used to validate the ZOWE.yml file. 

ConfigMgr could not validate ZOWE configuration since node.home is unset (string len=0) in ZOWE.yaml. 

Despite NodeJs should not be needed when configure Zowe using JCLs, the schema validation still expects some value to present there. 

Resolution

Update ZOWE.yaml and set any string value to node.home (no need to install NodeJs)

For example:

node:
  # **COMMONLY_CUSTOMIZED**
  # Path to your node.js home directory
  home: "/usr/lpp/IBM/cnj/v18r0/IBM/node-v18.20.4-os390-s390x-202409201337"