Hi,

i tried to use serviceClient.cleanupTransport() but it didn?t solve the problem.
I had a look at the example at:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/async/AsyncService2Test.java
The Problem is that if i activate AUTO_RELEASE_CONNECTION or REUSE_HTTP_CLIENT in the options the callback does not receive any answers.

regards

Björn Krüger

Deepal Jayasinghe schrieb:
Hi Bjoern ,
try to call
serviceClient.cleanUpTransport(); after each request

Thanks
Deepal
Hi,

i? m using tomcat6 and axis2 to deploy a webservice. This webservice
has to deal with a lot of traffic. The problem is that the
Http-Connections are not closed correctly and the amout of connections
in the CLOSE_WAIT state increase constantly till the maximum number is
reached. If I activate the AUTORELEASE_CONNECTION property in the
options, im getting the Exception : Trying to read on closed stream.
Has anyone an idea what i can do to close the connections properly?

regards

Björn Krüger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to