Tomcat is getting abended with code S722 - MTC-A
search cancel

Tomcat is getting abended with code S722 - MTC-A

book

Article ID: 274708

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

The application Tomcat is getting abend S722 because of records getting full. I have changed the log level to info still crossing limits and getting abended. Is there anything more I can do to prevent that?

Tomcat task used for MTC-A is abending with code S722 -OUTLIM (output limit) exceeded

 

 

Environment

Release : 14.0

Cause

With debug enabled thousands of messages can be generated by the process that scans for OPS/MVS rules and SSM resources.

Resolution

Change debug flag from "true" to "false" in the conf.yaml file located in the directory <MTCADEPLOY>/mtca/conf

server:                                                              
  mtcaInstallationDirectory: &installDir <MTCADEPLOY>/mtca    
  debug: false