Hi José, Did you ever resolve this issue?
Thanks Ryan On Saturday, July 22, 2017 at 8:35:04 AM UTC-4, José Agnaldo B. de Sousa wrote: > > Good morning, > After loading tomcat and typing url: localhost: 8443 the error message: > ERR_TOO_MANY_REDIRECTS is displayed (see erro.png). This error started > after adding the CAS filters to the web.xml file. Before adding the > filters, I installed the ssl certificate, installed the CAS server and > configured JDBC authentication with postgres without problems. Below are my > settings and log files. Thanks for the help. > > > > - CAS server version - 5 > - Container/environment type/version (Tomcat, Jetty, Java, > Linux/Windows, etc) - Tomcat > - Configuration/Overlay pushed to > https://github.com/apereo/cas-overlay-template > > ========= > cas.properties > ========= > > cas.server.name: https://localhost:8443 > cas.server.prefix: https://localhost:8443/cas > cas.host.name=https://localhost:8443 > > cas.adminPagesSecurity.ip=127.0.0.1 > > cas.authn.jdbc.query[0].sql=SELECT * FROM FR_USUARIO WHERE usr_login=? > cas.authn.jdbc.query[0].url=jdbc:postgresql://localhost:5432/bimob > cas.authn.jdbc.query[0].dialect=org.hibernate.dialect.PostgreSQLDialect > cas.authn.jdbc.query[0].user=postgres > cas.authn.jdbc.query[0].password=Maker@1 > cas.authn.jdbc.query[0].driverClass=org.postgresql.Driver > cas.authn.jdbc.query[0].fieldPassword=usr_senha > > logging.level.org.apereo=DEBUG > cas.authn.accept.users= > > cas.authn.jdbc.query[0].passwordEncoder.type=DEFAULT > cas.authn.jdbc.query[0].passwordEncoder.encodingAlgorithm=MD5 > cas.authn.jdbc.query[0].passwordEncoder.characterEncoding=UTF-8 > > > cas.tgc.signingKey=u53Txz_rRuqhjyzI8ppdVm9hu6ys4PQJ7HYFg7OI_74zsRLVKf02aBo4dFoIyaMRVzAV2_Ypea_tCb2zztAaPw > cas.tgc.encryptionKey=j6xM0k24_9_sVTBDYJtAYUAOrNjKAJbYqzf60_tDVjA > > ====== > server.xml > ====== > > See server.zip > > ===== > web.xml > ===== > > See web.zip > > ==== > cas.log > ==== > > �[32m2017-07-21 19:46:34,952 INFO > [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] > - <Configuration files found at [\etc\cas\config] are > [[\etc\cas\config\application.yml, \etc\cas\config\cas.properties]]>�[m > �[32m2017-07-21 19:46:35,012 INFO > [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] > - <Found and loaded [19] setting(s) from [\etc\cas\config]>�[m > �[32m2017-07-21 19:46:35,014 INFO > [org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration] > > - <Located property source: PropertiesPropertySource > [name='standaloneCasConfigService']>�[m > �[33m2017-07-21 19:46:35,023 WARN > [org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration] > > - <Logging config file location > '-Djava.util.logging.config.file="C:\bimob\tomcat\conf\logging.properties"' > cannot be opened and will be ignored>�[m > �[32m2017-07-21 19:46:35,034 INFO > [org.apereo.cas.web.CasWebApplicationServletInitializer] - �[m > �[33m2017-07-21 19:46:43,224 WARN > [org.apereo.cas.config.CasCoreTicketsConfiguration] - �[m > �[36m2017-07-21 19:46:43,264 DEBUG > [org.apereo.cas.configuration.support.Beans] - <Ticket registry > encryption/signing is turned off. This MAY NOT be safe in a clustered > production environment. Consider using other choices to handle encryption, > signing and verification of ticket registry tickets, and verify the chosen > ticket registry does support this behavior.>�[m > �[36m2017-07-21 19:46:50,067 DEBUG > [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Ticket-granting > ticket expiration policy is based on hard/idle timeouts of [28800]/[7200] > seconds>�[m > �[36m2017-07-21 19:46:50,302 DEBUG > [org.apereo.cas.config.CasCoreConfiguration] - <Configuring authentication > request service selection strategy plan > [CasCoreAuthenticationServiceSelectionStrategyConfiguration]>�[m > �[36m2017-07-21 19:46:51,347 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan [CasJdbcAuthenticationConfiguration]>�[m > �[36m2017-07-21 19:46:51,358 DEBUG > [org.apereo.cas.configuration.support.Beans] - �[m > �[36m2017-07-21 19:46:51,359 DEBUG > [org.apereo.cas.adaptors.jdbc.config.CasJdbcAuthenticationConfiguration] - > <Created and mapped principal attributes [{}] for > [jdbc:postgresql://localhost:5432/bimob]...>�[m > �[36m2017-07-21 19:46:51,432 DEBUG > [org.apereo.cas.configuration.support.Beans] - <Creating default password > encoder with encoding alg [MD5] and character encoding [UTF-8]>�[m > �[36m2017-07-21 19:46:51,438 DEBUG > [org.apereo.cas.adaptors.jdbc.config.CasJdbcAuthenticationConfiguration] - > <Created authentication handler [QueryDatabaseAuthenticationHandler] to > handle database url at [jdbc:postgresql://localhost:5432/bimob]>�[m > �[36m2017-07-21 19:46:51,501 DEBUG > [org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - > <Registering handler [QueryDatabaseAuthenticationHandler] principal > resolver > [org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver@477253d0[returnNullIfNoAttributes=false,principalAttributeName=]] > > into the execution plan>�[m > �[36m2017-07-21 19:46:51,502 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan > [CasCoreAuthenticationHandlersConfiguration]>�[m > �[36m2017-07-21 19:46:51,524 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan > [CasCoreAuthenticationHandlersConfiguration]>�[m > �[36m2017-07-21 19:46:51,557 DEBUG > [org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - > <Registering handler [HttpBasedServiceCredentialsAuthenticationHandler] > principal resolver > [org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver@68234381[]] > > into the execution plan>�[m > �[36m2017-07-21 19:46:51,558 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan > [CasCoreAuthenticationMetadataConfiguration]>�[m > �[36m2017-07-21 19:46:51,575 DEBUG > [org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - > <Registering metadata populator > [org.apereo.cas.authentication.metadata.SuccessfulHandlerMetaDataPopulator@209acc2e[order=-2147483648]] > > into the execution plan>�[m > �[36m2017-07-21 19:46:51,586 DEBUG > [org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - > <Registering metadata populator > [org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator@61eafe00[order=-2147483648]] > > into the execution plan>�[m > �[36m2017-07-21 19:46:51,587 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan > [AcceptUsersAuthenticationEventExecutionPlanConfiguration]>�[m > �[36m2017-07-21 19:46:55,894 DEBUG > [org.apereo.cas.config.CasConfigurationSupportUtilitiesConfiguration] - > <Starting to watch configuration directory [\etc\cas\config]>�[m > �[33m2017-07-21 19:46:56,609 WARN > [org.apereo.cas.config.CasCoreServicesConfiguration] - �[m > �[36m2017-07-21 19:46:56,629 DEBUG > [org.apereo.cas.services.ServiceRegistryInitializer] - <Service registry > contains [0] service definitions>�[m > �[32m2017-07-21 19:46:56,629 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.>�[m > �[36m2017-07-21 19:46:56,808 DEBUG > [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Configuring ticket > metadata registration plan [CasCoreTicketCatalogConfiguration]>�[m > �[36m2017-07-21 19:46:56,808 DEBUG > [org.apereo.cas.config.CasCoreTicketCatalogConfiguration] - �[m > �[36m2017-07-21 19:46:56,813 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Locating ticket definition > for [PT]>�[m > �[36m2017-07-21 19:46:56,816 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Registering/Updating ticket > definition > [org.apereo.cas.ticket.DefaultTicketDefinition@1dc2c58d[implementationClass=class > > org.apereo.cas.ticket.ProxyTicketImpl,prefix=PT]]>�[m > �[36m2017-07-21 19:46:56,817 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Locating ticket definition > for [ST]>�[m > �[36m2017-07-21 19:46:56,817 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Registering/Updating ticket > definition > [org.apereo.cas.ticket.DefaultTicketDefinition@2e5d2890[implementationClass=class > > org.apereo.cas.ticket.ServiceTicketImpl,prefix=ST]]>�[m > �[36m2017-07-21 19:46:56,822 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Locating ticket definition > for [PGT]>�[m > �[36m2017-07-21 19:46:56,822 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Registering/Updating ticket > definition > [org.apereo.cas.ticket.DefaultTicketDefinition@6f28a37e[implementationClass=class > > org.apereo.cas.ticket.ProxyGrantingTicketImpl,prefix=PGT]]>�[m > �[36m2017-07-21 19:46:56,823 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Locating ticket definition > for [TGT]>�[m > �[36m2017-07-21 19:46:56,823 DEBUG > [org.apereo.cas.ticket.DefaultTicketCatalog] - <Registering/Updating ticket > definition > [org.apereo.cas.ticket.DefaultTicketDefinition@355c7f7b[implementationClass=class > > org.apereo.cas.ticket.TicketGrantingTicketImpl,prefix=TGT]]>�[m > �[36m2017-07-21 19:46:56,887 DEBUG > [org.apereo.cas.config.CasCoreTicketsSchedulingConfiguration] - �[m > �[36m2017-07-21 19:46:58,328 DEBUG > [org.apereo.cas.logout.config.CasCoreLogoutConfiguration] - <Configuring > logout execution plan [CasCoreLogoutConfiguration]>�[m > �[36m2017-07-21 19:46:59,812 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [AuthenticationEvents] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:46:59,812 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [AuthenticationEvents] is set to [true]>�[m > �[36m2017-07-21 19:46:59,813 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [AuthenticationEvents] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:46:59,813 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [AuthenticationEvents] is set to [false]>�[m > �[36m2017-07-21 19:46:59,813 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [AuthenticationEvents] is [false].>�[m > �[36m2017-07-21 19:47:03,046 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [Dashboard] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,046 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [Dashboard] is set to [true]>�[m > �[36m2017-07-21 19:47:03,047 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [Dashboard] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,047 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [Dashboard] is set to [false]>�[m > �[36m2017-07-21 19:47:03,048 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [Dashboard] is [false].>�[m > �[36m2017-07-21 19:47:03,231 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [AttributeResolution] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,232 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [AttributeResolution] is set to [true]>�[m > �[36m2017-07-21 19:47:03,232 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [AttributeResolution] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,233 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [AttributeResolution] is set to [false]>�[m > �[36m2017-07-21 19:47:03,233 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [AttributeResolution] is [false].>�[m > �[36m2017-07-21 19:47:03,254 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [ConfigurationState] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,255 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [ConfigurationState] is set to [true]>�[m > �[36m2017-07-21 19:47:03,255 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [ConfigurationState] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,256 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [ConfigurationState] is set to [false]>�[m > �[36m2017-07-21 19:47:03,256 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [ConfigurationState] is [false].>�[m > �[36m2017-07-21 19:47:03,373 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [Status] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,374 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [Status] is set to [true]>�[m > �[36m2017-07-21 19:47:03,375 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [Status] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,376 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [Status] is set to [false]>�[m > �[36m2017-07-21 19:47:03,378 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [Status] is [false].>�[m > �[36m2017-07-21 19:47:03,408 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [SingleSignOnReport] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,409 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [SingleSignOnReport] is set to [true]>�[m > �[36m2017-07-21 19:47:03,409 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [SingleSignOnReport] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,410 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [SingleSignOnReport] is set to [false]>�[m > �[36m2017-07-21 19:47:03,411 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [SingleSignOnReport] is [false].>�[m > �[36m2017-07-21 19:47:03,451 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [LoggingConfig] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,452 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [LoggingConfig] is set to [true]>�[m > �[36m2017-07-21 19:47:03,453 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [LoggingConfig] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,453 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [LoggingConfig] is set to [false]>�[m > �[36m2017-07-21 19:47:03,454 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [LoggingConfig] is [false].>�[m > �[36m2017-07-21 19:47:03,484 DEBUG > [org.apereo.cas.web.report.util.ControllerUtils] - <Located logging > configuration reference in the environment as > [-Djava.util.logging.config.file="C:\bimob\tomcat\conf\logging.properties"]>�[m > �[33m2017-07-21 19:47:03,487 WARN > [org.apereo.cas.web.report.util.ControllerUtils] - �[m > �[36m2017-07-21 19:47:03,507 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [SingleSignOnStatus] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,507 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [SingleSignOnStatus] is set to [true]>�[m > �[36m2017-07-21 19:47:03,508 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [SingleSignOnStatus] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,509 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [SingleSignOnStatus] is set to [false]>�[m > �[36m2017-07-21 19:47:03,509 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [SingleSignOnStatus] is [false].>�[m > �[36m2017-07-21 19:47:03,535 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [SpringWebflowReport] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,535 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [SpringWebflowReport] is set to [true]>�[m > �[36m2017-07-21 19:47:03,536 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [SpringWebflowReport] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,537 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [SpringWebflowReport] is set to [false]>�[m > �[36m2017-07-21 19:47:03,537 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [SpringWebflowReport] is [false].>�[m > �[36m2017-07-21 19:47:03,568 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [Statistics] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,570 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [Statistics] is set to [true]>�[m > �[36m2017-07-21 19:47:03,571 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [Statistics] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,571 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [Statistics] is set to [false]>�[m > �[36m2017-07-21 19:47:03,572 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [Statistics] is [false].>�[m > �[36m2017-07-21 19:47:03,621 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Sensitivity for endpoint > [Metrics] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,622 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default sensitivity for > endpoint [Metrics] is set to [true]>�[m > �[36m2017-07-21 19:47:03,622 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Capability for endpoint > [Metrics] is undefined. Checking defaults...>�[m > �[36m2017-07-21 19:47:03,622 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Default capability for > endpoint [Metrics] is set to [false]>�[m > �[36m2017-07-21 19:47:03,623 DEBUG > [org.apereo.cas.web.report.BaseCasMvcEndpoint] - <Finalized capability for > endpoint [Metrics] is [false].>�[m > �[36m2017-07-21 19:47:05,433 DEBUG > [org.apereo.cas.support.events.listener.CasConfigurationEventListener] - > <Received event > [org.springframework.cloud.context.environment.EnvironmentChangeEvent[source=[]]]>�[m > �[32m2017-07-21 19:47:05,434 INFO > [org.apereo.cas.support.events.listener.CasConfigurationEventListener] - �[m > �[36m2017-07-21 19:47:05,435 DEBUG > [org.apereo.cas.configuration.CasConfigurationPropertiesEnvironmentManager] > - <Reloading CAS configuration via > [cas-org.apereo.cas.configuration.CasConfigurationProperties]>�[m > �[36m2017-07-21 19:47:05,580 DEBUG > [org.apereo.cas.configuration.CasConfigurationPropertiesEnvironmentManager] > - <Reloaded CAS configuration > [cas-org.apereo.cas.configuration.CasConfigurationProperties]>�[m > �[36m2017-07-21 19:47:07,045 DEBUG > [org.apereo.cas.configuration.support.Beans] - <No password encoder shall > be created given the requested encoder type [NONE]>�[m > �[36m2017-07-21 19:47:07,207 DEBUG > [org.apereo.cas.services.DefaultServicesManager] - <Loading services from > [InMemoryServiceRegistry]>�[m > �[32m2017-07-21 19:47:07,211 INFO > [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) > from [InMemoryServiceRegistry].>�[m > �[36m2017-07-21 19:47:07,265 DEBUG > [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Protocol tickets > generated by CAS are not signed/encrypted.>�[m > �[36m2017-07-21 19:47:07,313 DEBUG > [org.apereo.cas.config.CasPersonDirectoryConfiguration] - <Final list of > attribute repositories is [[]]>�[m > �[36m2017-07-21 19:47:07,325 DEBUG > [org.apereo.cas.config.CasPersonDirectoryConfiguration] - <Configured > merging strategy for attribute sources is [REPLACE]>�[m > �[36m2017-07-21 19:47:07,332 DEBUG > [org.apereo.cas.config.CasPersonDirectoryConfiguration] - <No attribute > repository sources are available/defined to merge together.>�[m > �[36m2017-07-21 19:47:07,840 DEBUG > [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Located encryption > key to use for [Ticket-granting Cookie]>�[m > �[36m2017-07-21 19:47:07,841 DEBUG > [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Located signing > key to use for [Ticket-granting Cookie]>�[m > �[36m2017-07-21 19:47:07,862 DEBUG > [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Initialized cipher > encryption sequence via [A128CBC-HS256]>�[m > �[33m2017-07-21 19:47:08,542 WARN > [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - �[m > �[33m2017-07-21 19:47:08,545 WARN > [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated signing > key > [qi9DcdOJc8dTaZ1p9AzGcdy5pDVTlJP5Ls9jpRwp-nJJuKjuDg9r1BxQ0uI47tZnTKgwTFooOQL3TDBAzr91Sw] > > of size [512]. The generated key MUST be added to CAS settings.>�[m > �[33m2017-07-21 19:47:08,546 WARN > [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - �[m > �[33m2017-07-21 19:47:08,546 WARN > [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated > encryption key [qMdOqDeWLldUkCPA] of size [16]. The generated key MUST be > added to CAS settings.>�[m > �[36m2017-07-21 19:47:08,601 DEBUG > [org.apereo.cas.web.report.util.ControllerUtils] - <Located logging > configuration reference in the environment as > [-Djava.util.logging.config.file="C:\bimob\tomcat\conf\logging.properties"]>�[m > �[33m2017-07-21 19:47:08,602 WARN > [org.apereo.cas.web.report.util.ControllerUtils] - �[m > �[32m2017-07-21 19:47:08,648 INFO > [org.apereo.cas.support.events.listener.DefaultCasEventListener] - > <�[36m>�[m > �[32m2017-07-21 19:47:08,653 INFO > [org.apereo.cas.support.events.listener.DefaultCasEventListener] - < > ------------------------------ > > | _ \ | > > *| / \ | _ \ \ \ / /| |) | | | / _ \ | | | | \ V /| _ < | | / ___ \ | |*| > | | | > |*| _\ |_____| /*/ _\ |___*/ |*| > > �[m > �[32m2017-07-21 19:47:08,653 INFO > [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <�[0m>�[m > �[32m2017-07-21 19:47:08,655 INFO > [org.apereo.cas.support.events.listener.DefaultCasEventListener] - <Ready > to process requests @ [2017-07-21T22:47:08.648Z]>�[m > �[32m2017-07-21 19:47:08,659 INFO > [org.apereo.cas.web.CasWebApplicationServletInitializer] - <Started > CasWebApplicationServletInitializer in 37.824 seconds (JVM running for > 53.562)>�[m > �[32m2017-07-21 19:47:08,708 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@1465e1a1] > loaded from FilterConfig.getInitParameter with value [ > https://localhost:8443/cas]>�[m > �[32m2017-07-21 19:47:08,719 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@70833966] > loaded from FilterConfig.getInitParameter with value [ > https://localhost:8443]>�[m > �[32m2017-07-21 19:47:08,719 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@267237aa] > loaded from FilterConfig.getInitParameter with value [true]>�[m > �[32m2017-07-21 19:47:08,720 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@7ce6e3b9] > loaded from FilterConfig.getInitParameter with value [true]>�[m > �[32m2017-07-21 19:47:08,720 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@1465e1a1] > loaded from FilterConfig.getInitParameter with value [ > https://localhost:8443/cas]>�[m > �[32m2017-07-21 19:47:08,731 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@70833966] > loaded from FilterConfig.getInitParameter with value [ > https://localhost:8443]>�[m > �[32m2017-07-21 19:47:08,732 INFO > [org.jasig.cas.client.configuration.WebXmlConfigurationStrategyImpl] - > <Property [org.jasig.cas.client.configuration.ConfigurationKey@47b57d6d] > loaded from FilterConfig.getInitParameter with value [ > https://localhost:8443/cas/login]>�[m > �[36m2017-07-21 19:47:28,672 DEBUG > [org.apereo.cas.services.DefaultServicesManager] - <Loading services from > [InMemoryServiceRegistry]>�[m > �[32m2017-07-21 19:47:28,673 INFO > [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) > from [InMemoryServiceRegistry].>�[m > �[36m2017-07-21 19:47:28,693 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - > <Creating new transaction with name > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]: > PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>�[m > �[36m2017-07-21 19:47:28,694 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - > <Creating new transaction with name > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]: > PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>�[m > �[36m2017-07-21 19:47:28,700 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:47:28,700 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:47:28,702 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] > expired tickets found.>�[m > �[32m2017-07-21 19:47:28,702 INFO > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] > expired tickets removed.>�[m > �[36m2017-07-21 19:47:28,702 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:47:28,702 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:47:28,706 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > �[36m2017-07-21 19:47:28,707 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > �[36m2017-07-21 19:47:28,707 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > �[36m2017-07-21 19:47:40,861 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,862 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:40,911 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,912 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:40,931 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,931 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:40,954 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,954 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:40,970 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,971 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:40,989 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:40,989 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,009 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,009 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,029 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,030 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,045 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,045 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,060 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,060 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,075 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,076 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,092 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,092 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,106 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,107 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,121 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,121 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,140 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,140 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,159 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,160 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,177 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,178 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,192 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,193 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,210 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,210 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,221 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,221 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:47:41,235 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Decoded cookie > value is [null]>�[m > �[36m2017-07-21 19:47:41,236 DEBUG > [org.apereo.cas.web.support.DefaultCasCookieValueManager] - <Retrieved > decoded cookie value is blank. Failed to decode cookie [TGC]>�[m > �[36m2017-07-21 19:48:28,675 DEBUG > [org.apereo.cas.services.DefaultServicesManager] - <Loading services from > [InMemoryServiceRegistry]>�[m > �[32m2017-07-21 19:48:28,676 INFO > [org.apereo.cas.services.DefaultServicesManager] - <Loaded [0] service(s) > from [InMemoryServiceRegistry].>�[m > �[36m2017-07-21 19:48:58,708 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - > <Creating new transaction with name > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]: > PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>�[m > �[36m2017-07-21 19:48:58,709 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - > <Creating new transaction with name > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]: > PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>�[m > �[36m2017-07-21 19:48:58,709 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:48:58,709 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:48:58,710 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] > expired tickets found.>�[m > �[32m2017-07-21 19:48:58,710 INFO > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] > expired tickets removed.>�[m > �[36m2017-07-21 19:48:58,710 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:48:58,710 DEBUG > [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - �[m > �[36m2017-07-21 19:48:58,711 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > �[36m2017-07-21 19:48:58,711 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > �[36m2017-07-21 19:48:58,711 DEBUG > [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - �[m > > ======= > catalina.log > ======= > > �[32m2017-07-21 19:46:34,952 INFO > [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] > - <Configuration files found at [\etc\cas\config] are > [[\etc\cas\config\application.yml, \etc\cas\config\cas.properties]]>�[m > �[32m2017-07-21 19:46:35,012 INFO > [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration] > - <Found and loaded [19] setting(s) from [\etc\cas\config]>�[m > �[32m2017-07-21 19:46:35,014 INFO > [org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration] > > - <Located property source: PropertiesPropertySource > [name='standaloneCasConfigService']>�[m > �[33m2017-07-21 19:46:35,023 WARN > [org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration] > > - <Logging config file location > '-Djava.util.logging.config.file="C:\bimob\tomcat\conf\logging.properties"' > cannot be opened and will be ignored>�[m > �[32m2017-07-21 19:46:35,034 INFO > [org.apereo.cas.web.CasWebApplicationServletInitializer] - �[m > �[33m2017-07-21 19:46:43,224 WARN > [org.apereo.cas.config.CasCoreTicketsConfiguration] - �[m > �[36m2017-07-21 19:46:43,264 DEBUG > [org.apereo.cas.configuration.support.Beans] - <Ticket registry > encryption/signing is turned off. This MAY NOT be safe in a clustered > production environment. Consider using other choices to handle encryption, > signing and verification of ticket registry tickets, and verify the chosen > ticket registry does support this behavior.>�[m > �[36m2017-07-21 19:46:50,067 DEBUG > [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Ticket-granting > ticket expiration policy is based on hard/idle timeouts of [28800]/[7200] > seconds>�[m > �[36m2017-07-21 19:46:50,302 DEBUG > [org.apereo.cas.config.CasCoreConfiguration] - <Configuring authentication > request service selection strategy plan > [CasCoreAuthenticationServiceSelectionStrategyConfiguration]>�[m > �[36m2017-07-21 19:46:51,347 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan [CasJdbcAuthenticationConfiguration]>�[m > �[36m2017-07-21 19:46:51,358 DEBUG > [org.apereo.cas.configuration.support.Beans] - �[m > �[36m2017-07-21 19:46:51,359 DEBUG > [org.apereo.cas.adaptors.jdbc.config.CasJdbcAuthenticationConfiguration] - > <Created and mapped principal attributes [{}] for > [jdbc:postgresql://localhost:5432/bimob]...>�[m > �[36m2017-07-21 19:46:51,432 DEBUG > [org.apereo.cas.configuration.support.Beans] - <Creating default password > encoder with encoding alg [MD5] and character encoding [UTF-8]>�[m > �[36m2017-07-21 19:46:51,438 DEBUG > [org.apereo.cas.adaptors.jdbc.config.CasJdbcAuthenticationConfiguration] - > <Created authentication handler [QueryDatabaseAuthenticationHandler] to > handle database url at [jdbc:postgresql://localhost:5432/bimob]>�[m > �[36m2017-07-21 19:46:51,501 DEBUG > [org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - > <Registering handler [QueryDatabaseAuthenticationHandler] principal > resolver > [org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver@477253d0[returnNullIfNoAttributes=false,principalAttributeName=]] > > into the execution plan>�[m > �[36m2017-07-21 19:46:51,502 DEBUG > [org.apereo.cas.config.CasCoreAuthenticationConfiguration] - <Configuring > authentication execution plan > [CasCoreAuthenticationHandlersConfiguration]>�[m > ... -- - 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/040d0fa5-d4af-404d-bf64-f5fe4ec2bcf6%40apereo.org.
