Hi, We have 8 Webservers which talk to a single Remote Cache Server. After some time, the Remote Server stops sending updates to some of the registered clients. This is a production server issue and the only way for me to re-register the client is to bounce that client, which is not a good solution. Is there any configuration attributes that might help?
Please can you tell me why this is happenning. Following is client Config: jcs.auxiliary.RC.attributes.RemoteHost=prdjcs01 jcs.auxiliary.RC.attributes.RemotePort=1101 jcs.region.rCache=RC jcs.region.rCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.rCache.cacheattributes.MaxObjects=100000 jcs.region.rCache.cacheattributes.UseMemoryShrinker=true jcs.region.rCache.cacheattributes.ShrinkerIntervalSeconds=600 jcs.region.rCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.rCache.elementattributes.MaxLifeSeconds=86400 jcs.region.rCache.elementattributes.IsEternal=false jcs.region.rCache.elementattributes.IsSpool=true jcs.region.rCache.elementattributes.IsRemote=true jcs.region.rCache.elementattributes.IsLateral=true Following is the Remote Server Config: registry.host=localhost registry.port=1101 remote.cache.service.port=1101 remote.cluster.LocalClusterConsistency=true remote.cluster.AllowClusterGet=true jcs.default= jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.default.cacheattributes.MaxObjects=450000 jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.default.cacheattributes.UseMemoryShrinker=false jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=100 jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes jcs.default.elementattributes.IsEternal=false jcs.default.elementattributes.MaxLifeSeconds=2000000 jcs.default.elementattributes.IsSpool=true jcs.default.elementattributes.IsRemote=true jcs.default.elementattributes.IsLateral=true This is quite urgent and any help will be really helpful. Thanks, Sachin -- View this message in context: http://www.nabble.com/Remote-Cache-Server-unregistering-Client-tp23634538p23634538.html Sent from the JCS - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscr...@jakarta.apache.org For additional commands, e-mail: jcs-users-h...@jakarta.apache.org