issue starting up IdP after server crash
Michael A Weyandt
maw120 at zips.uakron.edu
Wed Oct 11 09:59:06 EDT 2017
Morning all,
Had a server that hosts an IdP crash last night, and kdump filled up the root partition. I’ve resolved that issue, but now I’m getting the following errors when I start up Tomcat…
[In catalina.out]
11-Oct-2017 09:31:54.219 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
11-Oct-2017 09:31:54.220 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/idp] startup failed due to previous errors
Had to trim this a little…
[In localhost]
11-Oct-2017 09:31:54.219 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shibboleth.MetadataResolverService' defined in file [/usr/local/shibboleth-idp/system/conf/services-system.xml]: Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Service 'shibboleth.MetadataResolverService': Unexpected error during initial load
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Service 'shibboleth.MetadataResolverService': Unexpected error during initial load
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ShibbolethMetadata': Cannot create inner bean '(inner bean)#22897f77' of type [org.opensaml.saml.metadata.resolver.ChainingMetadataResolver] while setting bean property 'embeddedResolver'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#22897f77': Cannot create inner bean '(inner bean)#16c93e41' of type [org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver] while setting bean property 'resolvers' with key [23]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#16c93e41': Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#22897f77': Cannot create inner bean '(inner bean)#16c93e41' of type [org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver] while setting bean property 'resolvers' with key [23]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#16c93e41': Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#16c93e41': Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: net.shibboleth.utilities.java.support.resolver.ResolverException: Unable to unmarshall metadata
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: Unable to unmarshall metadata
Caused by: org.opensaml.core.xml.io.UnmarshallingException: net.shibboleth.utilities.java.support.xml.XMLParserException: Unable to parse inputstream, it contained invalid XML
Caused by: net.shibboleth.utilities.java.support.xml.XMLParserException: Unable to parse inputstream, it contained invalid XML
Caused by: org.xml.sax.SAXParseException; lineNumber: 61; columnNumber: 68; XML document structures must start and end within the same entity.
11-Oct-2017 09:31:54.240 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
Configuration is controlled by Puppet and has not changed since Oct 4, it had been restarted since then as well.
So far I’ve rolled back the changes that were made on the 4th with no luck. Not sure where to look next.
Any help would be appreciated, thanks.
- Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20171011/2e08fcff/attachment-0001.html>
More information about the users
mailing list