Java fails to initialize for TAMz SJVSTC
search cancel

Java fails to initialize for TAMz SJVSTC

book

Article ID: 233636

calendar_today

Updated On:

Products

Trusted Access Manager for Mainframe

Issue/Introduction

During a new setup of TAMz, java fails to initialize for SJVSTC. The following error is seen in the joblog:

CEE3501S The module libjvm.so was not found.

What is causing this failure?

Environment

TAMz 1.1

Resolution

The JAVA_HOME and LIBPATH parameters were not specified correctly.
 
Verify the JAVA_HOME parameter in SJVENV is pointing to the correct location. From the directory in JAVA_HOME, determine whether the LIBPATH parameters further down in SJVENV should contain /lib/s390 or /lib/s390x

Example:
If JAVA_HOME=/usr/lpp/java/J8.0_64 , then look for /usr/lpp/java/J8.0_64lib/s390 or /usr/lpp/java/J8.0_64lib/s390x.