<div>Hello, Shibboleth Fans -</div><div><br></div>I have edited my IdP configuration files according to the delegation plugin INSTALL.txt file, but tomcat is throwing errors (found in localhost log) about the very first things I added to the internal.xml file. This is what the section looks like with the beans added to the "list" element of the OpensamlConfig:<div>
<br></div><div><div> <!-- Spring configuration file that bootstraps OpenSAML --></div><div> <bean id="shibboleth.OpensamlConfig" class="edu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean" depends-on="shibboleth.LogbackLogging"></div>
<div> <constructor-arg></div><div> <list></div><div> <bean id="shibMetadataExtensions" class="org.opensaml.util.resource.ClasspathResource"></div><div>
<constructor-arg value="/shibboleth-saml-ext-config.xml" /></div><div> </bean></div><div> <!-- following three elements added to base configuration --></div>
<div> <bean id="libertySOAPBindingProviders" class="org.opensaml.util.resource.ClasspathResource"></div><div> <constructor-arg value="/liberty-soap-binding-config.xml" /></div>
<div> </bean></div><div> <bean id="libertyDiscoProviders" class="org.opensaml.util.resource.ClasspathResource"></div><div> <constructor-arg value="/disco-config.xml" /></div>
<div> </bean></div><div> <bean id="libertySecurityProviders" class="org.opensaml.util.resource.ClasspathResource"></div><div> <constructor-arg value="/sec-config.xml" /></div>
<div> </bean></div><div> </list></div><div> </constructor-arg></div><div> <property name="parserPool" ref="shibboleth.ParserPool" /></div>
<div> </bean></div><div><br></div><div>It seemed to be unhappy about missing classes and xml files, so I double-checked and the jar files are in place, and they seem to contain all the bits the log file mentions. To see if there was a more basic problem, I tried moving element 2 (libertyDiscoProviders) to the top of the list, and sure enough, it then complained about that one. (This is reflected in the log excerpt.) </div>
<div><br></div><div>So is there something basic and stupid I missed with the XML format or rules I violated here? or is there something else I should be looking at?</div><div><br></div><div>Thanks in advance,</div><div>Karla B</div>
<div><br></div><div>Attached: localhost log (edited to remove duplicate events), internal.xml</div><div><br></div>-- <br><div style="margin-left:40px">Karla Borecky<br>Systems Administrator<br>ITS<br>Smith College<br>Northampton, MA 01063<br>
</div><br>
</div>