HTTP Status 500 – Internal Server Error


Type Exception Report

Message Illegal base64 character a

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

Exception

java.lang.IllegalArgumentException: Illegal base64 character a
	java.base/java.util.Base64$Decoder.decode0(Base64.java:743)
	java.base/java.util.Base64$Decoder.decode(Base64.java:535)
	java.base/java.util.Base64$Decoder.decode(Base64.java:558)
	org.hsh.tourneys.com.Crypter.decrypt(Crypter.java:126)
	org.hsh.tourneys.com.Crypter.decrypt(Crypter.java:120)
	org.hsh.tourneys.server.RefreshTables.doGet(RefreshTables.java:237)
	org.hsh.tourneys.server.RefreshTables.doGet(RefreshTables.java:186)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
	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.21