Set cas.samlCore.securityManager to blank…and upgrade to the latest 5.0.x.
--Misagh > From: "Angel Fernandez Leal" <[email protected]> > To: "CAS Community" <[email protected]> > Sent: Thursday, November 16, 2017 4:32:57 AM > Subject: Re: [cas-user] SAML setup > 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] > >> 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]> >>> Reply: [email protected] <[email protected]> >>> Date: March 7, 2017 at 3:15:07 PM >>> To: [email protected] <[email protected]> >>> 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] . >>>> 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 >>>> . >>> -- >>> - 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] . >>> 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 >>> . > -- > - 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 > . -- - 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/878081568.7958383.1510872170974.JavaMail.zimbra%40unicon.net.
