Restarting catalina doesn't bring up shib/tomcat
Nate Klingenstein
ndk at internet2.edu
Thu Jul 23 12:37:07 EDT 2015
> 1)
> SEVERE: Servlet.service() for servlet jsp threw exception
> java.lang.NullPointerException
> at org.apache.jsp.uApprove.terms_002dof_002duse_jsp._jspService(terms_002dof_002duse_jsp.java:98)
I’ve gotten something similar to this if you remove an SP from the IdP’s metadata that had been used with uApprove. I chose to leave SP's in metadata rather than try to change the database. I don’t know if this is the same underlying issue, but I would suspect so, with a root cause of:
> 2)
> 13:42:26.686 - ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService:188] - Configuration was not loaded for shibboleth.RelyingPartyConfigurationManager service, error creating components. The root cause of this error was: org.xml.sax.SAXParseException: Attribute "id" was already specified for element "metadata:MetadataProvider".
Something about your relying-party.xml file is not loadable. You probably have two ID’s on a MetadataProvider element, or two MetadataProviders that have the same ID, or something.
More information about the users
mailing list