java.io.FileNotFoundException: .../Test/OSB12/Oracle/Middleware/Oracle_Home/wlserver/server/lib/consoleapp/APP-INF/lib/p13n_system.jar (Too many open files)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Check whether the java application is running using the
sudo
command as the root user. If it is not, change the access permissions of the file in the provided directory to the category orothers
. Ideally the permission level of 777 will fix this issue.
Solutions on the web
via Oracle Community by 3326399, 1 year ago
via Stack Overflow by David Flores
, 1 year agovia apache.org by Unknown author, 2 years ago
via apache.org by Unknown author, 2 years ago
via Stack Overflow by Jennifer007
, 1 year agovia Oracle Community by 3010121, 1 year ago
java.io.FileNotFoundException: .../Test/OSB12/Oracle/Middleware/Oracle_Home/wlserver/server/lib/consoleapp/APP-INF/lib/p13n_system.jar (Too many open files)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.
(ZipFile.java:219) at java.util.zip.ZipFile.
(ZipFile.java:149) at java.util.jar.JarFile.
(JarFile.java:166) at java.util.jar.JarFile.
(JarFile.java:130)