Release : 6.0
Component : Chorus Software Manager
In your HLQ.SAMPLIB(MSMLIB) that is specified on the STDENV DD in the MSMTC startup JCL verify that you do not have any of the following debug lines coded:
IJO="$IJO -Djavax.net.debug=ssl"
IJO="$IJO -Djavax.net.debug=all"
IJO="$IJO -Djavax.net.debug=all:handshake:verbose"
TOMCAT_LOGLEVEL="-debug"
Disable these by typing # sign before them. Example:
#IJO="$IJO -Djavax.net.debug=ssl"
#IJO="$IJO -Djavax.net.debug=all"
#IJO="$IJO -Djavax.net.debug=all:handshake:verbose"
#TOMCAT_LOGLEVEL="-debug"
Recycle MSMTC. This debug is producing a lot of SSL trace information.