cas server 5.x 启动问题
cas server 本地部署出错,入口地址是什么??
$ sudo java -jar cas.war
__ ____ _ ____ __
/ / / ___| / \ / ___| \ \
| | | | / _ \ \___ \ | |
| | | |___ / ___ \ ___) | | |
| | \____| /_/ \_\ |____/ | |
\_\ /_/
CAS Version: 5.1.2
CAS Commit Id: fae163b426ba91cc78a18e3805b2f2fac9c03b2e
CAS Build Date/Time: 2017-08-01T10:47:25Z
Spring Boot Version: 1.5.3.RELEASE
------------------------------------------------------------
System Date/Time: 2017-08-01T18:48:00.995
System Temp Directory: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
------------------------------------------------------------
Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre
Java Vendor: Oracle Corporation
Java Version: 1.8.0_45
JCE Installed: no
------------------------------------------------------------
OS Architecture: x86_64
OS Name: Mac OS X
OS Version: 10.12.5
------------------------------------------------------------
Apache Tomcat Version: Apache Tomcat/8.5.15
------------------------------------------------------------
2017-08-01 18:48:01,242 INFO [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] - <Configuration files found at [/etc/cas/config] are [[]]>
2017-08-01 18:48:01,260 INFO [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] - <Found and loaded [0] setting(s) from [/etc/cas/config]>
2017-08-01 18:48:01,262 INFO [org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration] - <Located property source: PropertiesPropertySource [name='standaloneCasConfigService']>
2017-08-01 18:48:01,270 INFO [org.apereo.cas.web.CasWebApplication] - <The following profiles are active: standalone>
2017-08-01 18:48:01,339 INFO [org.apereo.cas.web.CasWebApplicationContext] - <Refreshing CasWebApplicationContext>
2017-08-01 18:48:06,621 WARN [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Runtime memory is used as the persistence storage for retrieving and managing tickets. Tickets that are issued during runtime will be LOST upon container restarts. This MAY impact SSO functionality.>
2017-08-01 18:48:23,321 WARN [org.apereo.cas.config.support.authentication.AcceptUsersAuthenticationEventExecutionPlanConfiguration] - <>
2017-08-01 18:48:23,325 WARN [org.apereo.cas.config.support.authentication.AcceptUsersAuthenticationEventExecutionPlanConfiguration] - <
____ _____ ___ ____ _
/ ___| |_ _| / _ \ | _ \ | |
\___ \ | | | | | | | |_) | | |
___) | | | | |_| | | __/ |_|
|____/ |_| \___/ |_| (_)
CAS is configured to accept a static list of credentials for authentication. While this is generally useful for demo purposes, it is STRONGLY recommended that you DISABLE this authentication method (by SETTING 'cas.authn.accept.users' to a blank value) and switch to a mode that is more suitable for production.>
2017-08-01 18:48:23,326 WARN [org.apereo.cas.config.support.authentication.AcceptUsersAuthenticationEventExecutionPlanConfiguration] - <>
2017-08-01 18:48:24,188 WARN [org.apereo.cas.config.CasCoreServicesConfiguration] - <Runtime memory is used as the persistence storage for retrieving and persisting service definitions. Changes that are made to service definitions during runtime WILL be LOST upon container restarts.>
2017-08-01 18:48:24,202 INFO [org.apereo.cas.services.ServiceRegistryInitializer] - <The service registry database will not be initialized from default JSON services. If the service registry database ends up empty, CAS will refuse to authenticate services until service definitions are added to the registry. To auto-initialize the service registry, set 'cas.serviceRegistry.initFromJson=true' in your CAS settings.>
2017-08-01 18:48:29,505 INFO [org.apereo.cas.support.events.listener.CasConfigurationEventListener] - <Refreshing CAS configuration. Stand by...>
2017-08-01 18:48:30,007 INFO [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) from [InMemoryServiceRegistry].>
2017-08-01 18:48:30,450 WARN [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Secret key for encryption is not defined for [Ticket-granting Cookie]; CAS will attempt to auto-generate the encryption key>
2017-08-01 18:48:30,462 WARN [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Generated encryption key [g0onGHrAwVtDL4oWt9X6EZvBnOzeLBu81jH5X8plrZo] of size [256] for [Ticket-granting Cookie]. The generated key MUST be added to CAS settings.>
2017-08-01 18:48:30,462 WARN [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Secret key for signing is not defined for [Ticket-granting Cookie]. CAS will attempt to auto-generate the signing key>
2017-08-01 18:48:30,463 WARN [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Generated signing key [BAkVOFwFknXY-VXxiIVlzYxS7Gn95mguqcCrUogG7MSohcrmnScFsTdw7tWPQuIRQZ3eO9UIh5S5Fjb4kksuFg] of size [512] for [Ticket-granting Cookie]. The generated key MUST be added to CAS settings.>
2017-08-01 18:48:30,958 WARN [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Secret key for signing is not defined. CAS will attempt to auto-generate the signing key>
2017-08-01 18:48:30,959 WARN [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated signing key [pIK7x2Vo-YYVXLU00WxvJDoVZhnW_iEAd8l4se65fx_gJtM42k3ou4i_fZeVecUZkNlGdWhv8Mtl19y19FPvIA] of size [512]. The generated key MUST be added to CAS settings.>
2017-08-01 18:48:30,959 WARN [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <No encryption key is defined. CAS will attempt to auto-generate keys>
2017-08-01 18:48:30,959 WARN [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated encryption key [gxHqrUPVIJcMXWBL] of size [16]. The generated key MUST be added to CAS settings.>
2017-08-01 18:48:31,410 INFO [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <>
2017-08-01 18:48:31,415 INFO [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <
____ _____ _ ____ __ __
| _ \ | ____| / \ | _ \ \ \ / /
| |_) | | _| / _ \ | | | | \ V /
| _ < | |___ / ___ \ | |_| | | |
|_| \_\ |_____| /_/ \_\ |____/ |_|
>
2017-08-01 18:48:31,415 INFO [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <>
2017-08-01 18:48:31,415 INFO [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <Ready to process requests @ [2017-08-01T10:48:31.409Z]>
2017-08-01 18:48:31,420 INFO [org.apereo.cas.web.CasWebApplication] - <Started CasWebApplication in 34.629 seconds (JVM running for 37.811)>
2017-08-01 18:48:51,089 INFO [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) from [InMemoryServiceRegistry].>
2017-08-01 18:48:51,099 INFO [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] expired tickets removed.>
2017-08-01 18:49:51,094 INFO [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) from [InMemoryServiceReg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论