> From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED]
> After number of session in my application has reached in some point of
> time..... the synchronized method is not executed and the
> system hangs
> waiting to execute that method.....
>
> I could'nt make a thread dump as my tomcat is started as a window
> service.What can i do at this point of time??
Find some way of getting that thread dump - nobody will be able to help you
more until we can see it. If necessary, start Tomcat from a command prompt to
get it.
I strongly suspect you have a logic error or race condition in your code so
that another of your threads is stuck inside the synchronised block.
- Peter
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]