Hi James, Thanks for your help. I've just realised that I've sent you the wrong config ;) I took out the TCP from TransmissionType in an attempt to force an error - and then forgot to include it again.
Sorry - a copy and paste on my part. The config I'm actually using, which still generates the problem is attached :) This error is also appearing directly after the DEBUG output: 2004-03-16 09:47:31,203 [main] ERROR org.apache.jcs.auxiliary.lateral.LateralCacheManager - Type not recognized, must zombie The actual config: ;) # DEFAULT CACHE REGION jcs.default=DC jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttribut es jcs.default.cacheattributes.MaxObjects=1000 jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory .lru.LRUMemoryCache jcs.default.elementattributes.IsLateral=true # System CACHE REGION jcs.system.groupIdCache=DC jcs.system.groupIdCache.cacheattributes=org.apache.jcs.engine.CompositeC acheAttributes jcs.system.groupIdCache.cacheattributes.MaxObjects=10000 jcs.system.groupIdCache.cacheattributes.MemoryCacheName=org.apache.jcs.e ngine.memory.lru.LRUMemoryCache # PRE-DEFINED CACHE REGIONS jcs.region.main=DC,LTCP jcs.region.main.cacheattributes=org.apache.jcs.engine.CompositeCacheAttr ibutes jcs.region.main.cacheattributes.MaxObjects=1000 jcs.region.main.cacheattributes.MemoryCacheName=org.apache.jcs.engine.me mory.lru.LRUMemoryCache jcs.region.main.cacheattributes.UseMemoryShrinker=true jcs.region.main.cacheattributes.MaxMemoryIdleTimeSeconds=3600 jcs.region.main.cacheattributes.ShrinkerIntervalSeconds=60 # AVAILABLE AUXILIARY CACHES jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheF actory jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.Indexe dDiskCacheAttributes jcs.auxiliary.DC.attributes.DiskPath=/www/cocoon/webapps/cocoon/index-di sk-cache jcs.auxiliary.LTCP=org.apache.jcs.auxiliary.lateral.LateralCacheFactory jcs.auxiliary.LTCP.attributes=org.apache.jcs.auxiliary.lateral.LateralCa cheAttributes jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP jcs.auxiliary.LTCP.attributes.TcpServers=localhost:1111 jcs.auxiliary.LTCP.attributes.TcpListenerPort=1110 jcs.auxiliary.LTCP.attributes.PutOnlyMode=true -----Original Message----- From: James Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 March 2004 7:12 a.m. To: Corin Moss Subject: Re: Lateral cache - configuration issue with TCP [See inline below] > # DEFAULT CACHE REGION > jcs.default=DC > jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttrib > u > tes > jcs.default.cacheattributes.MaxObjects=1000 > jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memor > y.lru.LRUMemoryCache > jcs.default.elementattributes.IsLateral=true > # System CACHE REGION > jcs.system.groupIdCache=DC > jcs.system.groupIdCache.cacheattributes=org.apache.jcs.engine.Composite > CacheAttributes > jcs.system.groupIdCache.cacheattributes.MaxObjects=10000 > jcs.system.groupIdCache.cacheattributes.MemoryCacheName=org.apache.jcs. > engine.memory.lru.LRUMemoryCache > # PRE-DEFINED CACHE REGIONS > jcs.region.main=DC,LTCP > jcs.region.main.cacheattributes=org.apache.jcs.engine.CompositeCacheAtt > ributes > jcs.region.main.cacheattributes.MaxObjects=1000 > jcs.region.main.cacheattributes.MemoryCacheName=org.apache.jcs.engine.m > emory.lru.LRUMemoryCache > jcs.region.main.cacheattributes.UseMemoryShrinker=true > jcs.region.main.cacheattributes.MaxMemoryIdleTimeSeconds=3600 > jcs.region.main.cacheattributes.ShrinkerIntervalSeconds=60 > # AVAILABLE AUXILIARY CACHES > jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache > Factory > jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.Index > edDiskCacheAttributes > jcs.auxiliary.DC.attributes.DiskPath=/www/cocoon/webapps/cocoon/index- > disk-cache > jcs.auxiliary.LTCP=org.apache.jcs.auxiliary.lateral.LateralCacheFactory > jcs.auxiliary.LTCP.attributes=org.apache.jcs.auxiliary.lateral.LateralC > acheAttributes > jcs.auxiliary.LTCP.attributes.TransmissionTypeName= Need a value here, otherwise it uses the default (UDP I believe). If you are feeling adventurous you might also try the jgroups auxiliary (built separately) -- it is a bit more flexible with respect to transports. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
