<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ page isErrorPage="true" %> <%@ page import="com.oreilly.servlet.ServletUtils,edu.cornell.mannlib.vitro.webapp.web.*" %> <%@page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest"%> <%@page import="edu.cornell.mannlib.vitro.webapp.beans.ApplicationBean"%> <% VitroRequest vreq = new VitroRequest(request); ApplicationBean appBean = vreq.getAppBean(); String themeDir = appBean.getThemeDir(); request.setAttribute("bodyJsp", "/errorbody.jsp"); request.setAttribute("title", "Error"); request.setAttribute("css", ""); request.setAttribute("themeDir", themeDir); %>

There was an error in the system; please try again later.

Exception:

<%= exception %>
<% try{ %>

Trace:

<%= ServletUtils.getStackTraceAsString(exception) %>
<% }catch (Exception e){ %> No trace is available. <% } %>
<% try{ %>

Request Info:

<%= MiscWebUtils.getReqInfo(request) %> <% }catch (Exception e){ %> No request information is available. <% } %>