Re: File leak in 7.0.23?

2012-01-02 Thread Mike Wertheim
If a simple test case isn't discovered, I'm happy to test out potential fixes (by deploying the fixes to one of my production servers and seeing whether or not the server dies after running for a day). On Sun, Jan 1, 2012 at 7:17 AM, ma...@apache.org wrote: Janne Jalkanen

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2012-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, On 12/29/11 9:01 PM, Mike Wertheim wrote: I did a stack dump on 7.0.23 when it was in its messed up state. No threads are blocked on critical sections of my app. That's good. For the port 8080 connector, there are 196 threads in waiting on

Re: Different session id per page

2012-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 12/31/11 5:44 PM, Jerry Malcolm wrote: Chuck, the sessionCookiePath link you referenced says that all web apps can use the same cookie path (/). That means that several independent web applications will have to share the same session

Re: File leak in 7.0.23?

2012-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Janne, On 1/1/12 12:23 PM, Janne Jalkanen wrote: OK. Sounds like APR/native has an issue. There was a fair bit of refactoring in 7.0.22. I'll see if I can reproduce it. A simple test case may help. Should I open a bug now on the issue

Re: Servlet Mapping w/ Error Page

2012-01-02 Thread Terence M. Bandoian
On 1:59 PM, George Sexton wrote: On 12/31/11 2:04 PM, Konstantin Kolinko wrote: 2011/12/31 George Sextongeor...@mhsoftware.com: I have a servlet mapping for a page named /403.html I can invoke that URL and get a page as expected. In my deployment descriptor, I have an error mapping:

Re: Different session id per page

2012-01-02 Thread Terence M. Bandoian
On 1:59 PM, Jerry Malcolm wrote: Thanks, Tim. But that wasn't the problem. I've figured out what's happening. But I'm even more confused about how to move forward knowing that now. I've got a relatively simple situation. I have three pages that I am mapping to clean URLs in httpd

Re: File leak in 7.0.23?

2012-01-02 Thread Konstantin Kolinko
2011/12/31 Janne Jalkanen janne.jalka...@ecyrd.com: Hi all! I am seeing odd behaviour with 7.0.23, with the tomcat user's open file count increasing slowly, but consistently. Two other instances running the exact same codebase on identical hardware, BUT with Tomcat 7.0.20, are not

RE: help analyzing thread dump for Tomcat 7.0.23 issue

2012-01-02 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: help analyzing thread dump for Tomcat 7.0.23 issue Runnable means that the thread is actually doing something. Or that the thread is out in native code - and possibly stuck there. The OP is running APR... -

Re: File leak in 7.0.23?

2012-01-02 Thread Mike Wertheim
On Mon, Jan 2, 2012 at 4:31 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/12/31 Janne Jalkanen janne.jalka...@ecyrd.com: Hi all! I am seeing odd behaviour with 7.0.23, with the tomcat user's open file count increasing slowly, but consistently. Two other instances running the

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2012-01-02 Thread Mike Wertheim
On Mon, Jan 2, 2012 at 3:09 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, On 12/29/11 9:01 PM, Mike Wertheim wrote: I did a stack dump on 7.0.23 when it was in its messed up state. No threads are blocked on critical sections