%@ page import="com.kapowtech.scheduler.server.servlet.*" %> <%@ page import="org.apache.log4j.*" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page isErrorPage="true" %> <% String basePath = request.getContextPath()+"/resources"; %> <% if (Bootstrap.startupErrorMessage != null) { response.setHeader("X-bootstrap-exception", Bootstrap.startupErrorMessage); } else if (exception != null) { response.setHeader("x-exception", exception.getMessage()); } %>
<%=Bootstrap.startupErrorMessage%>
Check log for details
<% } else { %>The request could not be processed
Contact your administrator for further information.
<% } Logger.getLogger("500_Error").error("Unexpected error", exception); %>