Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-22 Thread gnath
Hello, We have been seeing SocketException: Too many open files in production environment(Linux OS running Tomcat 6.0.35 with sun's JDK 1.6.30) every day and requires a restart of Tomcat. When this happened for the first time, we searched online and found people suggesting to increase the

Status of 'kitty' project (JMX CLI Client)

2012-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm asking here instead of on the Kitty mailing list just in case it gets a conversation going among a wider audience and drums-up some support for Kitty. What's the status of Kitty? http://incubator.apache.org/projects/kitty.html It's been

Re: Status of 'kitty' project (JMX CLI Client)

2012-01-22 Thread Pid *
On 22 Jan 2012, at 17:57, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm asking here instead of on the Kitty mailing list just in case it gets a conversation going among a wider audience and drums-up some support for Kitty.

Re: Status of 'kitty' project (JMX CLI Client)

2012-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 1/22/12 1:19 PM, Pid * wrote: It's been incubating for some time, now. Is it cooked, yet? It stalled for various reasons. I've got some code to commit I was able to build it but not run it because I couldn't figure out what libraries it

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G, On 1/22/12 3:01 AM, gnath wrote: We have been seeing SocketException: Too many open files in production environment(Linux OS running Tomcat 6.0.35 with sun's JDK 1.6.30) every day and requires a restart of Tomcat. When this happened for the

Re: BonCode AJP Connector 1.0rc ready - AJP from IIS to Tomcat

2012-01-22 Thread Bilal S
Sure thing here is the change log between 0.91 to 1 Version 0.9.2.2 Updates: * Fix: gzip compression handling from servlets. Set correct content encoding. * Fix: install on IIS7 did not write setting file * Add: Updated troubleshooting information in Manuals Version 0.9.2.3 Updates: * Fix: JSP

Re: CVE-2012-0022 details

2012-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 1/21/12 3:02 AM, David Jorm wrote: Based on reading the advisory and Tomcat patch code, it seems to me that the issue is simply slow processing when a very large number of parameters is received with a request. The parameter names must

Re: CVE-2012-0022 details

2012-01-22 Thread markt
Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 1/21/12 3:02 AM, David Jorm wrote: Based on reading the advisory and Tomcat patch code, it seems to me that the issue is simply slow processing when a very large number of

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-22 Thread gnath
Thanks chris for looking into this. Here are answers for the questions you asked. We have 2 connectors (one for http and another for https) using the tomcatThreadPool. I have the connectionTimeout=2 for http connector.  However i was told that our https connector might not be used by the

Connection.close() has already been called during login

2012-01-22 Thread removeps-code
Am running Tomcat 7 and see this in the logs: SEVERE: Exception performing authentication com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Connection.close() has already been called. Invalid operation in this state. at

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-01-22 Thread kitagawa
Thank you for your response I read the FAQ and wasn't able to find a solution to the problem. I researched it some more and found a bug in Java 1.5 in java.nio.charset.Charset.decode() that might be the cause. A ticket was submitted regarding a similar problem to sun in 2004