Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-05 Thread Konstantin Kolinko
2014-02-03 Daniel Mikusa : > On Feb 3, 2014, at 9:00 AM, Maor Yosef wrote: > >> On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa wrote: > > Also, please realize that a JSP page, even one that simply prints out "OK" > will create a session. This is by design and if you don't want it to create > a

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 2/3/14, 7:40 AM, Konstantin Kolinko wrote: > 2014-02-03 Maor Yosef : >> Hi. >> > > Please read the rules and do not top-post, as it is hard to > follow. http://tomcat.apache.org/lists.html#tomcat-users > >> 4. Can you point me to a

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 2/3/14, 7:10 AM, Daniel Mikusa wrote: > On Feb 3, 2014, at 3:30 AM, Maor Yosef > wrote: > >> Hi. >> >> 1. We are aware that 6.0.26 is old, but since there is a large >> operational impact, we wont upgrade the tomcat until we will know

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 9:00 AM, Maor Yosef wrote: > On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa wrote: > >> On Feb 3, 2014, at 3:30 AM, Maor Yosef wrote: >> >>> Hi. >>> >>> 1. We are aware that 6.0.26 is old, but since there is a large >> operational >>> impact, we wont upgrade the tomcat unti

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa wrote: > On Feb 3, 2014, at 3:30 AM, Maor Yosef wrote: > > > Hi. > > > > 1. We are aware that 6.0.26 is old, but since there is a large > operational > > impact, we wont upgrade the tomcat until we will know its definetly an > > issue in this specifi

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Konstantin Kolinko
2014-02-03 Maor Yosef : > Hi. > Please read the rules and do not top-post, as it is hard to follow. http://tomcat.apache.org/lists.html#tomcat-users > 4. Can you point me to an article on how to configure different background > thread for each container? is it configured in tomcat or should be >

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 3:30 AM, Maor Yosef wrote: > Hi. > > 1. We are aware that 6.0.26 is old, but since there is a large operational > impact, we wont upgrade the tomcat until we will know its definetly an > issue in this specific version While I understand what you’re saying, I disagree. If you

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
using 64 bit On Mon, Feb 3, 2014 at 10:51 AM, Johan Compagner wrote: > On 3 February 2014 09:30, Maor Yosef wrote: > > > 2. You are right, it was my mistake, it causes OOM and not stack > overflow, > > when we see high sessions count we get exceptions saying "unable to > create > > new native t

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Johan Compagner
On 3 February 2014 09:30, Maor Yosef wrote: > 2. You are right, it was my mistake, it causes OOM and not stack overflow, > when we see high sessions count we get exceptions saying "unable to create > new native thread" > do you use a 32 bit vm? Because most of the time when i see this i ask the

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational impact, we wont upgrade the tomcat until we will know its definetly an issue in this specific version 2. You are right, it was my mistake, it causes OOM and not stack overflow, when we see high sessions count we get exc

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Konstantin Kolinko
2014-02-02 Maor Yosef : > Hi, 1. 6.0.26 is old. > We are facing issues where the sessions are not being expired > and eventually causing a stack overflow. 2. Non-expiring sessions may cause OOM, but they cannot cause a stack overflow. What are your evidences? > We see that at some point the se

Fwd: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Maor Yosef
Hi, We are facing issues where the sessions are not being expired and eventually causing a stack overflow. We see that at some point the sessions get pilled up and we need to manually expire those sessions through the manager application, or until we will restart tomcat but after a few hours / da