Re: [cas-user] CAS 6.4.x with SPNEGO, "Factory method 'spnegoAuthentications' threw exception"

2021-09-07 Thread Thierry MURGUE
Hi Dmitriy, Hi all! It Works! Thanks a lot. With 6.2, this setting was not mandatory... Maybe, they should add this in the docs (can't find here : https://apereo.github.io/cas/6.4.x/authentication/SPNEGO-Authentication.html) Or maybe I didn't look at the right place in the docs. Thanks you agai

Re: [cas-user] CAS 6.4.x with SPNEGO, "Factory method 'spnegoAuthentications' threw exception"

2021-09-03 Thread Dmitriy Kopylenko
Hi there. The error points to this line: https://github.com/apereo/cas/blob/master/support/cas-server-support-spnego/src/main/java/org/apereo/cas/config/SpnegoConfiguration.java#L68 where it calls Spring resource loader abstraction to load Kerboros config file and apparently the resource represen

Re: [cas-user] CAS 6.4.x with SPNEGO, "Factory method 'spnegoAuthentications' threw exception"

2021-09-02 Thread Thierry MURGUE
Sure! Here it is! java.lang.IllegalStateException: Erreur lors du démarrage du conteneur fils at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core

Re: [cas-user] CAS 6.4.x with SPNEGO, "Factory method 'spnegoAuthentications' threw exception"

2021-09-02 Thread Dmitriy Kopylenko
Hi. If you could post the entire stack trace, that would help to see what might be misconfigured. Cheers, D. On Sep 2, 2021 at 09:31:17, Thierry MURGUE wrote: > Hi all, > > I have a working conf with SPNEGO for CAS 6.2.x (last tried 6.2.8). > > I’ve tried for 2 days to do the same with the ne

[cas-user] CAS 6.4.x with SPNEGO, "Factory method 'spnegoAuthentications' threw exception"

2021-09-02 Thread Thierry MURGUE
Hi all, I have a working conf with SPNEGO for CAS 6.2.x (last tried 6.2.8). I’ve tried for 2 days to do the same with the new 6.4.0 version. I used the generated WAR overlay from the doc (SPNEGO Authentication / Resources / Generate CAS Server WAR Overlay) I downloaded jcifs-ext.jar from th