Legacy Knowledge Base
Published Jun. 30, 2025

JSP file [/monitor/app_check.jsp] not found errors are flooding the logs

Written By

Sorin Pop

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • After upgrading from 2023.q3.8 to 2024.q3.10, customer is seeing a lot of these errors in their logs:
    2024-12-19 11:43:51.749 WARN [https-jsse-nio2-11251-exec-3][code_jsp:163] {code="404", msg="JSP file [/monitor/app_check.jsp] not found", uri=/monitor/app_check.jsp} 2024-12-19 11:44:11.189 WARN [https-jsse-nio2-11251-exec-2][code_jsp:163] {code="404", msg="JSP file [/monitor/app_check.jsp] not found", uri=/monitor/app_check.jsp} 2024-12-19 11:44:11.905 WARN [https-jsse-nio2-11251-exec-11][code_jsp:163] {code="404", msg="JSP file [/monitor/app_check.jsp] not found", uri=/monitor/app_check.jsp} 2024-12-19 11:44:21.786 WARN [https-jsse-nio2-11251-exec-13][code_jsp:163] {code="404", msg="JSP file [/monitor/app_check.jsp] not found", uri=/monitor/app_check.jsp}

Environment

  • 2024.q3.10

Resolution

  • "

    I've found the source for these log messages, they do not come from Liferay. I noticed this in the HTTP access log:

    <redacted IP address> - - [19/Dec/2024:15:41:02 +0000] "GET /monitor/app_check.jsp HTTP/1.1" 404 61043 "-" "ELB-HealthChecker/2.0"

    "ELB-HealthChecker/2.0" indicates the request originates from the "Elastic Load Balancing" component of AWS.

 

Did this article resolve your issue ?

Legacy Knowledge Base