Monday, October 25, 2010

Troubleshooting Too many open files issues

Hi All,

Servlet failed with IOException: java.io.FileNotFoundException:(Too many open files)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at weblogic.utils.classloaders.FileSource.getInputStream(FileSource.java:31)
at weblogic.servlet.internal.WarSource.getInputStream(WarSource.java:65)
at weblogic.servlet.FileServlet.sendFile(FileServlet.java:400)
In this post I’ll try to give some general guidelines on how to go about troubleshooting "Too many open files" exception.