Hello,
I've setup a webservice using tomcat and axis 1.3 via ant.
It is a simple object with a method. When I call it thousand times (e.g.
in a loop) than sometimes I get this exception:
------------------------------------------------------------
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.BindException: Address already in use: connect
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.BindException:
Address already in use: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
-----------------------------------------------------------
after it the service works like before...
Must I close something or synchronize the service method?
Thanks
Dirk