Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52001612C for ; Tue, 14 Jun 2011 20:22:22 +0000 (UTC) Received: (qmail 27197 invoked by uid 500); 14 Jun 2011 20:22:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 27135 invoked by uid 500); 14 Jun 2011 20:22:18 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 27126 invoked by uid 99); 14 Jun 2011 20:22:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 20:22:18 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_MESSAGE,NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 20:22:10 +0000 Received: by vws17 with SMTP id 17so6829713vws.18 for ; Tue, 14 Jun 2011 13:21:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.48.71 with SMTP id q7mr2825803vcf.8.1308082908418; Tue, 14 Jun 2011 13:21:48 -0700 (PDT) Received: by 10.220.191.1 with HTTP; Tue, 14 Jun 2011 13:21:48 -0700 (PDT) Date: Tue, 14 Jun 2011 15:21:48 -0500 Message-ID: Subject: Drop message SESSION-EXPIRED inside GET_ALL_SESSIONS From: John Clark To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e64616c417d43204a5b1c9f3 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64616c417d43204a5b1c9f3 Content-Type: text/plain; charset=ISO-8859-1 I am experiencing an issue with my cluster I have been unable to figure out. My cluster contains 4 servers each with 4 instances of Tomcat segregated by mod_jk directives. Server1 Directives: / - tomcat.server1 /app1 - tomcat-app1.server1 /app2 - tomcat-app2.server1 /app3 - tomcat-app3.server1 Server2 Directives: / - tomcat.server2 /app1 - tomcat-app1.server2 /app2 - tomcat-app2.server2 /app3 - tomcat-app3.server2 ... and so on All Tomcat segmentations are clustered and share session data so our users can move between them seamlessly on our application. Here's the scenario I'm experiencing: - User1 logs on to server1 and navigates to tomcat-app1.server1 - tomcat-app1.server1 becomes unresponsive and is removed from the cluster - User1 is moved to tomcat-app1.server2 successfully and experiences no issues. - tomcat-app1.server1 becomes responsive and is added back to the cluster. - tomcat-app1.server1 requests session states and throws the following error in catalina.out: "WARNING: Manager [localhost#]: Drop message SESSION-EXPIRED inside GET_ALL_SESSIONS sync phase start date 6/14/11 1:59 PM message date 12/31/69 6:00 PM" "INFO: Lost Session [A56F0A74DCF2FBA7F179100C3D84A485.app1.server2] at path []" - Load balancer moves User1 back to tomcat-app1.server1 - User1 gets logged out (lost session) --0016e64616c417d43204a5b1c9f3--