What I meant to go on and say is that the management app tries to call the discovery endpoint on the configured cas server when trying to startup. If you are running both the server and the management app on the same server, I think it is stalling cause it can't reach the CAS server, because it is not up yet. Looks like I have neglected to put an option in to not try and call the cas server during startup. Maybe try starting the app server with only CAS server, then add the management war to the started service.
Hoping to give management app some attention next week. On Wed, Sep 12, 2018 at 1:00 PM Travis Schmidt <[email protected]> wrote: > Looks like you have configured your CAS server and the management app to > run on the same host and the same port. > > On Wed, Sep 12, 2018, 12:52 PM Yan Zhou <[email protected]> wrote: > >> Hello, >> >> I am running CAS 5.3.3, but latest management web app is 5.3.1. >> >> My management web app will not start up. It just hangs there. What did I >> miss? >> >> Here is the log file. >> >> 2018-09-12 15:48:11,936 INFO >> [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] >> - <Configuration files found at [C:\gitworkspace\ques >> t-cas5\cas5-server\etc\cas\config] are >> [[C:\gitworkspace\quest-cas5\cas5-server\etc\cas\config\application.yml, >> C:\gitworkspace\quest-cas5\cas5-server\etc\cas\c >> onfig\management.properties]] under profile(s) [[standalone]]> >> 2018-09-12 15:48:12,245 INFO >> [org.apereo.cas.mgmt.web.CasManagementWebApplicationServletInitializer] - >> <The following profiles are active: standalone> >> 2018-09-12 15:48:18,924 DEBUG >> [org.apereo.cas.config.CasCoreUtilSerializationConfiguration] - >> <Configuring component serialization plan [CasCoreUtilSerializatio >> nConfiguration]> >> 2018-09-12 15:48:20,795 DEBUG >> [org.apereo.cas.mgmt.config.CasManagementAuthenticationConfiguration] - >> <Configuring an authentication strategy based on CAS runni >> ng at [http://localhost:8080]> >> 2018-09-12 15:48:20,843 DEBUG >> [org.apereo.cas.mgmt.config.CasManagementAuthenticationConfiguration] - >> <Skipping IP address authentication strategy configuration >> ; no pattern is defined> >> >> --- nothing else --- >> >> Following is my externalized management.properties. My services are >> defined in a local directory. >> >> cas.server.name=http://localhost:8080 >> cas.server.prefix=${cas.server.name}/cas5 >> >> # >> # is this how I tell Management App where the services are defined at? >> # >> >> mgmt.servicesRepo=file:///c:/gitworkspace/quest-cas5/cas5-server/etc/cas/services >> >> mgmt.adminRoles[0]=ROLE_ADMIN >> >> mgmt.userPropertiesFile=file:///c:/gitworkspace/quest-cas5/cas5-server/etc/cas/config/management-users.properties >> >> mgmt.serverName=http://localhost:8080 >> >> server.context-path=/cas5manage >> server.port=8080 >> >> >> logging.config=file:///c:/gitworkspace/quest-cas5/cas5-server/etc/cas/config/management-log4j2.xml >> >> -- >> - 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/3d51a950-2e51-4921-bc07-6b34a82358f8%40apereo.org >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/3d51a950-2e51-4921-bc07-6b34a82358f8%40apereo.org?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/CAC_RtEZ7Ouv3QObFh6tCXQJnvcB3KEuMvqg-ASW4kvCDStJ_jw%40mail.gmail.com.
