From my application, there are about 10535 threads created and each thread makes a soap call to get a response
Below is the error trace. Is this due to the server which couldn't handle this many requests? If it is, how do I resolve that?
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: Too many open files; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: Too many open files]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
at org.apache.soap.messaging.Message.send(Message.java:123)