<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <%@ page buffer="8192kb" autoFlush="true" %> <%@ page isErrorPage="true" %> Server Fehler

Uh oh!

Der Server ist auf einen Fehler gestoßen und konnte keine Antwort senden.
Es gibt nichts falsches bei Ihnen, also wenn sie auf die vorherige Seite möchten, klicken sie hier.

Debug Infos:

<% // Retrieve the exception object Throwable throwable = (Throwable) request.getAttribute("javax.servlet.error.exception"); if (throwable != null) { %>

Exception Message: <%= throwable.getMessage() %>

            Stack Trace:
            <%= org.apache.commons.lang3.exception.ExceptionUtils.getStackTrace(throwable) %>
        
<% } else { %>

No exception details are available.

<% } %>