<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>This is driving me mad.  I cannot seem to configure my attribute-resolver.xml correctly.  I am trying to configure an LDAP data connector (with id &quot;ldapConnector&quot;), and I think that&#39;s what is causing the following message in the log whenever I try to login:<br>ERROR [net.shibboleth.idp.profile.impl.ResolveAttributes:218] - Profile Action ResolveAttributes: Error resolving attributes: Invalid Attribute resolver configuration<br><br></div>However, I can&#39;t see any error with my DataConnector.  When I comment out its XML, though, the error doesn&#39;t happen, so I guess that is where the error lies.  Here is my XML file:<br><a href="http://pastebin.com/CbKCzgAM">http://pastebin.com/CbKCzgAM</a><br><br></div>I&#39;ve even looked at the source code to figure out where the error is happening, and it looks like ResolveAttributes.java:<br>        try {<br>            component = attributeResolverService.getServiceableComponent();<br>            if (null == component) {<br>                log.error(&quot;{} Error resolving attributes: Invalid Attribute resolver configuration&quot;, getLogPrefix());<br><br></div>By the way, just a suggestion, but you guys could do with a more meaningful error message here.  I have no idea why component is apparently null, and only that one ERROR in my logfile.  Any ideas why it isn&#39;t working?<br><br>Best regards,<br></div>Jeremy Morton (Jez)<br></div>