Could not resolv e placeholder 'idp.encryption.cert'

BPottier at andovercos.com BPottier at andovercos.com
Tue Aug 22 10:52:31 EDT 2017


I keep getting this stack trace and I dopn’t know why. I haven’t done anything out of the ordinary and credentials.xml and idp.properties looks fine. Does anyone have a clue? I’m running the newest version of shibboleth under tomcat8 on ubuntu.

2017-08-22 10:03:21,062 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:387] - Service 'shibboleth.NameIdentifierGenerationService': Reload complete
2017-08-22 10:03:21,062 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service 'shibboleth.NameIdentifierGenerationService': Reload time set to: 900000, starting refresh thread
2017-08-22 10:03:21,183 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service 'shibboleth.RelyingPartyResolverService': Performing initial load
2017-08-22 10:03:21,184 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service 'shibboleth.RelyingPartyResolverService': Reloading service configuration
2017-08-22 10:03:21,193 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML bean definitions from file [/opt/shibboleth-idp/conf/relying-party.xml]
2017-08-22 10:03:21,352 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML bean definitions from file [/opt/shibboleth-idp/conf/credentials.xml]
2017-08-22 10:03:21,483 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML bean definitions from file [/opt/shibboleth-idp/system/conf/relying-party-system.xml]
2017-08-22 10:03:21,674 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:581] - Refreshing ApplicationContext:shibboleth.RelyingPartyResolverService: startup date [Tue Aug 22 10:03:21 EDT 2017]; parent: Root
WebApplicationContext
2017-08-22 10:03:21,756 - WARN [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:549] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefiniti
onStoreException: Invalid bean definition with name 'shibboleth.DefaultEncryptionCredentials' defined in null: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"; nested exception is java.lang.Il
legalArgumentException: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"
2017-08-22 10:03:21,798 - 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.BeanDefinitionStoreException: Invalid bean definition with name 'shibboleth.DefaultEncryptionCredentials' defined in null: Could not resolv
e placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"
        at net.shibboleth.ext.spring.service.ReloadableSpringService.doReload(ReloadableSpringService.java:336)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'shibboleth.DefaultEncryptionCredentials' defined in null: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"
        at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:223)
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'idp.encryption.cert' in string value "%{idp.encryption.cert}"
        at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174)



More information about the users mailing list