IDP delegaition

Brent Putman putmanb at georgetown.edu
Thu Jul 26 16:54:15 EDT 2012


On 7/26/12 10:03 AM, Eddie Harari wrote:
> 19:40:08.032 - ERROR
> [edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet:89]
> - Error occurred while processing request
> java.lang.NullPointerException: null
>         at edu.internet2.middleware.shibboleth.idp.ext.delegation.profile.DelegationAwareSAML2SSOProfileHandler.buildLibertSSOSEPRAttributeValue(DelegationAwareSAML2SSOProfileHandler.java:322)
> ~[shibboleth-idp-ext-delegation-1.0.jar:na]
>  


Based on the above, it would appear that your environment hasn't
properly loaded in some OpenSAML extension XMLObject providers which
support some of the Liberty ID-WSF XML schema.  I'd guess either:

1) you didn't properly update  your internal.xml with the config
documented in step #3 of the INSTALL.txt.

2) you didn't successfully get the Liberty extension jar file added into
IdP's war file, as documented in steps #1 and #2 of INSTALL.txt.   This
would be a jar with a name like idwsfconsumer-
1.0-shibdel-prerelease.jar.  If you don't see this when you do a 'jar
tvf idp.war' on your IdP's war file, then that's your problem.


More information about the users mailing list