Seems like a good idea to me!
Can you please raise a JIRA under the improvement tag?
Paul
On Nov 14, 2007 2:46 PM, Pär Malmqvist <[EMAIL PROTECTED]> wrote:
> Hello!
>
> The problem with "Address already in use: connect" exception for an
> Axis2 client when execu
AIL PROTECTED]> Subject: Re: Address already in use: connect> Date:
> Wed, 14 Nov 2007 14:50:48 +> To: axis-user@ws.apache.org> > I think that
> this is not solution.> > The problem arises because your code doesn't cleanup
> the used > resources properly.&g
> Hello!
>
> The problem with "Address already in use: connect" exception for an
> Axis2 client when executing thousends of calls
> is solved by:
>
>
> Options options = stub._getServiceClient().getOptions();
>
> options.setProperty(HTTPCons
wrote:
Hello!
The problem with "Address already in use: connect" exception for an
Axis2 client when executing thousends of calls
is solved by:
Options options = stub._getServiceClient().getOptions();
options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, Boolean.TRUE);
So it might be g
Hello!
The problem with "Address already in use: connect" exception for an Axis2
client when executing thousends of calls is solved by:
Options options = stub._getServiceClient().getOptions();
options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, Boolean.TRUE);
So it might be good
On Sat, 2007-10-13 at 11:00 +0200, Pär Malmqvist wrote:
> I guess the solution you gave me works for both cases, but in this
> case I would like to get a generated client that works fine with not
> much work.
> Not that I am that lazy but I think of the people that dont have that
> much knowledge a
that dont have that much
knowledge about Axis2 and we want everybody to use Axis2 in a simple way!
So it would be nice to here the opinion from anyone working with the WSDL2Java
tool.
Regards
Pär Malmqvist
> Subject: Re: WSDL2Java, Address already in use: connect> From:
ructor: stub = new MyServiceStub(endPoint);
> Then I create my request and execute the service and it works fine.
>
> But when I have done a couple of thousands requests I get the
> exception:
> Address already in use: connect.
>
> Is there something wrong in the generated clie
:
Address already in use: connect.
Is there something wrong in the generated client or am I using it wrong?
/Pär Malmqvist
_
Invite your mail contacts to join your friends list with Windows Live Spaces.
It's easy!
anup();
> sender.cleanupTransport();
>
> }
>
> I get exception AxisFault: Address already in use: connect
> after a couple of thousand calls.
>
> It seems t
ike this:
ServiceClient sender = new ServiceClient();
for(int i = 0; i < 100; i++) {
...
sender.sendReceive(payload);
sender.cleanup();
sender.cleanupTransport();
}
I get exception AxisFault: Address already in use: connect
after a couple of thousand calls.
It seems to be some
005 17:34
> An: axis-user@ws.apache.org
> Betreff: Re: AW: Axis 1.3 Address already in use: connect->
> java.net.BindException
>
> Dirk wrote:
> > So the best is to wait between the requests?
>
> We made the registry changes as outlined in the original document;
>
Dirk wrote:
> So the best is to wait between the requests?
We made the registry changes as outlined in the original document;
decreased the amount of time spent in TIME_WAIT state, and increased the
number of TCP/IP dynamic ports available--it enabled us to more than double
the number of virtual u
chitect
> Sales & Service Management Program
> US Bank
>
>
>
>
> "Bromberg, Dirk -
> encoway" To: axis-
> [EMAIL PROTECTED]
> <[EMAIL PROTECTED]cc:
>
<[EMAIL PROTECTED]cc:
.de> Subject: Axis 1.3 Address
already in use: co
{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
16 matches
Mail list logo