You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by david2 <Da...@l-3comcept.com> on 2007/04/26 20:46:23 UTC

WORKAROUND to BindException in axis client

In the bug report (AXIS2-2593) Michele's comments point out a link to a link
to a link that identified a workaround.

To clarify, this is a workaround to the AxisFault caused by the
BindException "Address already in use: connect" generated when you very
rapidly send messages to a web service (usually the exception occurs at
about 4000 messages).

The problem is caused when the MaxUserPort is set too low (Windows XP
default is 5000) and TcpTimedWaitDelay is set too high (Windows XP default
is 120 seconds).  Note that similar errors occur on UNIX platforms for
similar reasons (running out of port numbers that are slow to be released by
the OS).

I summarized the workaround to in the JIRA bug report AXIS2-2593:

https://issues.apache.org/jira/browse/AXIS2-2593

The IBM site containing a detailed description of the workaround is located
at:

http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.eclient.doc/trs40019.htm
-- 
View this message in context: http://www.nabble.com/BindException-in-axis-client-tf3632035.html#a10206377
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org