The VANWEBUI proc from CCTUSAMP library is customized after the Vantage web client MTC-M installation. The following errors received in the Vantage Web client started task.
JVMJZBL1005I Output from DD:STDENV config shell script:
JVMJZBL1038E Child shell process exited with exit code: 1
JVMJZBL2999I JZOS batch launcher elapsed time=0 seconds, cpu time=0.030000 seconds
JVMJZBL1042E JZOS batch launcher failed, return code=102
Customer replaced the following first statement . /etc/profile from the VANWBUI proc's shell script with . /sys/profile . Following is the defaulted statement in the VANWEBUI proc.
//STDENV DD *
#########################################################
# This is a shell script which configures any environment
# variables for the Java JVM Variables must be exported
# to be seen by the launcher.
#########################################################
# Set the time zone in your profile file
. /etc/profile
.profile
Addition of invalid profile . /sys/profile caused the error.
Please make sure that . /etc/profile is in the VANWEBUI proc. Restart the VANWEBUI STC task again. There should not be any other 'profile' specified, beyond what is supplied in the sample PROC that is shipped as part of the *.CCTUSAMP library.