All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.jsp.datarouter.exception.exceptionDetails.jsp Maven / Gradle / Ivy

There is a newer version: 0.0.126
Show newest version
<%@ include file="/jsp/generic/prelude.jspf"%>




	<%@ include file="/jsp/generic/datarouterHead.jsp"%>
	
	
	
	Exception records
	
	


<%@ include file="/jsp/menu/common-navbar-b4.jsp" %>

Exception record not found

Exception

ID: ${exceptionRecord.id}

${exceptionRecord.type} (counter) at ${exceptionRecord.created} after "> ${httpRequestRecord.duration} ms on ${exceptionRecord.serverName} version ${exceptionRecord.appVersion}

Show more Show less
${shortStackTrace}
Location: ${exceptionRecord.exceptionLocation}
Call origin: ${exceptionRecord.callOrigin} (counter)
(exact counter)
No http request record found

Http request (${httpRequestRecord.httpMethod})

URL: ${httpRequestRecord.url}

No http parameters
Parameter Value(s)
${entry.key} ${fn:join(entry.value, ',')}
${fn:escapeXml(httpRequestRecord.stringBody)}

Client

Ip: ${httpRequestRecord.ip}
User: ${httpRequestRecord.userToken}
Roles: ${httpRequestRecord.userRoles}
TraceId: ${httpRequestRecord.traceId}
ParentId: ${httpRequestRecord.parentId}

No cookie
Cookie Value
${entry.key} ${entry.value}
Header Value
${entry.key} ${entry.value}
Others
${entry.key} ${fn:join(entry.value, ',')}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy