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?
TAMz 1.1
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.