users@glassfish.java.net

Re: "Too many open files" problem

From: Binod <Binod.Pg_at_Sun.COM>
Date: Mon, 07 May 2007 07:49:50 +0530

Can you please also use "lsof" and see what the leak is?
You can use "lsof -p <AS PID>" to find out the files opened by the
appserver process.

You can use "lsof -p <AS PID> -r <interval>" to periodically check
whats happening,

Thanks for the issue report!

- Binod.