RE: tomcat 6.0.18 doesn't fully shutdown

2010-02-18 Thread Caldarale, Charles R
> From: nocturna_gr [mailto:kostaspa...@yahoo.gr] > Subject: Re: tomcat 6.0.18 doesn't fully shutdown > > this is a daemon thread... The thread of interest is this one: "DelayActionThread" prio=6 tid=0x237bd000 nid=0x368 waiting on condition [0x2490f000..0x2490fa14

Re: tomcat 6.0.18 doesn't fully shutdown

2010-02-18 Thread nocturna_gr
Thanks for your answer Mark, i thought the same thing, but this is a daemon thread... it should cause any problems, isn't it so? markt-2 wrote: > > On 18/02/2010 10:16, nocturna_gr wrote: >> >> Hallo, >> i am running an application (Spring+Framework+Quartz) in tomcat 6.0.18 >> under >> Windows

Re: tomcat 6.0.18 doesn't fully shutdown

2010-02-18 Thread David kerber
Mark Thomas wrote: On 18/02/2010 10:16, nocturna_gr wrote: Hallo, i am running an application (Spring+Framework+Quartz) in tomcat 6.0.18 under Windows XP and JDK 1.6.0_16. When i shutdown tomcat (either script or SHUTDOWN via 8005 port), there are always some threads hanging. They are not relate

Re: tomcat 6.0.18 doesn't fully shutdown

2010-02-18 Thread Mark Thomas
On 18/02/2010 10:16, nocturna_gr wrote: > > Hallo, > i am running an application (Spring+Framework+Quartz) in tomcat 6.0.18 under > Windows XP and JDK 1.6.0_16. When i shutdown tomcat (either script or > SHUTDOWN via 8005 port), there are always some threads hanging. They are not > related to the

tomcat 6.0.18 doesn't fully shutdown

2010-02-18 Thread nocturna_gr
Hallo, i am running an application (Spring+Framework+Quartz) in tomcat 6.0.18 under Windows XP and JDK 1.6.0_16. When i shutdown tomcat (either script or SHUTDOWN via 8005 port), there are always some threads hanging. They are not related to the application, as far as i can see- although it proble