Re: processes don't die

2001-07-17 Thread Jeff Hoare

Hi,
Actually I just wasn't patient enough. The processes eventually did die but 
something like 5-6 minutes after the shut down command completed :-(. It 
seems that 6-7 processes die straight away and the rest die over the 5-6min 
period.

Thanks for your help :-)

Jeff

On Wednesday 18 July 2001 05:07, you wrote:
> DO you have any servlets or application beans that have threads listening
> on any ports of updating data or something like that?
>
> rick
>
> > From: Jeff Hoare <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > Date: Wed, 18 Jul 2001 18:14:33 +1000
> > To: [EMAIL PROTECTED]
> > Subject: processes don't die
> >
> > Hi,
> > When I use the shutdown script for Tomcat (version 4) it does not stop
> > all the java processes. There are 28 java processes normally, however,
> > after executing shutdown 23 are still left. If I restart Tomcat they all
> > seem to die and then eventually come back (u know the expected 28).
> > The processes left after the shutdown are all owned by the same parent so
> > terminating them is easy, but does anyone have an idea what is going on.
> > I'm using the IBM's jdk1.3 on linux (which uses native threads).
> >
> > Jeff



Re: processes don't die

2001-07-17 Thread Rick Bosch

DO you have any servlets or application beans that have threads listening on
any ports of updating data or something like that?

rick

> From: Jeff Hoare <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 18 Jul 2001 18:14:33 +1000
> To: [EMAIL PROTECTED]
> Subject: processes don't die
> 
> Hi,
> When I use the shutdown script for Tomcat (version 4) it does not stop all
> the java processes. There are 28 java processes normally, however, after
> executing shutdown 23 are still left. If I restart Tomcat they all seem to
> die and then eventually come back (u know the expected 28).
> The processes left after the shutdown are all owned by the same parent so
> terminating them is easy, but does anyone have an idea what is going on. I'm
> using the IBM's jdk1.3 on linux (which uses native threads).
> 
> Jeff




processes don't die

2001-07-17 Thread Jeff Hoare

Hi,
When I use the shutdown script for Tomcat (version 4) it does not stop all 
the java processes. There are 28 java processes normally, however, after 
executing shutdown 23 are still left. If I restart Tomcat they all seem to 
die and then eventually come back (u know the expected 28).
The processes left after the shutdown are all owned by the same parent so 
terminating them is easy, but does anyone have an idea what is going on. I'm 
using the IBM's jdk1.3 on linux (which uses native threads).

Jeff