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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
