Re: Zombies and Dead WOAs... Part Two..

2008-07-04 Thread Chuck Hill
That very much sounds like what happens if sleep() or terminate() in Session throw an exception. When this happens next, use jstack to get a thread dump and see if you can see what is stuck. Chuck On Jun 27, 2008, at 5:01 AM, Ian Coleman wrote: I am having the same problem, can't stop i

Re: Zombies and Dead WOAs... Part Two..

2008-07-04 Thread Chuck Hill
On Jun 26, 2008, at 11:11 PM, John Lennard wrote: On Jun 26, 2008, at 9:22 PM, John Lennard wrote: Okay, So I will try this again, having been bested by my mail program :-/ I restrained myself from poking fun at you. :-P You are more than welcome to poke fun, i deserve it.. it has been

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Pierce T. Wetter III
On Jun 27, 2008, at 6:37 AM, James Cicenia wrote: Will this detect the "no instance available" message? It will tend to prevent that message, because deadlocked instances will get killed, so you'll always have instances running. It can't guarantee that you'll have an instance available

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread James Cicenia
Will this detect the "no instance available" message? On Jun 27, 2008, at 7:29 AM, Pierce T. Wetter III wrote: Ok, here it is. Be sure and change "[EMAIL PROTECTED]" on line 20 to something appropriate for you. What it does is every 5 minutes it looks at all the running java processe

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread James Cicenia
Count me in. On Jun 27, 2008, at 12:15 AM, Pierce T. Wetter III wrote: I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after an application restarts. So my questions are really two fold.. F

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Ian Coleman
I am having the same problem, can't stop instances in monitor. Just started for me last couple days not a whole has changed in the app in those few days, but not sure how long it has been going on so it could be from changes made a week or two ago. i Did see an email in another list i th

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Karl Gretton
Hi Pierce, That would be interesting to see if you care to share it with us. Karl On 2008-06-27, at 8:15 AM, Pierce T. Wetter III wrote: I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after

Re: Zombies and Dead WOAs... Part Two..

2008-06-26 Thread Pierce T. Wetter III
I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after an application restarts. So my questions are really two fold.. Firstly, is it possible to attach Eclipse as a debugger to a remote runnin

Re: Zombies and Dead WOAs... Part Two..

2008-06-26 Thread Chuck Hill
On Jun 26, 2008, at 9:22 PM, John Lennard wrote: Okay, So I will try this again, having been bested by my mail program :-/ I restrained myself from poking fun at you. :-P I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie

Zombies and Dead WOAs... Part Two..

2008-06-26 Thread John Lennard
Okay, So I will try this again, having been bested by my mail program :-/ I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after an application restarts. So my questions are really two fold..