[Resin-interest] Cluster and java.lang.IllegalArgumentException: block 30720 must match store Table[srun_b:1] error

2007-01-11 Thread Yogesh Gowdra
Hi, We use resin 3.0.14 professional in clustered environment on Linux OS. We have 2 nodes in cluster behind hardware loadbalancer. Everything used to work fine until recently when our production licence expired. Scenario: When user navigates to certain point in application, session in

Re: [Resin-interest] Cluster and java.lang.IllegalArgumentException:block 30720 must match store Table[srun_b:1] error

2007-01-22 Thread Yogesh Gowdra
Deleting srun_*.db files and restarting server solved the problem. More than licensing issue, it was the size (close to a gig) of these files which created problem. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yogesh Gowdra Sent: Thursday

[Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14

2007-03-20 Thread Yogesh Gowdra
Hi All, I had posted this in the past, but did not get any appropriate answer, hence posting it again. We have web application running on Caucho's resin server (3.0.14) on jdk 1.5.0_11 and Red hat Linux. We are noticing that java process is running out of file handles within 24-30 hours. We have

Re: [Resin-interest] java.util.zip.ZipException: Too many openfiles. Resin 3.0.14

2007-03-20 Thread Yogesh Gowdra
PROTECTED] On Behalf Of Scott Ferguson Sent: Tuesday, March 20, 2007 6:17 PM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] java.util.zip.ZipException: Too many openfiles. Resin 3.0.14 On Mar 20, 2007, at 5:54 PM, Yogesh Gowdra wrote: Hi All, I had

Re: [Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14

2007-03-22 Thread Yogesh Gowdra
ehalf Of Knut Forkalsrud Sent: Tuesday, March 20, 2007 6:28 PM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14 Scott Ferguson wrote: On Mar 20, 2007, at 5:54 PM, Yogesh Gowdra

Re: [Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14

2007-04-03 Thread Yogesh Gowdra
: Too many open files. Resin 3.0.14 I would think "lsof" can give you the information. Otherwise the /proc file system has nodes for introspection of lots of stuff like this. Unfortunately I'm not a black-belt sysadmin, so I don't know the details on how to find it. -Knut