Search มาใส่ไว้ จะได้หาง่ายๆ ^_^
อ่อ แก้ ulimit ใน profile root เลยง่ายกว่านะ
ทางที่ดีนะ Up Fix work สุดๆ
Problem
An "Unable to compile class for JSP" error is thrown at runtime. See the complete error message below.
org.apache.jasper.JasperException: Unable to compile class for JSP/usr/
Cause
The exception above is thrown when the operating system (OS) and JVM run out of file descriptors. File descriptors are unique to processes to identify open files of different types, including sockets or pipes. Exceptions indicating too many open files are thrown when the OS runs short of file descriptors.
Solution
There is a ulimit parameter in Linux that controls the number of files/connections that can be opened. You can find the current ulimit setting by entering the following command (ulimit -n). Ensure that this is set to at least 8192.
No comments:
Post a Comment