AAM Started Task ABEND=S422 J2ZException Error
search cancel

AAM Started Task ABEND=S422 J2ZException Error

book

Article ID: 246092

calendar_today

Updated On:

Products

Advanced Authentication Mainframe

Issue/Introduction

The AAM started task abends with the following messages in log:

CCSR010E MAARTR00 S9C6 at 01668C66 LMOD N/A CSECT N/A +N/A MFASTC N/A MFASTC
CCSR061I PSW: 07041401 80000000 00000000 01668C66
CCSR062I ILC: 02 INTERRUPT CODE: 0D
IEF450I MFASTC MFASTC - ABEND=S422 U0000 REASON=000001A0  074
IEF404I MFASTC - ENDED - TIME=10.50.03
$HASP395 MFASTC   ENDED - ABEND=S422

java.lang.NoClassDefFoundError: com.ca.ccs.j2z.J2ZException

Resolution

The following j2z parameters for j2zsdk.jar are required in MFAPARMS  to fix S422 abend and j2z exception:

export J2Z_HOME=/ccs/cff6/lib
CLASSPATH=$CLASSPATH:"${J2Z_HOME}"/j2zsdk.jar

/ccs/cff6/lib is the directory where Common Components and Services (CCS)  for z/OS Version 15.0 Java to z/OS Service (J2Z) component is located.

The following OMVS commands can be used to search for the common services install library where j2zsdk.jar is located:

TSO OMVS
find . -name *j2zsdk.jar*