<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%><%-- DO NOT PUT anything before this, because IE6 will otherwise switch to QUIRKS mode! --%><%=com.intland.codebeamer.servlet.IWebConstants.HTML_DOCTYPE%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fn" prefix="fn" %> <%@ taglib uri="http://displaytag.sf.net" prefix="display" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ page import="com.intland.codebeamer.controller.admin.ErrorHandlerFilterContext"%> <%@ page import="org.apache.log4j.PatternLayout"%> <%@ page import="org.apache.log4j.spi.LoggingEvent"%> <% ErrorHandlerFilterContext errorHandlerContext = (ErrorHandlerFilterContext) request.getAttribute("errorHandlerContext"); if (errorHandlerContext == null) { // Necessary to prevent NPE. errorHandlerContext = new ErrorHandlerFilterContext(request, null, null); request.setAttribute("errorHandlerContext", errorHandlerContext); } %> CodeBeamer Error Page

Sorry, an unexpected system error has occurred.

Please report this problem on the Codebeamer support site with as much detail as possible so we know how to reproduce it:
  1. On which page did you experience the problem? What happened?
  2. Copy and paste the error and system information below.
  3. Attach the application server log file to your report (if possible).
We will respond as promptly as possible.
Thank you!

Cause:

<%-- TODO: confluence does not print out the whole stack trace, just the major here, and then a switchable bigger stack trace--%>

Server Information

${serverInfo}

Request

URL:
Scheme:
Server:
Port:
URI:
Context Path:
Servlet Path:
Path Info:
Query String:
Referer URL:

Request Attributes

request attributes found.
 = 

Request Parameters

request parameters found.
 = 

User

Signed in: <>

Logging

<%=errorHandlerContext.getLoggingEvents().size()%> log statements generated by this request. <% PatternLayout layout = new PatternLayout(); layout.setConversionPattern("%d %-5p %c{3} %3x - %m [%t]"); %>

	" />
	<%-- print out the stack trace, as the PatternLayout won't do this--%>
	${stackTraceLine}

		
	
${logline}
${stackTrace}