Re: Tomcat gets hanged and sessions not releasing

2009-10-21 Thread Mark Thomas
mas wrote: > > From: Mark Thomas > Subject: Re: Tomcat gets hanged and sessions not releasing > To: "Tomcat Users List" > Date: Wednesday, 21 October, 2009, 5:52 PM > > sudip pattanayak wrote: >> Hi Mark, >> >> I am not sure about the code, but we a

Re: Tomcat gets hanged and sessions not releasing

2009-10-21 Thread sudip pattanayak
Hi Mark, Thanks for your help. You mean we need to start the service with this command or is it some config variable. -Sudip --- On Wed, 21/10/09, Mark Thomas wrote: From: Mark Thomas Subject: Re: Tomcat gets hanged and sessions not releasing To: "Tomcat Users List" Date: Wed

Re: Tomcat gets hanged and sessions not releasing

2009-10-21 Thread Mark Thomas
sudip pattanayak wrote: > Hi Mark, > > I am not sure about the code, but we are confirming on whether we can share > the code. > As of now I have some logs. Can you derive something based on the same. Not really. As a wild guess, try running with -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=t

Re: Tomcat gets hanged and sessions not releasing

2009-10-16 Thread sudip pattanayak
      WARN    CORE:WebconsoleSecurityProvider.login():    Returning Exception: javax.security.auth.login.LoginException: Failed to force log off due to an internal error. One or more of your sessions are in an invalid state and cannot be terminated. If you see the last message it is the

Re: Tomcat gets hanged and sessions not releasing

2009-10-07 Thread Mark Thomas
> --- Original Message --- > From: sudip pattanayak > Subject: Tomcat gets hanged and sessions not releasing > > Actually the tomcat session kind of gets hanged and the session for the > troubled user does not get released and the force full log off featur

Tomcat gets hanged and sessions not releasing

2009-10-06 Thread sudip pattanayak
Hi, In our web application we have a design of allowing one user to login from one instance at any point of time. In case his earlier session is active while he tries to login from another instance the earlier instance gets forcefully logged off. But it so happens that if due to some problem o