SEVERE error message in AL27REST catalina.out LOG file
search cancel

SEVERE error message in AL27REST catalina.out LOG file

book

Article ID: 221708

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

If you are getting the following severe error in the catalina.log file:

 

SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[AJP/1.3-7174]]

Environment

Release : 12.1

Component : CA 7 RestAPI

Resolution

We do not use the AJP port and you can ignore this message. If you want to prevent the message from coming out you can comment out the AJP port in the server.xml file located in your directory below:

/pncp1/products/ca7restapi/7Restservices.12.1.01/apache-tomcat-9.0.43

Sample below:

<!-- Define an AJP 1.3 Connector on port 8009 -->                       
<!--<Connector port="8009" protocol="AJP/1.3" redirectPort="28083" />-->