Listener won't start after modifying config for Shib IdP delegation plugin configuration
Karla Borecky
kborecky at smith.edu
Wed Apr 18 18:44:33 BST 2012
I put them in the source lib directory
(/usr/local/src/shibboleth-identity-provider-2.3.6/lib on our system), ran
the IdP installer, then checked the idp.jar to make sure the two new jar
files were included. (And now they also show up in the idp install's lib
directory.)
On Wed, Apr 18, 2012 at 1:33 PM, Chad La Joie <lajoie at itumi.biz> wrote:
> When you say " jar files are in place", what place are they in?
>
> On Wed, Apr 18, 2012 at 13:28, Karla Borecky <kborecky at smith.edu> wrote:
> > Hello, Shibboleth Fans -
> >
> > 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:
> >
> > <!-- Spring configuration file that bootstraps OpenSAML -->
> > <bean id="shibboleth.OpensamlConfig"
> >
> class="edu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean"
> > depends-on="shibboleth.LogbackLogging">
> > <constructor-arg>
> > <list>
> > <bean id="shibMetadataExtensions"
> > class="org.opensaml.util.resource.ClasspathResource">
> > <constructor-arg
> value="/shibboleth-saml-ext-config.xml"
> > />
> > </bean>
> > <!-- following three elements added to base configuration
> -->
> > <bean id="libertySOAPBindingProviders"
> > class="org.opensaml.util.resource.ClasspathResource">
> > <constructor-arg
> > value="/liberty-soap-binding-config.xml" />
> > </bean>
> > <bean id="libertyDiscoProviders"
> > class="org.opensaml.util.resource.ClasspathResource">
> > <constructor-arg value="/disco-config.xml" />
> > </bean>
> > <bean id="libertySecurityProviders"
> > class="org.opensaml.util.resource.ClasspathResource">
> > <constructor-arg value="/sec-config.xml" />
> > </bean>
> > </list>
> > </constructor-arg>
> > <property name="parserPool" ref="shibboleth.ParserPool" />
> > </bean>
> >
> > 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.)
> >
> > 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?
> >
> > Thanks in advance,
> > Karla B
> >
> > Attached: localhost log (edited to remove duplicate events), internal.xml
> >
> > --
> > Karla Borecky
> > Systems Administrator
> > ITS
> > Smith College
> > Northampton, MA 01063
> >
> >
> > --
> > To unsubscribe from this list send an email to
> > users-unsubscribe at shibboleth.net
>
>
>
> --
> Chad La Joie
> www.itumi.biz
> trusted identities, delivered
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
--
Karla Borecky
Systems Administrator
ITS
Smith College
Northampton, MA 01063
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120418/3e94ee88/attachment.html
More information about the users
mailing list