Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 80425 invoked from network); 2 Feb 2004 22:01:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Feb 2004 22:01:13 -0000 Received: (qmail 22355 invoked by uid 500); 2 Feb 2004 21:59:33 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 22267 invoked by uid 500); 2 Feb 2004 21:59:32 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 22149 invoked from network); 2 Feb 2004 21:59:31 -0000 Received: from unknown (HELO cmiexchange.clubmom-inc.com) (65.246.162.158) by daedalus.apache.org with SMTP; 2 Feb 2004 21:59:31 -0000 Received: from clubmom-inc.com (192.168.1.143 [192.168.1.143]) by cmiexchange.clubmom-inc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id C4JJ29W3; Mon, 2 Feb 2004 16:59:36 -0500 Message-ID: <401EC849.7070301@clubmom-inc.com> Date: Mon, 02 Feb 2004 16:59:37 -0500 From: Aadi Deshpande User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: problems shutting down server when enabling the SimpleTcpCluster Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Hi, we have 2 tomcat instances that are clustered via the SimpleTcpReplication cluster. When they start up, i see that they are both communicating and they seem to be working OK. However, whenever I try to shut down an instance using the $TOMCAT_HOME/bin/catalina.sh script, the server never fully dies. It seems like there around 20 threads still hanging around, all doing something related to persisting these sessions. This is in a development instance so we have maybe 4 or 5 sessions at best at any given time,so I'm not sure why replication would take so long. These servers hang around forever and can only be killed via a "kill -9" . Any further attempts to run 'catalina.sh stop' results in the connection refused error, presumably because the instance has stopped listening on that port for requests. And i know the server is attempting to shut down since i get the "Unregistering..." messages in my log files. Any help is much appreciated, Thanks in advance, Aadi Deshpande --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org