Re: [Resin-interest] java.util.zip.ZipException: error in opening zip file

2012-02-07 Thread Manidhar gudavalli
I have these settings in my conf files for ulimits. vi /etc/security/limits.conf * soft nofiles 1024000 * hard nofiles 1024000 rootsoftnofiles 1024000 roothardnofiles 1024000 cat /proc/sys/fs/file-max 2188737 On Tue, Feb 7, 2012 at 12:56 PM, Manidhar gudavalli mani

[Resin-interest] File does not exist in Error Logs

2012-04-22 Thread Manidhar gudavalli
I am using Apache/2.2.20 and resin 3.1.12 . Recently, I am seeing lot of strange errors in Apache error_logs. I dont see an issue to access the website. However in the logs, I do see in this format. When the user request for a page /test/data/ , the below error appears some times in the logs.

[Resin-interest] 503 errors with apache resin connections

2012-08-05 Thread Manidhar gudavalli
I am using apache 2.2.22 and resin 4.0.29 version in linux on the the new server. Once in a while, I see 503 errors in errors_log of apache. After research, I realize that, this is happening when ever resin takes couple of seconds to respond to a request. What configuration will fix this problem?

[Resin-interest] apache resin 503 error when repeated requests from the same IP

2012-08-17 Thread Manidhar gudavalli
HI I am seeing a strange 503 error on the server. When the repeated requests coming from the clients with the same IP address, after some time, I am seeing 503 error in apache logs. These requests are all valid requests from valid ips. I am using resin 3.1.12. and apache 2.2.3 and JDK 7. Is

Re: [Resin-interest] apache resin 503 error when repeated requests from the same IP

2012-08-17 Thread Manidhar gudavalli
: On Aug 17, 2012, at 11:58 AM, Manidhar gudavalli wrote: HI I am seeing a strange 503 error on the server. When the repeated requests coming from the clients with the same IP address, after some time, I am seeing 503 error in apache logs. These requests are all valid requests from valid ips. I