resolver:DataConnector error when attempting to configure Relational Database Data Connector with Shibboleth 2.4.4 IDP
Brent Putman
putmanb at georgetown.edu
Thu May 7 17:52:07 EDT 2015
On 5/7/15 5:13 PM, Daudt, Carl wrote:
>
> I am attempting to configure a Data Connector to an Oracle 12c
> Enterprise database. For now, I am attempting to do this with an
> Application Managed connection (although I understand that a Container
> Managed connection is advised for Oracle). I am receiving the
> following error in id-process.log:
>
>
>
> 16:20:41.395 - ERROR
> [edu.internet2.middleware.shibboleth.common.config.BaseService:188] -
> Configuration was not loaded for shibboleth.AttributeResolver service,
> error creating components. The root cause of this error was:
> org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of
> element 'resolver:DataConnector' is not complete. One of
> '{"urn:mace:shibboleth:2.0:resolver:dc":QueryTemplate}' is expected.
>
We can't see the broader XML context here, but if you don't have that
namespace declared with a prefix 'dc', in the scope of the DataConnector
element, that would be a problem.
>
>
> However, I have ‘xmlns="urn:mace:shibboleth:2.0:resolver:dc"’ set as a
> parameter in my resolver:DataConnector configuration.
>
Right, but, you're declaring it as the default/empty prefix. Either
change this to be xmlns:dc="..." Or change the QueryTemplate, Column,
etc elements to remove the prefix. Either is ok.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150507/d58d16d5/attachment-0001.html>
More information about the users
mailing list