Re: SocketTimeOutException

2007-01-16 Thread pierre . clermont
I had the same problem :
you can try to update timeout value in axis.xml.
But for me the problem was fixed to uninstall my security internet tools
(stopping firewall was not enough ...)



Quoting "Jernigan, TieSha" <[EMAIL PROTECTED]>:

> When running my Axis2 Client, after about 20-30 seconds I get the
> following exception. My system does not recover from this exception. I
> am assuming that when the exception occurs the socket gets closed, so I
> never get a response back from my server. Is there a way that I can
> increase the timeout? Or are there any other suggestions on how to fix
> the problem?
>
>
>
> ERROR espace.services.galelite.client.BaseWebServiceClient  - Server
> responded with the Exception[Read timed out; nested exception is:
>
> java.net.SocketTimeoutException: Read timed out; nested
> exception is:
>
> org.apache.axis2.AxisFault: Read timed out; nested exception
> is:
>
> java.net.SocketTimeoutException: Read timed out]
>
> [2007.01.16 at 13:35:01 EST] Server responded with the Exception[Read
> timed out; nested exception is:
>
> java.net.SocketTimeoutException: Read timed out; nested
> exception is:
>
> org.apache.axis2.AxisFault: Read timed out; nested exception
> is:
>
> java.net.SocketTimeoutException: Read timed out]
>
>



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



axis2 samples socket timeout

2007-01-12 Thread pierre . clermont
Hi,

i am a new user of Axis2, to start quickly i try to run some samples code but
i have always the same exception (simple server or with tomcat)

run.client:
 [java] org.apache.axis2.AxisFault: Read timed out; nested exception is:
 [java] java.net.SocketTimeoutException: Read timed out; nested
exception is:
 [java] org.apache.axis2.AxisFault: Read timed out; nested exception is:
 [java] java.net.SocketTimeoutException: Read timed out


I have update ConfigContextTimeoutInterval and requestTimeout from axis.xml
but the same exception happens.

Perhaps someone had that problem ...

Thanks for your help

Regards,
Pierre

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