Hi Community

Currently we use the CAS in version 5.3.8. There are two instances which 
share tickets through the ehcache (version 2.10.5). The CAS gets his 
property data from the cas config server. The problem we are facing applies 
to the EhCache disk storage.

Unfortunately the tickets are not saved to disk although disk overflow is 
configured. I have spent some time with debugging but currently I am not 
able to find the problem.
The ehcache ticket registry works well in memory but as soon as the memory 
max ticket size is reached the tickets will be deleted from memory. the 
configured storage on disk stays empty without any cache file.

here is the ehcache configuration from the cas config server:

*## CAS EhCache Parameters*
cas.ticket.registry.ehcache.replicateUpdatesViaCopy=true
#cas.ticket.registry.ehcache.cacheManagerName=ehCacheTicketRegistryCache
cas.ticket.registry.ehcache.cacheManagerName=ehcacheTicketCacheManager
cas.ticket.registry.ehcache.replicatePuts=true
cas.ticket.registry.ehcache.replicateUpdates=true
cas.ticket.registry.ehcache.memoryStoreEvictionPolicy=LRU
cas.ticket.registry.ehcache.configLocation=classpath:/xy/fakedomain/config/${environment.target}/${xy.fakedomain.node.id}/ehcache-replicated.xml
cas.ticket.registry.ehcache.maximumBatchSize=100
cas.ticket.registry.ehcache.shared=true
cas.ticket.registry.ehcache.replicationInterval=10000
#cas.ticket.registry.ehcache.cacheTimeToLive=15724800
cas.ticket.registry.ehcache.diskExpiryThreadIntervalSeconds=240
cas.ticket.registry.ehcache.replicateRemovals=true
cas.ticket.registry.ehcache.maxChunkSize=5000000
cas.ticket.registry.ehcache.maxElementsOnDisk=100000
#cas.ticket.registry.ehcache.maxElementsInCache=5
cas.ticket.registry.ehcache.maxElementsInMemory=10000
cas.ticket.registry.ehcache.eternal=false
cas.ticket.registry.ehcache.loaderAsync=true
cas.ticket.registry.ehcache.replicatePutsViaCopy=true
#cas.ticket.registry.ehcache.cacheTimeToIdle=604800
cas.ticket.registry.ehcache.persistence=DISTRIBUTED
cas.ticket.registry.ehcache.synchronousWrites=false

*ehcache-replicated.xml (one of both files)*
<ehcache name="ehcacheTicketCacheManager"
         updateCheck="false"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd";>

    <diskStore path="/path/to/diskstore/"/>

   
    <cacheManagerPeerProviderFactory
            
class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
            
properties="peerDiscovery=manual,rmiUrls=//servername2.xy.domain.com:51001/serviceTicketsCache|//servername2.xy.domain.com:51001/ticketGrantingTicketsCache"
 
/>

    <cacheManagerPeerListenerFactory
            
class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
            
properties="port=41001,remoteObjectPort=41002,socketTimeoutMillis=2000"/>

</ehcache>


*Logfile 1 - set to log net.sf.ehcache*
attached as file ehcache.log

*Logfile 2 - set to log *
*org.apereo.cas.config.EhcacheTicketRegistryConfiguration*
*org.apereo.cas.config.EhcacheTicketRegistryTicketCatalogConfiguration*
*org.apereo.cas.ticket.registry*
attached as file ehcacheCas.log

Any help would be very appreciated
Many thanks

-- 
- 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/93ff7025-2a5d-4625-b864-58a7049c3931n%40apereo.org.
2020-09-14 11:47:22,248 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Constructing 
Ehcache cache [serviceTicketsCache]>
2020-09-14 11:47:22,624 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Created Ehcache 
cache [serviceTicketsCache] for 
[DefaultTicketDefinition(implementationClass=class 
org.apereo.cas.ticket.ServiceTicketImpl, prefix=ST, 
properties=DefaultTicketDefinitionProperties(cascade=false, 
storageName=serviceTicketsCache, storageTimeout=3600, storagePassword=null), 
order=-2147483648)]>
2020-09-14 11:47:22,624 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalHeap=[1]>
2020-09-14 11:47:22,624 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalDisk=[10000]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesInCache=[0]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.persistenceConfiguration=[DISTRIBUTED]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.synchronousWrites=[false]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToLive=[3600]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToIdle=[3600]>
2020-09-14 11:47:22,625 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.cacheManager=[ehcacheTicketCacheManager]>
2020-09-14 11:47:26,198 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Constructing 
Ehcache cache [proxyTicketsCache]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Created Ehcache 
cache [proxyTicketsCache] for 
[DefaultTicketDefinition(implementationClass=class 
org.apereo.cas.ticket.ProxyTicketImpl, prefix=PT, 
properties=DefaultTicketDefinitionProperties(cascade=false, 
storageName=proxyTicketsCache, storageTimeout=10, storagePassword=null), 
order=-2147483648)]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalHeap=[1]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalDisk=[10000]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesInCache=[0]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.persistenceConfiguration=[DISTRIBUTED]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.synchronousWrites=[false]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToLive=[10]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToIdle=[10]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.cacheManager=[ehcacheTicketCacheManager]>
2020-09-14 11:47:26,222 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Constructing 
Ehcache cache [ticketGrantingTicketsCache]>
2020-09-14 11:47:26,244 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Created Ehcache 
cache [ticketGrantingTicketsCache] for 
[DefaultTicketDefinition(implementationClass=class 
org.apereo.cas.ticket.TicketGrantingTicketImpl, prefix=TGT, 
properties=DefaultTicketDefinitionProperties(cascade=false, 
storageName=ticketGrantingTicketsCache, storageTimeout=7200, 
storagePassword=null), order=2147483647)]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalHeap=[1]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalDisk=[10000]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesInCache=[0]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.persistenceConfiguration=[DISTRIBUTED]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.synchronousWrites=[false]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToLive=[7200]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToIdle=[7200]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.cacheManager=[ehcacheTicketCacheManager]>
2020-09-14 11:47:26,245 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Constructing 
Ehcache cache [transientSessionTicketsCache]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Created Ehcache 
cache [transientSessionTicketsCache] for 
[DefaultTicketDefinition(implementationClass=class 
org.apereo.cas.ticket.TransientSessionTicketImpl, prefix=TST, 
properties=DefaultTicketDefinitionProperties(cascade=false, 
storageName=transientSessionTicketsCache, storageTimeout=300, 
storagePassword=null), order=2147483647)]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalHeap=[1]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalDisk=[10000]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesInCache=[0]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.persistenceConfiguration=[DISTRIBUTED]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.synchronousWrites=[false]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToLive=[300]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToIdle=[300]>
2020-09-14 11:47:26,254 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.cacheManager=[ehcacheTicketCacheManager]>
2020-09-14 11:47:26,255 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Constructing 
Ehcache cache [proxyGrantingTicketsCache]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <Created Ehcache 
cache [proxyGrantingTicketsCache] for 
[DefaultTicketDefinition(implementationClass=class 
org.apereo.cas.ticket.ProxyGrantingTicketImpl, prefix=PGT, 
properties=DefaultTicketDefinitionProperties(cascade=false, 
storageName=proxyGrantingTicketsCache, storageTimeout=7200, 
storagePassword=null), order=2147483647)]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalHeap=[1]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesLocalDisk=[10000]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.maxEntriesInCache=[0]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.persistenceConfiguration=[DISTRIBUTED]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.synchronousWrites=[false]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToLive=[7200]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.timeToIdle=[7200]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - 
<TicketCache.cacheManager=[ehcacheTicketCacheManager]>
2020-09-14 11:47:26,264 DEBUG 
[org.apereo.cas.config.EhcacheTicketRegistryConfiguration] - <The following 
caches are available: [proxyGrantingTicketsCache]>
2020-09-14 11:46:55,780 DEBUG [net.sf.ehcache.config.ConfigurationFactory] - 
<Configuring ehcache from InputStream>
2020-09-14 11:46:55,817 DEBUG [net.sf.ehcache.config.BeanHandler] - <Ignoring 
ehcache attribute xmlns:xsi>
2020-09-14 11:46:55,817 DEBUG [net.sf.ehcache.config.BeanHandler] - <Ignoring 
ehcache attribute xsi:noNamespaceSchemaLocation>
2020-09-14 11:46:55,821 DEBUG [net.sf.ehcache.config.DiskStoreConfiguration] - 
<Disk Store Path: C:\opt\cas2\config\ehcache\diskstore\node1>
2020-09-14 11:46:55,850 DEBUG [net.sf.ehcache.CacheManager] - <Creating new 
CacheManager with Configuration Object>
2020-09-14 11:46:55,857 DEBUG [net.sf.ehcache.util.PropertyUtil] - 
<propertiesString is null.>
2020-09-14 11:46:55,906 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - <No 
CacheManagerEventListenerFactory class specified. Skipping...>
2020-09-14 11:46:55,911 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for hostName: null>
2020-09-14 11:46:55,911 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for port: 41001>
2020-09-14 11:46:55,911 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for remoteObjectPort: 41002>
2020-09-14 11:46:55,911 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for socketTimeoutMillis: 2000>
2020-09-14 11:46:55,925 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for peerDiscovery: manual>
2020-09-14 11:46:55,926 DEBUG [net.sf.ehcache.util.PropertyUtil] - <Value found 
for rmiUrls: 
//localhost:51001/serviceTicketsCache|//localhost:51001/ticketGrantingTicketsCache>
2020-09-14 11:46:55,928 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory] - <Registering 
peer //localhost:51001/serviceTicketsCache>
2020-09-14 11:46:55,928 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory] - <Registering 
peer //localhost:51001/ticketGrantingTicketsCache>
2020-09-14 11:46:56,946 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <0 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:22,251 DEBUG [net.sf.ehcache.CacheManager] - <Attempting to 
create an existing singleton. Existing singleton returned.>
2020-09-14 11:47:22,385 DEBUG [net.sf.ehcache.Cache] - <No 
BootstrapCacheLoaderFactory class specified. Skipping...>
2020-09-14 11:47:22,385 DEBUG [net.sf.ehcache.Cache] - <CacheWriter factory not 
configured. Skipping...>
2020-09-14 11:47:22,435 DEBUG [net.sf.ehcache.store.MemoryStore] - <Initialized 
net.sf.ehcache.store.MemoryStore for serviceTicketsCache>
2020-09-14 11:47:22,525 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE>
2020-09-14 11:47:22,527 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES>
2020-09-14 11:47:22,527 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE>
2020-09-14 11:47:22,527 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE_BYTES>
2020-09-14 11:47:22,527 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: WRITER_QUEUE_LENGTH>
2020-09-14 11:47:22,527 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: REMOTE_SIZE>
2020-09-14 11:47:22,528 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LAST_REJOIN_TIMESTAMP>
2020-09-14 11:47:22,585 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_GET>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_PUT>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_REMOVE>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_GET>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_PUT>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_REMOVE>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_COMMIT>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_ROLLBACK>
2020-09-14 11:47:22,587 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_RECOVERY>
2020-09-14 11:47:22,588 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: CLUSTER_EVENT>
2020-09-14 11:47:22,588 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: NONSTOP>
2020-09-14 11:47:22,596 DEBUG [net.sf.ehcache.Cache] - <Initialised cache: 
serviceTicketsCache>
2020-09-14 11:47:22,598 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <Adding to RMI 
listener>
2020-09-14 11:47:22,598 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Attempting to acquire 
cache peers for cache serviceTicketsCache to bootstrap from. Will wait up to 
0ms for cache to join cluster.>
2020-09-14 11:47:22,599 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerProvider] - <Lookup URL 
//localhost:51001/serviceTicketsCache>
2020-09-14 11:47:22,624 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <1 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:26,198 DEBUG 
[net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider] - <Looking up 
rmiUrl //localhost:51001/serviceTicketsCache through exception Connection 
refused to host: localhost; nested exception is: 
        java.net.ConnectException: Connection refused: connect. This may be 
normal if a node has gone offline. Or it may indicate network connectivity 
difficulties>
java.rmi.ConnectException: Connection refused to host: localhost; nested 
exception is: 
        java.net.ConnectException: Connection refused: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) 
~[?:1.8.0_66]
        at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) 
~[?:1.8.0_66]
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) 
~[?:1.8.0_66]
        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342) ~[?:1.8.0_66]
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source) 
~[?:1.8.0_66]
        at java.rmi.Naming.lookup(Naming.java:101) ~[?:1.8.0_66]
        at 
net.sf.ehcache.distribution.RMICacheManagerPeerProvider.lookupRemoteCachePeer(RMICacheManagerPeerProvider.java:127)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider.listRemoteCachePeers(ManualRMICacheManagerPeerProvider.java:95)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.listRemoteCachePeers(RMIBootstrapCacheLoader.java:245)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.acquireCachePeers(RMIBootstrapCacheLoader.java:198)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.doLoad(RMIBootstrapCacheLoader.java:132)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader$BootstrapThread.run(RMIBootstrapCacheLoader.java:107)
 ~[ehcache-2.10.5.jar:2.10.5]
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
~[?:1.8.0_66]
        at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
 ~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 ~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
~[?:1.8.0_66]
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) 
~[?:1.8.0_66]
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
~[?:1.8.0_66]
        at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_66]
        at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_66]
        at java.net.Socket.<init>(Socket.java:434) ~[?:1.8.0_66]
        at java.net.Socket.<init>(Socket.java:211) ~[?:1.8.0_66]
        at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
 ~[?:1.8.0_66]
        at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
 ~[?:1.8.0_66]
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) 
~[?:1.8.0_66]
        ... 11 more
2020-09-14 11:47:26,199 DEBUG [net.sf.ehcache.CacheManager] - <Attempting to 
create an existing singleton. Existing singleton returned.>
2020-09-14 11:47:26,201 DEBUG [net.sf.ehcache.Cache] - <No 
BootstrapCacheLoaderFactory class specified. Skipping...>
2020-09-14 11:47:26,201 DEBUG [net.sf.ehcache.Cache] - <CacheWriter factory not 
configured. Skipping...>
2020-09-14 11:47:26,202 DEBUG [net.sf.ehcache.store.MemoryStore] - <Initialized 
net.sf.ehcache.store.MemoryStore for proxyTicketsCache>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE_BYTES>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: WRITER_QUEUE_LENGTH>
2020-09-14 11:47:26,204 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: REMOTE_SIZE>
2020-09-14 11:47:26,205 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LAST_REJOIN_TIMESTAMP>
2020-09-14 11:47:26,206 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_GET>
2020-09-14 11:47:26,207 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_PUT>
2020-09-14 11:47:26,207 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_REMOVE>
2020-09-14 11:47:26,207 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_GET>
2020-09-14 11:47:26,207 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_PUT>
2020-09-14 11:47:26,208 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_REMOVE>
2020-09-14 11:47:26,208 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_COMMIT>
2020-09-14 11:47:26,208 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_ROLLBACK>
2020-09-14 11:47:26,208 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_RECOVERY>
2020-09-14 11:47:26,209 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: CLUSTER_EVENT>
2020-09-14 11:47:26,209 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: NONSTOP>
2020-09-14 11:47:26,213 DEBUG [net.sf.ehcache.Cache] - <Initialised cache: 
proxyTicketsCache>
2020-09-14 11:47:26,213 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <Adding to RMI 
listener>
2020-09-14 11:47:26,214 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Attempting to acquire 
cache peers for cache proxyTicketsCache to bootstrap from. Will wait up to 0ms 
for cache to join cluster.>
2020-09-14 11:47:26,222 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <2 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:26,223 DEBUG [net.sf.ehcache.CacheManager] - <Attempting to 
create an existing singleton. Existing singleton returned.>
2020-09-14 11:47:26,225 DEBUG [net.sf.ehcache.Cache] - <No 
BootstrapCacheLoaderFactory class specified. Skipping...>
2020-09-14 11:47:26,225 DEBUG [net.sf.ehcache.Cache] - <CacheWriter factory not 
configured. Skipping...>
2020-09-14 11:47:26,227 DEBUG [net.sf.ehcache.store.MemoryStore] - <Initialized 
net.sf.ehcache.store.MemoryStore for ticketGrantingTicketsCache>
2020-09-14 11:47:26,228 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE>
2020-09-14 11:47:26,229 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES>
2020-09-14 11:47:26,229 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE>
2020-09-14 11:47:26,230 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE_BYTES>
2020-09-14 11:47:26,230 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: WRITER_QUEUE_LENGTH>
2020-09-14 11:47:26,230 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: REMOTE_SIZE>
2020-09-14 11:47:26,230 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LAST_REJOIN_TIMESTAMP>
2020-09-14 11:47:26,231 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_GET>
2020-09-14 11:47:26,232 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_PUT>
2020-09-14 11:47:26,232 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_REMOVE>
2020-09-14 11:47:26,232 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_GET>
2020-09-14 11:47:26,232 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_PUT>
2020-09-14 11:47:26,232 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_REMOVE>
2020-09-14 11:47:26,233 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_COMMIT>
2020-09-14 11:47:26,233 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_ROLLBACK>
2020-09-14 11:47:26,233 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_RECOVERY>
2020-09-14 11:47:26,234 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: CLUSTER_EVENT>
2020-09-14 11:47:26,235 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: NONSTOP>
2020-09-14 11:47:26,238 DEBUG [net.sf.ehcache.Cache] - <Initialised cache: 
ticketGrantingTicketsCache>
2020-09-14 11:47:26,239 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <Adding to RMI 
listener>
2020-09-14 11:47:26,239 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Attempting to acquire 
cache peers for cache ticketGrantingTicketsCache to bootstrap from. Will wait 
up to 0ms for cache to join cluster.>
2020-09-14 11:47:26,239 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerProvider] - <Lookup URL 
//localhost:51001/ticketGrantingTicketsCache>
2020-09-14 11:47:26,244 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <3 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:26,245 DEBUG [net.sf.ehcache.CacheManager] - <Attempting to 
create an existing singleton. Existing singleton returned.>
2020-09-14 11:47:26,246 DEBUG [net.sf.ehcache.Cache] - <No 
BootstrapCacheLoaderFactory class specified. Skipping...>
2020-09-14 11:47:26,246 DEBUG [net.sf.ehcache.Cache] - <CacheWriter factory not 
configured. Skipping...>
2020-09-14 11:47:26,247 DEBUG [net.sf.ehcache.store.MemoryStore] - <Initialized 
net.sf.ehcache.store.MemoryStore for transientSessionTicketsCache>
2020-09-14 11:47:26,247 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE>
2020-09-14 11:47:26,247 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES>
2020-09-14 11:47:26,247 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE_BYTES>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: WRITER_QUEUE_LENGTH>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: REMOTE_SIZE>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LAST_REJOIN_TIMESTAMP>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_GET>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_PUT>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_REMOVE>
2020-09-14 11:47:26,248 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_GET>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_PUT>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_REMOVE>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_COMMIT>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_ROLLBACK>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_RECOVERY>
2020-09-14 11:47:26,249 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: CLUSTER_EVENT>
2020-09-14 11:47:26,250 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: NONSTOP>
2020-09-14 11:47:26,251 DEBUG [net.sf.ehcache.Cache] - <Initialised cache: 
transientSessionTicketsCache>
2020-09-14 11:47:26,251 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <Adding to RMI 
listener>
2020-09-14 11:47:26,251 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Attempting to acquire 
cache peers for cache transientSessionTicketsCache to bootstrap from. Will wait 
up to 0ms for cache to join cluster.>
2020-09-14 11:47:26,254 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <4 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:26,255 DEBUG [net.sf.ehcache.CacheManager] - <Attempting to 
create an existing singleton. Existing singleton returned.>
2020-09-14 11:47:26,256 DEBUG [net.sf.ehcache.Cache] - <No 
BootstrapCacheLoaderFactory class specified. Skipping...>
2020-09-14 11:47:26,256 DEBUG [net.sf.ehcache.Cache] - <CacheWriter factory not 
configured. Skipping...>
2020-09-14 11:47:26,256 DEBUG [net.sf.ehcache.store.MemoryStore] - <Initialized 
net.sf.ehcache.store.MemoryStore for proxyGrantingTicketsCache>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LOCAL_DISK_SIZE_BYTES>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: WRITER_QUEUE_LENGTH>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: REMOTE_SIZE>
2020-09-14 11:47:26,257 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Pass-Through Statistic: LAST_REJOIN_TIMESTAMP>
2020-09-14 11:47:26,258 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_GET>
2020-09-14 11:47:26,258 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_PUT>
2020-09-14 11:47:26,258 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: OFFHEAP_REMOVE>
2020-09-14 11:47:26,258 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_GET>
2020-09-14 11:47:26,258 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_PUT>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: DISK_REMOVE>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_COMMIT>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_ROLLBACK>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: XA_RECOVERY>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: CLUSTER_EVENT>
2020-09-14 11:47:26,259 DEBUG 
[net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - <Mocking 
Operation Statistic: NONSTOP>
2020-09-14 11:47:26,261 DEBUG [net.sf.ehcache.Cache] - <Initialised cache: 
proxyGrantingTicketsCache>
2020-09-14 11:47:26,261 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <Adding to RMI 
listener>
2020-09-14 11:47:26,261 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Attempting to acquire 
cache peers for cache proxyGrantingTicketsCache to bootstrap from. Will wait up 
to 0ms for cache to join cluster.>
2020-09-14 11:47:26,264 DEBUG 
[net.sf.ehcache.distribution.RMICacheManagerPeerListener] - <5 RMICachePeers 
bound in registry for RMI listener>
2020-09-14 11:47:27,199 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <cache peers: []>
2020-09-14 11:47:27,199 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Empty list of cache 
peers for cache serviceTicketsCache. No cache peer to bootstrap from.>
2020-09-14 11:47:27,215 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <cache peers: []>
2020-09-14 11:47:27,215 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Empty list of cache 
peers for cache proxyTicketsCache. No cache peer to bootstrap from.>
2020-09-14 11:47:27,242 DEBUG 
[net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider] - <Looking up 
rmiUrl //localhost:51001/ticketGrantingTicketsCache through exception 
Connection refused to host: localhost; nested exception is: 
        java.net.ConnectException: Connection refused: connect. This may be 
normal if a node has gone offline. Or it may indicate network connectivity 
difficulties>
java.rmi.ConnectException: Connection refused to host: localhost; nested 
exception is: 
        java.net.ConnectException: Connection refused: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) 
~[?:1.8.0_66]
        at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) 
~[?:1.8.0_66]
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) 
~[?:1.8.0_66]
        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342) ~[?:1.8.0_66]
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source) 
~[?:1.8.0_66]
        at java.rmi.Naming.lookup(Naming.java:101) ~[?:1.8.0_66]
        at 
net.sf.ehcache.distribution.RMICacheManagerPeerProvider.lookupRemoteCachePeer(RMICacheManagerPeerProvider.java:127)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider.listRemoteCachePeers(ManualRMICacheManagerPeerProvider.java:95)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.listRemoteCachePeers(RMIBootstrapCacheLoader.java:245)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.acquireCachePeers(RMIBootstrapCacheLoader.java:198)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader.doLoad(RMIBootstrapCacheLoader.java:132)
 ~[ehcache-2.10.5.jar:2.10.5]
        at 
net.sf.ehcache.distribution.RMIBootstrapCacheLoader$BootstrapThread.run(RMIBootstrapCacheLoader.java:107)
 ~[ehcache-2.10.5.jar:2.10.5]
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
~[?:1.8.0_66]
        at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
 ~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 ~[?:1.8.0_66]
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
~[?:1.8.0_66]
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) 
~[?:1.8.0_66]
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
~[?:1.8.0_66]
        at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_66]
        at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_66]
        at java.net.Socket.<init>(Socket.java:434) ~[?:1.8.0_66]
        at java.net.Socket.<init>(Socket.java:211) ~[?:1.8.0_66]
        at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
 ~[?:1.8.0_66]
        at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
 ~[?:1.8.0_66]
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) 
~[?:1.8.0_66]
        ... 11 more
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <cache peers: []>
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <cache peers: []>
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <cache peers: []>
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Empty list of cache 
peers for cache ticketGrantingTicketsCache. No cache peer to bootstrap from.>
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Empty list of cache 
peers for cache proxyGrantingTicketsCache. No cache peer to bootstrap from.>
2020-09-14 11:47:28,243 DEBUG 
[net.sf.ehcache.distribution.RMIBootstrapCacheLoader] - <Empty list of cache 
peers for cache transientSessionTicketsCache. No cache peer to bootstrap from.>

Reply via email to