<%@page language="java"%>
<%@page contentType="text/html; charset=UTF-8" %>
DataONE Portal Error
<%
// default to non-production google id
String trackerId = "UA-15017327-13";
if (request.getServerName().contains("cn.dataone.org")) {
trackerId = "UA-15017327-10";
}
%>
Uh, oh...
There was a problem getting the certificate. Check the server logs...
The stacktrace received was:
${stackTrace}
Cause: ${cause}
Message: ${cause}