This incident type typically refers to a situation where there is an anomaly in the Tomcat max processing time on a host. The maximum amount of time it takes for the server to process one request, from the time an available thread starts processing the request to the time it returns a response, has exceeded the expected threshold. This could indicate that a JSP page isn’t loading or an associated process (such as a database query) is taking too long to complete.
Parameters
Debug
Check if the Tomcat service is running
Check the Tomcat access and error logs for any relevant messages
Check the CPU and memory usage of the server
Check the network connections to the server
Check the current JVM settings
Check the database server for performance issues
The server may be experiencing a high load of requests, causing the Tomcat max processing time to spike.
Repair
Increase the resources allocated to the Tomcat server, such as CPU, memory, or network bandwidth.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.