Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 49629 invoked from network); 14 May 2003 23:38:12 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 May 2003 23:38:12 -0000 Received: (qmail 10730 invoked by uid 97); 14 May 2003 23:40:23 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 10723 invoked from network); 14 May 2003 23:40:23 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 May 2003 23:40:23 -0000 Received: (qmail 48222 invoked by uid 500); 14 May 2003 23:37:56 -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 41524 invoked from network); 14 May 2003 23:29:27 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: "Matt Wiseley" Reply-To: matt@wiseley.com To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat Freezing? Date: Wed, 14 May 2003 23:29:16 GMT X-Sender: 150791 X-Mailer: RMM Message-Id: X-Sender: unknown X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Sandra, If it's only happening with one JSP, and it happens every time it's request= ed, it's almost certainly a coding problem. Without looking at the source c= ode, it's pretty hard to say what's causing it. From my own experience, I h= ave seen only two coding errors that "hang" Tomcat. The first is opening da= tabase connections from a pool and not closing them. The second is a page t= hat forwards to itself somehow. Also look for code that creates an endless = loop of some kind, although these usually either run out of memory, cause a= n overflow, or time out. Matt > Being new and inexperienced as I am I don't know how to problem solve this > issue. >=20 > I have a jsp app that I am running in Tomcat 4.0 with Apache 2 HTTP serv= er > on a Win2k pro box. >=20 > My apologies to those who receive this twice. Some weirdness with my addr= ess > book. >=20 > All has been well until now. I have one page that is freezing: it doesn't > complete loading after several minutes. When I try to shut down Tomcat it > also doesn't do anything. It displays this message in the command line: > "Stopping service Tomcat-Standalone" but after several minutes the window= is > still open and the task manager tells me Tomcat is still running. I have > tried stopping tomcat,deleting all the files in the work folder and > restarting Tomcat.=20 >=20 > I know it must be something to do with the page, but I don't know where to > begin to look or what to look for. >=20 > Any ideas? >=20 >=20=20 >=20 > Sandra Patricia Hunter >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org