Hi all, I am now searching for a solution to this problem for many weeks without success.
I have a very simple RPCServiceClient similar to the one described in the Axis2 POJO Web Services example [1]. If I call this client very frequently in a loop (e.g. 5000 times) I eventually get a BindException when calling the service. Client OS is Windows XP SP2. Axis2 version is 1.3. In the meanwhile I know that the sockets used for the connections are not closed fast enough and if the maximum user sockets under Windows of 5000 is reached I get those exceptions. >From the threads in this mailing list ([2] and [3]) I already got a good >understanding about the cause of the problem and what the solution for an >asynchronous web service (as described in the JIRA issue #2593 [4]) can be. But I am not able to transfer this knowledge to my RPCServiceClient. All attempts I made failed. The proposed solution desribed in [4] using the AsyncService2Test.java test case as an example seems not to work for a RPCServiceClient . So is it not possible to get a solution for a RPCServiceClient? Does anyone have an idea how I can solve this problem for a RPCServiceClient? Any hints are welcome! [1] http://ws.apache.org/axis2/1_3/pojoguide.html [2] http://www.nabble.com/-axis2--BindException-from-Axis-client-tf4356696.html#a12415403 [3] http://www.nabble.com/BindException-in-axis-client-tf3632035.html#a10164824 [4] https://issues.apache.org/jira/browse/AXIS2-2593 Thanks - Marc _________________________________________________________________ Jetzt kostenlos downloaden: 30 Messenger Emoticons! http://www.messenger-emoticons.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
