MSMTC filling up spool
search cancel

MSMTC filling up spool

book

Article ID: 233957

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

Environment

Release : 6.0

Component : Chorus Software Manager

Resolution

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.