Cunfigure eduPersonTargetedID shibboleth Idp windows 3.4

Peter Schober peter.schober at univie.ac.at
Thu Sep 23 07:51:24 UTC 2021


Please keep replies to the list.

* Aisha Al Fudhaili <aisha at omren.om> [2021-09-23 07:59]:
> I can't run the mentioned command. I'm using windows. 

There's an equivalent batch script called aacli.bat for use with MS-Windows..

> Error in log file
> 
> - ERROR [net.shibboleth.utilities.java.support.service.AbstractReloadableService:231] - Service 'shibboleth.AttributeResolverService': Reload for shibboleth.AttributeResolverService failed
> net.shibboleth.utilities.java.support.service.ServiceException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myLDAP': Invocation of init method failed; nested exception is java.lang.NullPointerException
> 	at net.shibboleth.ext.spring.service.ReloadableSpringService.doReload(ReloadableSpringService.java:377)
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myLDAP': Invocation of init method failed; nested exception is java.lang.NullPointerException
> 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1619)
> Caused by: java.lang.NullPointerException: null
> 	at java.base/java.util.Hashtable.put(Hashtable.java:475)

I may be misreading the above but if you only reloaded the attribute
resolver configuration but also changed properties files
(e.g. saml-nameid.properties) then this isn't sufficient.
Properties files are only reliably read at the start of the JVM, i.e.,
you'd have to restart the IDP (or Java Servlet Container).

-peter


More information about the users mailing list