Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
:58, "Maduranga Kannangara" <[EMAIL PROTECTED]> wrote: > Thanks a lot Peter! I got a thread dump using "jstack 704" (PID was 704) > I think I need a little more of your help to find out where exactly going > wrong. Below is my dump and thanks a lot for your ti

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
Thanks a lot Peter! I got a thread dump using "jstack 704" (PID was 704) I think I need a little more of your help to find out where exactly going wrong. Below is my dump and thanks a lot for your time. MadurangaMAC:bin Maduranga$ jstack 704 Attaching to process ID 704, please wait..

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
threads. Its a wrong path I am following. What I need simply is a clean shutdown on Tomcat :-) Environment: Tomcat: 5.5.20 JVM: 1.5.0_09-b01 OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Please help! :-) Thanks again Maduranga On 5/8/08 10:59, "Maduranga Kannangara&quo

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-05 Thread Maduranga Kannangara
more of a tracing mechanism at the moment, as the good "kill -3" seem no good with my environment :-( Thanks On 5/8/08 11:21, "Peter Crowther" <[EMAIL PROTECTED]> wrote: >> From: Maduranga Kannangara [mailto:[EMAIL PROTECTED] >> There is an issue with my Tomc

Tomcat does not shutdown properly and kill -3 does not work!

2008-08-05 Thread Maduranga Kannangara
threads in this mailing list. How can I ensure proper shutdown of Tomcat? Thanks in advance! Maduranga -- Koodos - stylish brads, smart prices http://www.Koodos.com

Re: configure tomcat

2008-08-05 Thread Maduranga Kannangara
Also a tiny note: It should be localhost:8080 and not localhost/8080 (Hope you tried the first way?) Cheers -- Koodos - stylish brads, smart prices http://www.Koodos.com On 5/8/08 03:37, "Nadun Herath" <[EMAIL PROTECTED]> wrote: > David and others > Thanks a lot. I will remove that from cl

Re: Tomcat Runs OutOfMemory (Not at repeated WAR deployments)

2008-07-04 Thread Maduranga
ether there are memory leak exists in the code. > The random slowness is usually associated with GC. Enable verboseGC > with timestamp option and then check whether the GC is happening at the > corresponding time of slowness. > > Suren > >> -Original Message- >>

Re: Tomcat Runs OutOfMemory (Not at repeated WAR deployments)

2008-07-04 Thread Maduranga
an see the garbage collection happening, but it seems growing in 5 or 10 mb folds. Still Tomcat is keeping up. After about 8 hours of work only must see the results as thats the usual time it crashes. Thanks Maduranga On Fri, Jul 4, 2008 at 5:56 AM, Surendrakumar Viswanathan -X (suviswan - HCL at Cisc

Re: Tomcat Runs OutOfMemory (Not at repeated WAR deployments)

2008-07-03 Thread Maduranga
Its 32 bit. Sorry I missed that earlier. Could be a problem with web app. Could you give me an idea/example for a profiler? Any open source ones available? I am really in a tight schedule to get this sorted out. All the help much appreciated Thanks a lot Maduranga On Thu, Jul 3, 2008 at 6:13

Re: Tomcat Runs OutOfMemory (Not at repeated WAR deployments)

2008-07-03 Thread Maduranga
recommend upgrading to Tomcat 6? Thanks Chuck for your responses, much appreciated! /Maduranga On Thu, Jul 3, 2008 at 4:49 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Subject: Tomcat Runs OutOfMemory (Not at repeat

Tomcat Runs OutOfMemory (Not at repeated WAR deployments)

2008-07-03 Thread Maduranga
is: -server -Xms512m -Xmx2048m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=4 Found a couple of articles on Tomcat classloader issue, but this is not rellay at the deployment of the WAR. Any advice is welcome to enhance this massive page loading slowness and out-of-memory problem