Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 84726 invoked from network); 20 Jul 2006 19:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2006 19:14:30 -0000 Received: (qmail 93661 invoked by uid 500); 20 Jul 2006 14:16:58 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 93622 invoked by uid 500); 20 Jul 2006 14:16:58 -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 93595 invoked by uid 99); 20 Jul 2006 14:16:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2006 07:16:58 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Paul.Lewandowski@kohls.com designates 208.7.93.3 as permitted sender) Received: from [208.7.93.3] (HELO l09000f0.kohls.com) (208.7.93.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2006 07:16:57 -0700 Received: from KScan03.kohls.com (msweep3.kohls.com [208.7.93.182]) by l09000f0.kohls.com (8.12.11.20060308/8.12.11) with ESMTP id k6KEGajf000651 for ; Thu, 20 Jul 2006 09:16:36 -0500 X-ASG-Debug-ID: 1153404996-5323-284-0 X-Barracuda-URL: http://10.1.37.11:8000/cgi-bin/mark.cgi Received: from kohlnt65.cp.ad.kohls.com (unknown [10.1.24.120]) by KScan03.kohls.com (Spam Firewall) with ESMTP id 5606AB45E0 for ; Thu, 20 Jul 2006 09:16:36 -0500 (CDT) Received: from LNCORP03.cp.ad.kohls.com ([10.1.11.248]) by kohlnt65.cp.ad.kohls.com (Lotus Domino Release 6.5.4) with ESMTP id 2006072009163606-35594 ; Thu, 20 Jul 2006 09:16:36 -0500 X-ASG-Orig-Subj: Getting closer on shutdown script Subject: Getting closer on shutdown script To: "JCS Users List" X-Mailer: Lotus Notes Release 6.5.3 September 14, 2004 Message-ID: From: Paul.Lewandowski@kohls.com Date: Thu, 20 Jul 2006 09:16:35 -0500 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on LNCORP03/Kohls(Release 6.5.4|March 27, 2005) at 07/20/2006 09:16:36 AM, Itemize by SMTP Server on Kohlnt65/Kohls(Release 6.5.4|March 27, 2005) at 07/20/2006 09:16:36 AM, Serialize by Router on Kohlnt65/Kohls(Release 6.5.4|March 27, 2005) at 07/20/2006 09:16:36 AM, Serialize complete at 07/20/2006 09:16:36 AM Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: by KScan03 at kohls.com X-Barracuda-Spam-Score: -1002.00 X-Barracuda-Spam-Status: No, SCORE=-1002.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1000.0 X-Barracuda-Rcpt: jcs-users@jakarta.apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I've believe that you MUST use port 1099 as the "registry.port=" and "remote.cache.service.port=1099" to make this work along with specifiying port 1099 in the startup script. This is because in the class/method "RemoteCacheServer.shutdown()" you have hardcoded port 1099 in the statement: RemoteCacheServerFactory.shutdownImpl("",1099); When I use this port, the shutdown works, however, I still get one exception as follows: [DEBUG] RemoteCacheServerFactory - -looking up server //:1099/org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService [DEBUG] RemoteCacheServerFactory - -server found [ERROR] RemoteCacheServerFactory - -Problem calling shutdown. java.rmi.UnmarshalException: Error unmarshaling return header: java.io.EOFException at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:213) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:135) at org.apache.jcs.auxiliary.remote.server.RemoteCacheServer_Stub.shutdown(Unknown Source) at org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory.main(RemoteCacheServerFactory.java:280) Everything appears to shutdown properly but I'm concerned that this error should be resolved. What does it mean, and do I have to be concerned / do something to eliminate it? Thanks for your assistance and any helpful suggestions. Paul CONFIDENTIALITY NOTICE: This is a transmission from Kohl's Department Stores, Inc. and may contain information which is confidential and proprietary. If you are not the addressee, any disclosure, copying or distribution or use of the contents of this message is expressly prohibited. If you have received this transmission in error, please destroy it and notify us immediately at 262-703-7000. CAUTION: Internet and e-mail communications are Kohl's property and Kohl's reserves the right to retrieve and read any message created, sent and received. Kohl's reserves the right to monitor messages by authorized Kohl's Associates at any time without any further consent. --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org For additional commands, e-mail: jcs-users-help@jakarta.apache.org