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/f276bbd09b21f262e5f6154167c09b4469a0ff48.camel%40ndsu.edu.
