JVMJZBL1033E/JVMJZBL1042E: No java class argument RC=101
search cancel

JVMJZBL1033E/JVMJZBL1042E: No java class argument RC=101

book

Article ID: 235700

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

We are in the process of trying to get the monthly SCRT jobs (CAISCRT) to run but having problems getting the jobs to run correctly.

JVMJZBL2999T No JZOS_MAIN_ARGS found
JVMJZBL2999T NO //DD:MAINARGS found
JVMJZBL2999T mainArgsBuf=""
JVMJZBL2999T <- processExtraArgs()
JVMJZBL1033E No Java class name argument supplied.
JVMJZBL2999T <- run()
JVMJZBL2999T -> cleanup()
JVMJZBL2999I JZOS batch launcher elapsed time=-26 seconds, cpu time=0.000000 seconds
JVMJZBL1042E JZOS batch launcher failed, return code=101
JVMJZBL2999T <- cleanup()
JVMJZBL2999T -> ~JzosVM()
JVMJZBL2999T <- ~JzosVM()

Environment

Release : 15.0
Component : CCS390 - COMMON SERVICES FOR Z/OS

SCRT Reporting

Cause

Incorrect use of PARM='+T' on the EXEC statement invoking the JAVA program.

Resulted in JAVACLS not being honored and passed on to the execution.

Resolution

A couple of items to address:

  1. Verify APP_HOME directory in CLASSPATH is accurately defined to point to location of IBM SCRT installation 
  2. Remove incorrect specification of PARM='+T' from the EXEC statement that invokes the JAVA proc
    • If needed, specify LOGLVL='+T'