Return-Path: Delivered-To: apmail-jakarta-turbine-jcs-user-archive@www.apache.org Received: (qmail 52421 invoked from network); 28 Apr 2004 01:32:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Apr 2004 01:32:09 -0000 Received: (qmail 57935 invoked by uid 500); 28 Apr 2004 01:31:51 -0000 Delivered-To: apmail-jakarta-turbine-jcs-user-archive@jakarta.apache.org Received: (qmail 57920 invoked by uid 500); 28 Apr 2004 01:31:51 -0000 Mailing-List: contact turbine-jcs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Turbine JCS Users List" Reply-To: "Turbine JCS Users List" Delivered-To: mailing list turbine-jcs-user@jakarta.apache.org Received: (qmail 57898 invoked from network); 28 Apr 2004 01:31:50 -0000 Received: from unknown (HELO terminus.tvnz.co.nz) (202.36.33.199) by daedalus.apache.org with SMTP; 28 Apr 2004 01:31:50 -0000 Received: from akxch01.tvnz.co.nz ([172.26.42.39]) by terminus.tvnz.co.nz with InterScan Messaging Security Suite; Wed, 28 Apr 2004 13:32:34 +1200 Received: from akxch03.tvnz.co.nz ([172.26.80.24]) by akxch01.tvnz.co.nz with Microsoft SMTPSVC(5.0.2195.6713);Wed, 28 Apr 2004 13:31:57 +1200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C42CC0.983C008A" Subject: unable to interact with remote server Date: Wed, 28 Apr 2004 13:31:57 +1200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: unable to interact with remote server Thread-Index: AcQswJhCAFRNeGznRJKhMuDYmoCbNQ== From: "Selena Dewar" To: X-OriginalArrivalTime: 28 Apr 2004 01:31:57.0293 (UTC) FILETIME=[984099D0:01C42CC0] X-imss-version: 2.4 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:22 M:1 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:1 S:1 R:1 (0.0000 0.0000) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C42CC0.983C008A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, We're trying to get an instance of JCS remote caching working and have run into some trouble. Would someone be able to look over our ccf and see if anything is amiss? We have had no problems with the build, and can run from commandline on the remote server with no problems but any request to that port gets disconnected. We get no errors in our logs. Running from commandline --------------------------------- java -classpath .:commons-configuration-20040425.jar:commons-lang-2.0.jar:commons-loggin g-1.0.3.jar:hsqldb-1.7.1.jar:javagroups-2.0.1.jar:jisp-2.5.1.jar:junit.j ar:log4j-1.2.7.jar:servlet.jar:util.concurrent-1.3.3.jar:velocity-200404 25.jar:xercesImpl.jar:xml-apis.jar:xmlrpc-1.2-b1.jar org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory remote.cache.ccf Here is stdout on startup (if we run without log4j-1.2.7.jar): --------------------------------- 27/04/2004 18:28:23 org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultAuxValues INFO: setting defaults to DC 27/04/2004 18:28:23 org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultCompositeCacheAttributes INFO: setting defaultCompositeCacheAttributes to [ useLateral =3D false, useRemote =3D true, useDisk =3D true, maxObjs =3D 1000 ] 27/04/2004 18:28:23 org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultElementAttributes INFO: setting defaultElementAttributes to [ IS_LATERAL =3D false, IS_SPOOL =3D true, IS_REMOTE =3D true, IS_ETERNAL =3D true, MaxLifeSeconds =3D= 24000, IdleTime =3D 180000, CreateTime =3D 1083104903898, LastAccessTime =3D 1083104903898, getTimeToLiveSeconds() =3D 23999972, createTime =3D 1083104903898 ] This is the remote.cache.ccf ---------------------------------- # DEFAULT CACHE REGION jcs.default=3DDC jcs.default.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheAttribut es jcs.default.cacheattributes.MaxObjects=3D1000 jcs.default.cacheattributes.UseLateral=3Dfalse jcs.default.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine.memory .lru.LRUMemoryCache jcs.default.elementattributes=3Dorg.apache.jcs.engine.ElementAttributes jcs.default.elementattributes.IsEternal=3Dtrue jcs.default.elementattributes.MaxLifeSeconds=3D24000 jcs.default.elementattributes.IdleTime=3D180000 jcs.default.elementattributes.IsSpool=3Dtrue jcs.default.elementattributes.IsRemote=3Dtrue jcs.default.elementattributes.IsLateral=3Dfalse # AVAILABLE AUXILIARY CACHES jcs.auxiliary.DC=3Dorg.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheF actory jcs.auxiliary.DC.attributes=3Dorg.apache.jcs.auxiliary.disk.indexed.Indexe dDiskCacheAttributes jcs.auxiliary.DC.attributes.DiskPath=3D/www/cocoon/webapps/cocoon/index-di sk-cache jcs.auxiliary.DC.attributes.RemoteTypeName=3DLOCAL # Registry used to register and provide the # IRemoteCacheService service. registry.host=3Dlocalhost registry.port=3D1102 # call back port to local caches. remote.cache.service.port=3D1102 Does anyone have any ideas? Any help would be much appreciated. =0D Thanks, Selena =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CAUTION: This e-mail and any attachment(s) contains information that is intended to be read only by the named recipient(s). It may contain information that is confidential, proprietary or the subject of legal privilege. This information is not to be used by any other person and/or organisation. If you are not the intended recipient, please advise us immediately and delete this e-mail from your system. Do not use any information contained in it. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D For more information on the Television New Zealand Group, visit us online at http://www.tvnz.co.nz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ------_=_NextPart_001_01C42CC0.983C008A--