Re: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Scott M Stark
- Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 9:24 PM Subject: Re: [JBoss-user] JBoss Has Many Open Files Sorry for my ignorance, but how does running deployments unpacked reduce

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Hunter Hillegas
a bug with more details. Hunter From: Scott M Stark [EMAIL PROTECTED] Organization: JBoss Group Reply-To: [EMAIL PROTECTED] Date: Thu, 13 Jun 2002 21:43:14 -0700 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Has Many Open Files Unpackaged deployments are not copied

RE: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Lucas McGregor
of concurrent files, which on a default solaris is something pathetically low like 255. lucas mcgregor -Original Message- From: Gunaseelan Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Has Many Open Files

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Stephen Davidson
21:43:14 -0700 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Has Many Open Files Unpackaged deployments are not copied and there are no jars that would be kept open the the URLClassLoaders. You could also just crank up the open files limit. I don't know what the absolute upper bound

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-13 Thread Scott M Stark
-user] JBoss Has Many Open Files On our Red Hat 7.2 server, we have started getting too many files open errors. Using 'lsof' I have determined that JBoss has 11340 files open of the 18000 total open in the system. I did this with this command: lsof | grep java | wc -l We don't have any

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-13 Thread Paul E. Baclace
At 07:21 PM 2002.06.13 -0700, you wrote: On our Red Hat 7.2 server, we have started getting too many files open errors. Using 'lsof' I have determined that JBoss has 11340 files open of the 18000 total open in the system. I did this with this command: lsof | grep java | wc -l We don't have any

[JBoss-user] JBoss Has Many Open Files

2002-06-13 Thread Hunter Hillegas
On our Red Hat 7.2 server, we have started getting too many files open errors. Using 'lsof' I have determined that JBoss has 11340 files open of the 18000 total open in the system. I did this with this command: lsof | grep java | wc -l We don't have any other Java programs running. Anyway,

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-13 Thread Scott M Stark
Officer JBoss Group, LLC - Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:21 PM Subject: [JBoss-user] JBoss Has Many Open Files On our Red Hat 7.2 server, we have started getting too many

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-13 Thread Hunter Hillegas
problem per se? Thanks, Hunter From: Scott M Stark [EMAIL PROTECTED] Organization: JBoss Group Reply-To: [EMAIL PROTECTED] Date: Thu, 13 Jun 2002 20:52:56 -0700 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Has Many Open Files The bulk of the files are the copies of deployments