Hi, 

I have configured memcached and JDBC for tickets and service registry 
respectively but the following logs is reflected, can someone advice if 
this is a bug ? 


2017-05-05 19:07:22,351 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-05-05 19:07:22,366 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.>


My cas.properties as follows:

# Memcached ticket registry
cas.ticket.registry.memcached.servers=127.0.0.1:11211,localhost:11211
cas.ticket.registry.memcached.locatorType=ARRAY_MOD
cas.ticket.registry.memcached.failureMode=Redistribute
cas.ticket.registry.memcached.hashAlgorithm=FNV1_64_HASH

cas.ticket.registry.memcached.crypto.signing.key=ct4ig4OGF9b2U5vVA8hcGRip46w4qkeXk6ziDEjwgIWQgUzCakkqsUpAEC0UqUgjOqfJ1YKh3TVl98PG47BsDw
cas.ticket.registry.memcached.crypto.signing.keySize=512
cas.ticket.registry.memcached.crypto.encryption.key=rxqygAxmAetfPIZO
cas.ticket.registry.memcached.crypto.encryption.keySize=16
cas.ticket.registry.memcached.crypto.alg=AES

# service registry
cas.serviceRegistry.watcherEnabled=true
cas.serviceRegistry.repeatInterval=120000
cas.serviceRegistry.startDelay=15000
cas.serviceRegistry.initFromJson=true

cas.serviceRegistry.jpa.healthQuery=SELECT 1 FROM INFORMATION_SCHEMA.TABLES
cas.serviceRegistry.jpa.isolateInternalQueries=false
cas.serviceRegistry.jpa.url=jdbc:sqlserver://127.0.0.1:1433;databaseName=CAS5
cas.serviceRegistry.jpa.failFast=true
cas.serviceRegistry.jpa.dialect=org.hibernate.dialect.SQLServer2012Dialect
cas.serviceRegistry.jpa.leakThreshold=10
cas.serviceRegistry.jpa.batchSize=1
cas.serviceRegistry.jpa.user=casAdmin
cas.serviceRegistry.jpa.ddlAuto=create-drop
cas.serviceRegistry.jpa.password=changeit
cas.serviceRegistry.jpa.autocommit=false
cas.serviceRegistry.jpa.driverClass=com.microsoft.sqlserver.jdbc.SQLServerDriver
cas.serviceRegistry.jpa.idleTimeout=5000
cas.serviceRegistry.jpa.show_sql=true
# cas.serviceRegistry.jpa.dataSourceName=
# cas.serviceRegistry.jpa.dataSourceProxy=false

cas.serviceRegistry.jpa.pool.suspension=false
cas.serviceRegistry.jpa.pool.minSize=6
cas.serviceRegistry.jpa.pool.maxSize=18
cas.serviceRegistry.jpa.pool.maxWait=2000

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
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/40bbb6ec-315d-4c75-aaef-64bb0ff4928e%40apereo.org.

Reply via email to