[jboss-user] [Performance Tuning] - Re: java.net.SocketException: Too many open files on Red Hat
vons1234
do-not-reply at jboss.com
Mon Jun 29 14:04:38 EDT 2009
try to see what file handles are open using following command
lsof -p PID
I did face same problem while using Jboss 4.3 on SunOS.
We were using jboss webservices module and while load testing it was throwing same exception for WSDL
java.net.SocketException: Too many open files
I believe there is a patch available for this. We used that patch and that resolved the problem.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240835#4240835
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240835
More information about the jboss-user
mailing list