Errors spamming the server log

Issue #842 open
Radu Cantor created an issue

The customer sees and error which constantly pops up in the log.

This was observed to potentially cause performance issues and make Apliqo constantly use 90% of the CPU of the server.

16-May-2024 17:33:51.043 SEVERE [http-nio-8880-exec-101] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [default] threw exception
java.io.FileNotFoundException: The requested resource [/__my_application___/js/controllers/system/**.js] is not available
at org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:842)
at org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:522)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:529)
at org.apache.catalina.servlets.DefaultServlet.service(DefaultServlet.java:503)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)

Comments (3)

  1. Log in to comment