Hi John, I encountered the same problem. Did you fix it? Thanks in advance.
El miércoles, 8 de marzo de 2017, 16:56:09 (UTC+1), John Wynstra escribió: > > I do have that repository in my pom.xml listed with the other repositories. > > On Wed, Mar 8, 2017 at 7:21 AM, Dmitriy Kopylenko <[email protected] > <javascript:>> wrote: > >> Add this repository to your overlay’s pom: >> >> <repository> >> <id>shibboleth-releases</id> >> >> <url>https://build.shibboleth.net/nexus/content/repositories/releases</url> >> </repository> >> >> >> D. >> >> From: John Wynstra <[email protected]> <javascript:> >> Reply: [email protected] <javascript:> <[email protected]> <javascript:> >> Date: March 7, 2017 at 3:15:07 PM >> To: [email protected] <javascript:> <[email protected]> <javascript:> >> Subject: [cas-user] SAML setup >> >> I am trying to add saml support to CAS 5.0.3 maven overlay. After adding >> the following dependency to pom.xml >> >> >> <dependency> >> <groupId>org.apereo.cas</groupId> >> <artifactId>cas-server-support-saml-idp</artifactId> >> <version>${cas.version}</version></dependency> >> >> the repackaged CAS.WAR file will deploy but not start on TomCat. I have >> not configured any of the saml properties in cas.properties, because I'm >> not quite sure where to begin. >> >> Catalina.out has the following or similar errors related to >> shibboleth.ParserPool >> >> Caused by: org.springframework.beans.BeanInstantiationException: Failed >> to instantiate [org.apereo.cas.support.saml.OpenSamlConfigBean]: Factory >> method 'openSamlConfigBean' threw exception; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'shibboleth.ParserPool' defined in class path resource >> [org/apere o/cas/config/CoreSamlConfiguration.class]: Bean >> instantiation via factory method failed; nested exception is >> org.springframework.beans.BeanInstantiationException: Failed to instanti >> ate [net.shibboleth.utilities.java.support.xml.BasicParserPool]: >> Factory method 'parserPool' threw exception; nested exception is >> java.lang.RuntimeException: java.lang.ClassNotFound Exception: >> org.apache.xerces.util.SecurityManager >> >> >> >> -- >> - CAS gitter chatroom: https://gitter.im/apereo/cas >> - CAS mailing list guidelines: >> https://apereo.github.io/cas/Mailing-Lists.html >> - CAS documentation website: https://apereo.github.io/cas >> - CAS project website: https://github.com/apereo/cas >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CADTFBKrXVYN%3DsgnJAaAFniMQFfVRqXhEWF_pHGf9usR5tD9bVQ%40mail.gmail.com >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CADTFBKrXVYN%3DsgnJAaAFniMQFfVRqXhEWF_pHGf9usR5tD9bVQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> -- >> - CAS gitter chatroom: https://gitter.im/apereo/cas >> - CAS mailing list guidelines: >> https://apereo.github.io/cas/Mailing-Lists.html >> - CAS documentation website: https://apereo.github.io/cas >> - CAS project website: https://github.com/apereo/cas >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.58c0055b.70aabefd.266%40unicon.net >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.58c0055b.70aabefd.266%40unicon.net?utm_medium=email&utm_source=footer> >> . >> > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/76797989-c638-4289-94dc-5cd3745418bd%40apereo.org.
