HTTP Status 500 – Internal Server Error


Type Exception Report

Message Getting chart data history process has failed : For input string: "41¤cy=15"

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

javax.servlet.ServletException: Getting chart data history process has failed : For input string: "41¤cy=15"
	com.mscibarra.gimi.performance.frontend.servlet.ChartServlet.doPost(ChartServlet.java:182)
	com.mscibarra.gimi.performance.frontend.servlet.ChartServlet.doGet(ChartServlet.java:60)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)

Root Cause

java.lang.NumberFormatException: For input string: "41¤cy=15"
	java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	java.base/java.lang.Integer.parseInt(Integer.java:652)
	java.base/java.lang.Integer.valueOf(Integer.java:983)
	com.mscibarra.gimi.performance.frontend.servlet.ChartServlet.doPost(ChartServlet.java:89)
	com.mscibarra.gimi.performance.frontend.servlet.ChartServlet.doGet(ChartServlet.java:60)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)

Note The full stack trace of the root cause is available in the server logs.


Apache Tomcat/9.0.59