Error with IIS Native SP

Boyd, Todd M. tmboyd1 at ccis.edu
Mon Sep 25 13:55:24 EDT 2017


I neglected to include the immediately-following ERROR line, though it seems like a more verbose version of the same:

	2017-09-25 12:45:46,161 - ERROR [net.shibboleth.utilities.java.support.service.AbstractReloadableService:181] - Service 'shibboleth.RelyingPartyResolverService': Initial load failed
net.shibboleth.utilities.java.support.service.ServiceException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shibboleth.UnverifiedRelyingParty' defined in file [C:\Program Files (x86)\Shibboleth\IdP\conf\relying-party.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'ShibServerName' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
	at net.shibboleth.ext.spring.service.ReloadableSpringService.doReload(ReloadableSpringService.java:336)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shibboleth.UnverifiedRelyingParty' defined in file [C:\Program Files (x86)\Shibboleth\IdP\conf\relying-party.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'ShibServerName' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'ShibServerName' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
	at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164)
Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'ShibServerName' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
	at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164)
Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'ShibServerName' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
	at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:224)


-Todd


More information about the users mailing list