Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 74298 invoked from network); 3 Mar 2006 19:08:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 19:08:33 -0000 Received: (qmail 49376 invoked by uid 500); 3 Mar 2006 19:09:19 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 49363 invoked by uid 500); 3 Mar 2006 19:09:19 -0000 Mailing-List: contact jcs-users-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Users List" Delivered-To: mailing list jcs-users@jakarta.apache.org Received: (qmail 49350 invoked by uid 99); 3 Mar 2006 19:09:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 11:09:19 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Aaron.Smuts@travelocity.com designates 151.193.220.19 as permitted sender) Received: from [151.193.220.19] (HELO sgtulmg02-out.sabre.com) (151.193.220.19) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 11:09:17 -0800 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([10.12.64.4]) by sgtulmg02-out.sabre.com with ESMTP; 03 Mar 2006 13:08:56 -0600 X-ExtLoop1: From 10.12.64.4 X-IronPort-AV: i="4.02,163,1139205600"; d="scan'208"; a="648797302:sNHT345212950" Received: from sgtulmsp04.Global.ad.sabre.com ([10.12.64.107]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Mar 2006 13:08:55 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: RemoteCache Client will not shutdown after dispose Date: Fri, 3 Mar 2006 13:08:54 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RemoteCache Client will not shutdown after dispose Thread-Index: AcY7sbDHlWhiSroFQB6MEJdsRHOLwQAlcW7AAKWExSAAAnVREAAAsPfQAAAed0AAAE9SsAACfoXg From: "Smuts, Aaron" To: "JCS Users List" X-OriginalArrivalTime: 03 Mar 2006 19:08:55.0426 (UTC) FILETIME=[EAD33E20:01C63EF5] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok. I'll see. There is some non-daemon thread. I'll find it. Just kill tomcat for now. =20 Cheers, Aaron > -----Original Message----- > From: Horton Simon [mailto:Simon.Horton@uk.mizuho-sc.com] > Sent: Friday, March 03, 2006 1:10 PM > To: JCS Users List > Subject: RE: RemoteCache Client will not shutdown after dispose >=20 > Hi Aaron, >=20 > Thanks for your help. I tried the CompositeCacheManager with shutdown() > on its own and then release() and shutdown() but it still has the same > outcome, the command prompt hanging around! >=20 >=20 > CompositeCacheManager compositeCacheManager =3D > CompositeCacheManager.getInstance(); >=20 > compositeCacheManager.release(); //tried it with and without > this > compositeCacheManager.shutDown(); >=20 > What I have just noticed in the log output this time (maybe it is just > thread timing), but after my ServletContextListener finishes (i.e. its > called its dispose methods on the JCS caches and then the > CompositeCacheManager shutdown method, it then logs a messages. After > this message, the last entry on the command prompt output is: >=20 > DEBUG - FAILURE DRIVEN MODE: cache monitor waiting for error >=20 > Also, just before this is the message: >=20 > DEBUG - Release called, but 1 remain >=20 > I only have 2 cache regions (I can see only the files for those 2 > regions in the caches disk store). I am calling dispose on both. >=20 > The relevant log output from when the cache shutdown is initiated is > shown below: >=20 >=20 > 03 Mar 2006 17:56:26,330 INFO (30057ms)- [][][][] - > com.vit.amaethon.client.listener.ClientServletContextListener - > contextDestroyed called > 03 Mar 2006 17:56:26,330 INFO (30057ms)- [][][][] - > com.vit.amaethon.cache.CacheTransaction - disposeOfCaches Shutdown JCS > caches started > 03 Mar 2006 17:56:26,330 INFO (30057ms)- [][][][] - > com.vit.amaethon.cache.CacheTransaction - disposeOfCaches Shutdown JCS > dataCache > 03 Mar 2006 17:56:26,340 INFO (30067ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBaskets memCache.size =3D 1 > 03 Mar 2006 17:56:26,350 DEBUG (30077ms)- [][][][] - > org.apache.jcs.auxiliary.disk.AbstractDiskCache - Putting element in > purgatory, cacheName: itemsInBaskets, key: abc123DEMO3 > 03 Mar 2006 17:56:26,350 DEBUG (30077ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,350 DEBUG (30077ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,350 DEBUG (30077ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Event entering Queue for > itemsInBaskets: PutEvent for key: abc123DEMO3 value: > com.vit.amaethon.client.inventory.ShopTrackerItemInCart@3dec6b0 > 03 Mar 2006 17:56:26,350 INFO (30077ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Cache event queue created: > CacheEventQueue [listenerId=3D-1052776830, cacheName=3DitemsInBaskets] > 03 Mar 2006 17:56:26,350 INFO (30077ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBaskets put 1 into auxiliary > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache@16b9e62 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - head.event =3D null > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - node.event =3D PutEvent for = key: > abc123DEMO3 value: > com.vit.amaethon.client.inventory.ShopTrackerItemInCart@3dec6b0 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Event from queue =3D PutEvent for > key: abc123DEMO3 value: > com.vit.amaethon.client.inventory.ShopTrackerItemInCart@3dec6b0 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Storing element > on disk, key: abc123DEMO3 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - removing node > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - write> pos=3D0 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - > java.io.RandomAccessFile@8890da -- data.length =3D 599 > 03 Mar 2006 17:56:26,360 DEBUG (30087ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Put to file: > itemsInBaskets, key: abc123DEMO3, position: 0, size: 599 > 03 Mar 2006 17:56:26,370 DEBUG (30097ms)- [][][][] - > org.apache.jcs.utils.struct.LRUMap - removing item for key: abc123DEMO3 > 03 Mar 2006 17:56:26,370 DEBUG (30097ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - removing node > 03 Mar 2006 17:56:26,370 DEBUG (30097ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Event from queue =3D null > 03 Mar 2006 17:56:26,460 INFO (30187ms)- [][][][] - > org.apache.jcs.auxiliary.disk.AbstractDiskCache - No longer waiting for > event queue to finish: Cache Event Queue > Working =3D true > Alive =3D true > Empty =3D true > Size =3D 0 > 03 Mar 2006 17:56:26,460 INFO (30187ms)- [][][][] - > org.apache.jcs.auxiliary.disk.AbstractDiskCache - In dispose, destroying > event queue. > 03 Mar 2006 17:56:26,460 INFO (30187ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Destroying queue, stats =3D Cache > Event Queue > Working =3D true > Alive =3D false > Empty =3D true > Size =3D 0 > 03 Mar 2006 17:56:26,460 INFO (30187ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Cache event queue destroyed: > CacheEventQueue [listenerId=3D-1052776830, cacheName=3DitemsInBaskets] > 03 Mar 2006 17:56:26,460 WARN (30187ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Interrupted while waiting for > another event to come in before we die. > 03 Mar 2006 17:56:26,470 INFO (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Optomizing file > keyHash.size()=3D1 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.utils.struct.LRUMap - getting item for key abc123DEMO3 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.utils.struct.LRUMap - LRUMap hit for abc123DEMO3 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Found on disk, > key: abc123DEMO3 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - write> pos=3D0 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - > java.io.RandomAccessFile@cab854 -- data.length =3D 599 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Optomize: Put > to temp disk cache: itemsInBaskets, key: abc123DEMO3, ded.pos:0, > ded.len:599 > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.utils.struct.DoubleLinkedList - returning fist node > 03 Mar 2006 17:56:26,470 DEBUG (30197ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - itemsInBaskets > -- keyHashTemp.size(): 1, keyHash.size(): 1 > 03 Mar 2006 17:56:26,480 INFO (30207ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - itemsInBaskets > -- oldData.length() =3D 603 > 03 Mar 2006 17:56:26,480 INFO (30207ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - itemsInBaskets > -- newData.length() =3D 603 > 03 Mar 2006 17:56:26,490 INFO (30217ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - rename success > =3D true > 03 Mar 2006 17:56:26,490 INFO (30217ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - 1 > dataFile.length() 603 > 03 Mar 2006 17:56:26,490 WARN (30217ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - Resetting data file > 03 Mar 2006 17:56:26,490 DEBUG (30217ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Saving keys to: > itemsInBaskets, key count: 1 > 03 Mar 2006 17:56:26,490 WARN (30217ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - Resetting data file > 03 Mar 2006 17:56:26,500 DEBUG (30227ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - write> pos=3D0 > 03 Mar 2006 17:56:26,500 DEBUG (30227ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - > java.io.RandomAccessFile@f3552f -- data.length =3D 203 > 03 Mar 2006 17:56:26,650 WARN (30377ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Closing files, > base filename: itemsInBaskets > 03 Mar 2006 17:56:26,660 INFO (30387ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBaskets disposing of memory cache. > 03 Mar 2006 17:56:26,660 INFO (30387ms)- [][][][] - > org.apache.jcs.engine.memory.AbstractMemoryCache - Memory Cache dispose > called. Shutting down shrinker thread if it is running. > 03 Mar 2006 17:56:26,660 WARN (30387ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - Called close for > itemsInBaskets > 03 Mar 2006 17:56:26,660 INFO (30387ms)- [][][][] - > com.vit.amaethon.cache.CacheTransaction - disposeOfCaches Shutdown JCS > transactionObjectCache > 03 Mar 2006 17:56:26,660 INFO (30387ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBasketsTransactionObjects memCache.size =3D 0 > 03 Mar 2006 17:56:26,660 INFO (30387ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBasketsTransactionObjects put 0 into auxiliary > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache@15d8d75 > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.auxiliary.disk.AbstractDiskCache - No longer waiting for > event queue to finish: Cache Event Queue > Working =3D true > Alive =3D false > Empty =3D true > Size =3D 0 > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.auxiliary.disk.AbstractDiskCache - In dispose, destroying > event queue. > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.engine.CacheEventQueue - Destroy was called after queue > was destroyed. Doing nothing. Stats =3D Cache Event Queue > Working =3D true > Alive =3D false > Empty =3D true > Size =3D 0 > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Optomizing file > keyHash.size()=3D0 > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - > itemsInBasketsTransactionObjects -- oldData.length() =3D 0 > 03 Mar 2006 17:56:26,760 INFO (30487ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - > itemsInBasketsTransactionObjects -- newData.length() =3D 0 > 03 Mar 2006 17:56:26,770 INFO (30497ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - rename success > =3D true > 03 Mar 2006 17:56:26,770 INFO (30497ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - 1 > dataFile.length() 0 > 03 Mar 2006 17:56:26,770 WARN (30497ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - Resetting data file > 03 Mar 2006 17:56:26,770 DEBUG (30497ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Saving keys to: > itemsInBasketsTransactionObjects, key count: 0 > 03 Mar 2006 17:56:26,770 WARN (30497ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDisk - Resetting data file > 03 Mar 2006 17:56:26,941 WARN (30668ms)- [][][][] - > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache - Closing files, > base filename: itemsInBasketsTransactionObjects > 03 Mar 2006 17:56:26,941 INFO (30668ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - In dispose, > itemsInBasketsTransactionObjects disposing of memory cache. > 03 Mar 2006 17:56:26,941 INFO (30668ms)- [][][][] - > org.apache.jcs.engine.memory.AbstractMemoryCache - Memory Cache dispose > called. Shutting down shrinker thread if it is running. > 03 Mar 2006 17:56:26,941 WARN (30668ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCache - Called close for > itemsInBasketsTransactionObjects > 03 Mar 2006 17:56:26,941 INFO (30668ms)- [][][][] - > com.vit.amaethon.cache.CacheTransaction - disposeOfCaches Shutdown JCS > caches finished > 03 Mar 2006 17:56:26,941 DEBUG (30668ms)- [][][][] - > org.apache.jcs.engine.control.CompositeCacheManager - Release called, > but 1 remain > 03 Mar 2006 17:56:26,941 INFO (30668ms)- [][][][] - > com.vit.amaethon.client.listener.ClientServletContextListener - > contextDestroyed finished > 03 Mar 2006 17:56:28,072 DEBUG (31799ms)- [][][][] - > org.apache.jcs.auxiliary.remote.RemoteCacheMonitor - FAILURE DRIVEN > MODE: cache monitor waiting for error >=20 >=20 > Thanks, > Simon >=20 >=20 > -----Original Message----- > From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com] > Sent: 03 March 2006 17:48 > To: JCS Users List > Subject: RE: RemoteCache Client will not shutdown after dispose >=20 > CompositeCacheManager.getInstance() >=20 > > -----Original Message----- > > From: Horton Simon [mailto:Simon.Horton@uk.mizuho-sc.com] > > Sent: Friday, March 03, 2006 12:46 PM > > To: JCS Users List > > Subject: RE: RemoteCache Client will not shutdown after dispose > > > > Hi Aaron, > > > > How should I go about getting hold of the composite cache manager? Do > I > > start with my JCS cache object? > > > > Thanks, > > Simon > > > > -----Original Message----- > > From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com] > > Sent: 03 March 2006 17:28 > > To: JCS Users List > > Subject: RE: RemoteCache Client will not shutdown after dispose > > > > I'll look into it. You'll have to kill your tomcat for the time > being. > > > > Try calling the shutdown method on the composite cache manager to make > > sure you dispose all the regions. > > > > > -----Original Message----- > > > From: Horton Simon [mailto:Simon.Horton@uk.mizuho-sc.com] > > > Sent: Friday, March 03, 2006 11:58 AM > > > To: JCS Users List > > > Subject: RemoteCache Client will not shutdown after dispose > > > > > > Hi, > > > > > > My problem is that when a client uses a Remote cache auxiliary, the > > > remote auxiliary never shuts down and the JVM is still alive, even > > after > > > calling JCS.dispose() and even when the invoking process is > shutdown. > > > > > > I have a memory, disk cache and remote cache defined in my client > > > cache.ccf file (I followed the > > > http://jakarta.apache.org/jcs/RemoteAuxCache.html article to set > this > > > up) > > > > > > I have a standalone remote cache server running before I start the > > > client. > > > > > > I run my tomcat startup batch script and it opens a separate command > > > prompt window and starts up my tomcat (4.1.24) server which has a > web > > > application that uses the JCS cache with an auxilary remote cache > > client > > > talking to the remote cache server. This all works fine just fine. > > > > > > When I run the tomcat shutdown script, I have a > ServletContextListener > > > which detects the context is being destroyed and calls the > > JCS.dispose() > > > method on the two cache regions I was using. > > > > > > I have different behaviour when the client cache.ccf file is set up > > to: > > > > > > 1) Only use memory and disk auxiliary caches and NOT have any remote > > > cache auxiliary, the tomcat server shuts down, you see the debug > > entries > > > called to dispose of the JCS cache regions in the command prompt, > then > > > the command prompt window closes. > > > > > > - This is exactly what I would expect. > > > > > > 2) Include a RemoteCacheFactory as one of its auxiliary caches (as > > well > > > as memory and disk), the tomcat server shuts down and you see the > > debug > > > entries called to dispose of the JCS cache regions in the command > > > prompt, but the command prompt which was originally opened by the > > tomcat > > > startup script stays alive. > > > > > > - Why doesn't it shutdown? It appears that the Remote cache > auxiliary > > > isn't fully shutting down and the JVM is still alive. The window > sits > > > there forever, not further log messages are written to it. > > > > > > When my tomcat server shutdown, I need to be able to fully shutdown > > that > > > cache client (as happens in No.1), leaving the remote data intact. > > > > > > Your help would be appreciated! > > > > > > > > > Extract from my client cache.ccf file for my Remote auxiliary > > settings: > > > > > > # - Remote RMI Cache set up to failover > > > > > > jcs.auxiliary.RFailover=3Dorg.apache.jcs.auxiliary.remote.RemoteCacheFact= o > > > ry > > > > > > jcs.auxiliary.RFailover.attributes=3Dorg.apache.jcs.auxiliary.remote.Remo= t > > > eCacheAttributes > > > > > > jcs.auxiliary.RFailover.attributes.FailoverServers=3Dlocalhost:1102,local= h > > > ost:1103 > > > #jcs.auxiliary.RC.attributes.RemoveUponRemotePut=3Dtrue > > > jcs.auxiliary.RFailover.attributes.RemoveUponRemotePut=3Dtrue > > > jcs.auxiliary.RFailover.attributes.GetOnly=3Dfalse > > > jcs.auxiliary.RFailover.attributes.TimeoutMillis=3D10000 > > > > > > > > > Extract from my remote server remote.cache.ccf file for my Remote > > > auxiliary settings: > > > > > > #Remote Cache > > > > > > jcs.auxiliary.RCluster1=3Dorg.apache.jcs.auxiliary.remote.RemoteCacheFact= o > > > ry > > > > > > jcs.auxiliary.RCluster1.attributes=3Dorg.apache.jcs.auxiliary.remote.Remo= t > > > eCacheAttributes > > > jcs.auxiliary.RCluster1.attributes.RemoteTypeName=3DCLUSTER > > > jcs.auxiliary.RCluster1.attributes.RemoveUponRemotePut=3Dtrue > > > jcs.auxiliary.RCluster1.attributes.ClusterServers=3Dlocalhost:1103 > > > jcs.auxiliary.RCluster1.attributes.GetOnly=3Dfalse > > > > > > > > > Thanks, > > > Simon > > > > > > This message and any files transmitted with it are confidential and > > > intended solely for the use of the individual or entity to whom they > > are > > > addressed. If you have received this message in error please delete > it > > and > > > any files transmitted with it, after notifying > > postmaster@uk.mizuho-sc.com > > > Any opinions expressed in this message may be those of the author > and > > not > > > necessarily those of the company. The company accepts no > > responsibility > > > for the accuracy or completeness of any information contained > herein. > > This > > > message is not intended to create legal relations between the > company > > and > > > the recipient. > > > Recipients should please note that messages sent via the Internet > may > > be > > > intercepted and that caution should therefore be exercised before > > > dispatching to the company any confidential or sensitive > information. > > > Mizuho International plc Bracken House, One Friday Street, London > EC4M > > > 9JA. TEL. 020 72361090. Wholly owned subsidiary of Mizuho Securities > > Co., > > > Ltd. Member of Mizuho Financial Group. Authorised and regulated by > the > > > Financial Services Authority. Member of the London Stock Exchange. > > > > > > Registered in England No. 1203696. Registered office as above. > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: jcs-users-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jcs-users-help@jakarta.apache.org > > > > > > This message and any files transmitted with it are confidential and > > intended solely for the use of the individual or entity to whom they > are > > addressed. If you have received this message in error please delete it > and > > any files transmitted with it, after notifying > postmaster@uk.mizuho-sc.com > > Any opinions expressed in this message may be those of the author and > not > > necessarily those of the company. The company accepts no > responsibility > > for the accuracy or completeness of any information contained herein. > This > > message is not intended to create legal relations between the company > and > > the recipient. > > Recipients should please note that messages sent via the Internet may > be > > intercepted and that caution should therefore be exercised before > > dispatching to the company any confidential or sensitive information. > > Mizuho International plc Bracken House, One Friday Street, London EC4M > > 9JA. TEL. 020 72361090. Wholly owned subsidiary of Mizuho Securities > Co., > > Ltd. Member of Mizuho Financial Group. Authorised and regulated by the > > Financial Services Authority. Member of the London Stock Exchange. > > > > Registered in England No. 1203696. Registered office as above. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jcs-users-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jcs-users-help@jakarta.apache.org >=20 >=20 > This message and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this message in error please delete it and > any files transmitted with it, after notifying postmaster@uk.mizuho-sc.com > Any opinions expressed in this message may be those of the author and not > necessarily those of the company. The company accepts no responsibility > for the accuracy or completeness of any information contained herein. This > message is not intended to create legal relations between the company and > the recipient. > Recipients should please note that messages sent via the Internet may be > intercepted and that caution should therefore be exercised before > dispatching to the company any confidential or sensitive information. > Mizuho International plc Bracken House, One Friday Street, London EC4M > 9JA. TEL. 020 72361090. Wholly owned subsidiary of Mizuho Securities Co., > Ltd. Member of Mizuho Financial Group. Authorised and regulated by the > Financial Services Authority. Member of the London Stock Exchange. >=20 > Registered in England No. 1203696. Registered office as above. >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jcs-users-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org For additional commands, e-mail: jcs-users-help@jakarta.apache.org