I solved the problem. It was that I didn't added "cas-server-support-discovery-profile" to my CAS dependencies at compilation, so the discovery service wasn't available.
Thanks for your help. Now my problem is that I want to use ldap for CAS Management auth, and for this I need to include "cas-management-webapp-support-ldap". The problem is that this dependency isn't available in 6.2.1-SNAPSHOT version. The last version available is 5.3.6, and it probable will have conflict with 6.2.1 dependencies. Le lundi 17 août 2020 à 16:25:43 UTC+2, richard.frovarp a écrit : > You probably aren't waiting long enough? > > 2020-08-17 09:06:54,686 DEBUG > [org.apache.http.impl.execchain.MainClientExec] - Executing request GET > /actuator/discoveryProfile HTTP/1.1 > > It's trying to make a connection to your CAS system. Looks like from your > logs it hasn't time out, and thus hasn't fully started. Either make sure > CAS is available upon startup of Management, or turn that feature off. > mgmt.enableDiscoveryEndpointCall=false > > This is an obvious problem if you are running the IdP and Management in > the same container. > > On Mon, 2020-08-17 at 00:34 -0700, Julien Sabatier wrote: > > I try to setup a CAS Management to manages services of my CAS instance. > > But when I launch the webapp, it's like it freeze on startup, and I can't > access it in my browser. > > CAS Version : 6.2.1 > CAS Management Version : 6.2.1 > > Here is my /etc/cas/config/management.properties : > https://pastebin.com/v04Q6GwE > > And here is the logs I get at CAS Management startup : > https://pastebin.com/Wc6Kfvnt > > Can someone help me to understand why Cas Management isn't reachable ? > > -- - 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/5719680f-880c-4326-8528-f45a4b72920bn%40apereo.org.
