RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Peter Crowther [mailto:[EMAIL PROTECTED] > Subject: RE: Cannot redeploy my .war anymore > > I *think* that should be kill -3 (but check!) Yes, you're right; sorry about the misinformation. Since discovering jstack I don't use the OS-specific ways anymore. - Chuc

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Peter Crowther
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > There are other, OS-specific mechanisms, such as kill -9 on Linux or > ctrl-break on Windows. I *think* that should be kill -3 (but check!) Kill -9 is definitely another and altogether more unpleasant signal, and your Tomcat process won't

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: Cannot redeploy my .war anymore > > How do I display a thread dump at that point? I think the easiest way is with the jstack tool that comes with the JDK. There are other, OS-specific mechanisms, such as kill -9 on L

Re: Cannot redeploy my .war anymore

2008-03-25 Thread Scott Mueller
How do I display a thread dump at that point? What you suggest sounds correct, this started happening after adding the mailapi.jar and smtp.jarJavaMail libraries and including code to use them... so I'm thinking they don't properly let go of resources for some reason. Is this a common problem wit

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Cannot redeploy my .war anymore > > Instead it pauses after the last line below: > Mar 24, 2008 11:05:31 PM > org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive application.war And what does a thr