Re: Inaccurate active session count in JavaMonitor

2009-07-20 Thread Chuck Hill
On Jul 20, 2009, at 3:12 AM, Cheong Hee (Gmail) wrote: Brilliant! An add-on "finally" statement did get the active session count down as expected in JavaMonitor. I have read through wiki about the WOSession and its session lock, but not this bit of information to force it to terminate. W

Re: Inaccurate active session count in JavaMonitor

2009-07-20 Thread Cheong Hee (Gmail)
Brilliant! An add-on "finally" statement did get the active session count down as expected in JavaMonitor. I have read through wiki about the WOSession and its session lock, but not this bit of information to force it to terminate. Will update later. There must be somewhere seriously locking

Re: Inaccurate active session count in JavaMonitor

2009-07-20 Thread Anjo Krank
I think it would be way better to not ever touch EOs in terminate() (No logging of EOs, either!). I had some deadlocks from exactly this, presumably because it's also called from _terminateByTimeOut() and _terminateByJ2EE(), which don't have the default EC locked (a bug, please report this.