java.io.FileNotFoundException: /opt/tb55/s3/conf/web.xml (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106)
java.lang:type=OperatingSystem > OpenFileDescriptorCount
lsof -u tomcat
solution: increase systems open file limit !!!
vi /etc/security/limits.conf
and edit the line to increase open file limit
* soft nofile 3072
* hard nofile 4048
Related posts:
Anonymous said on Wednesday, June 13, 2007, 8:51
NB: The OpenFileDescriptorCount is not available in Windows, and it is not included in the OperatingSystemMXBean interface.
Mert Can Akkan said on Thursday, June 14, 2007, 1:42
thanks for notice,
I didn’t used coding and interface for this , I see this from monitoring tools like jmanage and jconsole