OK, good to know. Is it possible to allow CAS and CAS management App deployed on the same host, without the order of which one starts first? I can do that with CAS4, that makes our deployment a lot simpler, without such dependencies. Can we turn off discovery mode in CAS 5.3 management to allow that?
In addition, did something change from 5.3.1 to 5.3.3? I am using CAS 5.3.3, and Management App for 5.3.1 (because there is not one for 5.3.3) I am using JPA service registry on CAS and CAS management. Got this error when starting management app. on a separate tomcat, that is probably because the JPA service registry in Management App is still 5.3.1 based, but the CAS schema already moved to 5.3.3? SQLSyntaxErrorException: ORA-00904: "ABSTRACTRE0_"."SUBJECTTYPE": invalid identifier Thx! Yan On Wednesday, September 12, 2018 at 4:23:05 PM UTC-4, Travis Schmidt wrote: > > 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] > <javascript:>> 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] <javascript:>> >> 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] <javascript:>. >>> 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/bb1ef9ef-9cc8-42c5-92e6-f5241e952a02%40apereo.org.
