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

2014-02-05 Thread Konstantin Kolinko
2014-02-03 Daniel Mikusa dmik...@gopivotal.com: On Feb 3, 2014, at 9:00 AM, Maor Yosef maoryo...@gmail.com wrote: On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.com wrote: Also, please realize that a JSP page, even one that simply prints out OK will create a session. This

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

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 maoryo...@gmail.com 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

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 jcompag...@servoy.comwrote: On 3 February 2014 09:30, Maor Yosef maoryo...@gmail.com 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

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 maoryo...@gmail.com 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

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

2014-02-03 Thread Konstantin Kolinko
2014-02-03 Maor Yosef maoryo...@gmail.com: 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

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 dmik...@gopivotal.com wrote: On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com 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

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 maoryo...@gmail.com wrote: On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com wrote: Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational

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 maoryo...@gmail.com 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

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 maoryo...@gmail.com: 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

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 /

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

2014-02-02 Thread Konstantin Kolinko
2014-02-02 Maor Yosef maoryo...@gmail.com: 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