Re: AxisFault: Read Time Out

2008-02-18 Thread Michele Mazzucco
Wesley, try to call options.setProperty(HTTPConstants.SO_TIMEOUT, value); Michele On 18 Feb 2008, at 13:02, Wesley Mesquita wrote: Hi all, I trying to use the axis2 api to generate clients to my webservices, but I am getting in trouble. I got rid of my examples to minimize the

AxisFault: Read Time Out

2008-02-18 Thread Wesley Mesquita
Hi all, I trying to use the axis2 api to generate clients to my webservices, but I am getting in trouble. I got rid of my examples to minimize the possibilities to make mistakes. So I trying the examples in this site

Re: AxisFault: Read Time Out

2008-02-18 Thread Wesley Mesquita
What this function suppose to do? I tried it, but I am getting the same Exception tree. On Feb 18, 2008 10:17 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Wesley, try to call options.setProperty(HTTPConstants.SO_TIMEOUT, value); Michele On 18 Feb 2008, at 13:02, Wesley Mesquita wrote:

Re: AxisFault: Read Time Out

2008-02-18 Thread Michele Mazzucco
Try options.setTimeoutInMilliseconds() then. Michele On 18 Feb 2008, at 16:50, Wesley Mesquita wrote: What this function suppose to do? I tried it, but I am getting the same Exception tree. On Feb 18, 2008 10:17 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Wesley, try to call

Re: AxisFault: Read Time Out

2008-02-18 Thread Wesley Mesquita
I got the same, i tried huge values and nothing has worked. It seems to me that there is something wrong in the axis2 installation (or in the services deployment), but I don´t know where to looking for since the services appear to be working fine when I invoke them at a browser. Thanks for

Re: AxisFault: Read Time Out

2008-02-18 Thread Wesley Mesquita
About 10 seconds. On Feb 18, 2008 2:55 PM, Michele Mazzucco [EMAIL PROTECTED] wrote: How long do your requests take (on average) to execute?, I think (but maybe I'm wrong) that those timeout are set to 30 seconds by default. Michele On 18 Feb 2008, at 17:27, Wesley Mesquita wrote: I got

Re: AxisFault: Read Time Out

2008-02-18 Thread Michele Mazzucco
How long do your requests take (on average) to execute?, I think (but maybe I'm wrong) that those timeout are set to 30 seconds by default. Michele On 18 Feb 2008, at 17:27, Wesley Mesquita wrote: I got the same, i tried huge values and nothing has worked. It seems to me that there is

[axis2] how to deal with read time out?

2008-02-06 Thread Michele Mazzucco
Hello everybody, how can I deal with read time out? One of my servers logged the following exception on the out fault phase. Is there any way to get the original destination and create a brand new MEP? ?xml version='1.0' encoding='utf-8'?soapenv:Envelope xmlns:soapenv=http

Re: [axis2] how to deal with read time out?

2008-02-06 Thread Michele Mazzucco
I forgot to mention that the MEP is in-out and I've enabled the use of a separate channel for the response (I guess it applies even if the sender used the NIO sender, doesn't it?) Michele On 6 Feb 2008, at 17:53, Michele Mazzucco wrote: how can I deal with read time out

Getting read time out in AxisFault

2008-01-30 Thread Wesley Mesquita
Hi there, I am trying to generate test clients. So I deployed a simple service at Axis2 (which is working if I test it from a browser), bur I tried a lot of manners to build a client, from scratch using AXIOM to simple adb stubs, but I getting read time out every time. I am using Tomcat 5.5

Read Time out Error when calling webservice from a proxy

2007-10-10 Thread Subhash.NarayananDroupathy
Hi, I am getting Read Time out Error when I try to invoke my target webservice from behind a proxy. I have configured the proxy setting in my client. The settings are as follows: EndpointReference targetEPR = new EndpointReference(http://10.236.28.196:8080/axis2/services

Re: Read Time out Error when calling webservice from a proxy

2007-10-10 Thread Upul Godage
getting Read Time out Error when I try to invoke my target webservice from behind a proxy. I have configured the proxy setting in my client. The settings are as follows: EndpointReference targetEPR = *new* EndpointReference( http://10.236.28.196:8080/axis2/services/WeatherService

Re: Read Time out Error when calling webservice from a proxy

2007-10-10 Thread Antonio Manuel Muñiz Martín
machine (localhost) at 8090? I think you should be able to put those values in a browser proxy settings page and access something with the browser. Upul On 10/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am getting Read Time out Error when I try to invoke my target

RE: Axis2 Read time out with https

2007-07-27 Thread DOMINGUEZ Felipe
Message- From: DOMINGUEZ Felipe [mailto:[EMAIL PROTECTED] Sent: Thursday 26 July 2007 15:24 To: axis-user@ws.apache.org Subject: Axis2 Read time out with https Hello. I am having a problem with axis2 when connecting to a https server. No matter what I do I get a Read time out error. I do

Axis2 Read time out with https

2007-07-26 Thread DOMINGUEZ Felipe
Hello. I am having a problem with axis2 when connecting to a https server. No matter what I do I get a Read time out error. I do not get the same problem when using axis 1.4 I can connect to the http server using HttpClient as explained at http://jakarta.apache.org/commons/httpclient

Axis2: Read time out for a long operation

2006-08-15 Thread debasish . duttaroy
Hi All I have a sql operation (read) which is a time consuming one. It is ok if it takes time. But Axis2 is throwing up exception. The stack trace is below. I tried to update axis2.xml and increase the request timeout value. parameter name=requestTimeout

Re: Axis2: Read time out for a long operation

2006-08-15 Thread Davanum Srinivas
http://www.wso2.net/kb/209 On 8/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All I have a sql operation (read) which is a time consuming one. It is ok if it takes time. But Axis2 is throwing up exception. The stack trace is below. I tried to update axis2.xml and increase the request

Re: READ TIME OUT using NONBlocking client

2006-08-01 Thread Deepal Jayasinghe
then read time out is occurring.As my process can take several hours in responding,so I need this kind of thing.Please help

RE: READ TIME OUT using NONBlocking client

2006-08-01 Thread nancy
Please help somebody. I am facing this problem from very long time. From: nancy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 10:33 AM To: axis-user@ws.apache.org Subject: READ TIME OUT using NONBlocking client Hello, I want to use callback means nonblocking

READ TIME OUT using NONBlocking client

2006-07-31 Thread nancy
Hello, I want to use callback means nonblocking axis client to call webservice.I am using following code for that.But even then read time out is occurring.As my process can take several hours in responding,so I need this kind of thing.Please help

Read Time Out?

2006-06-02 Thread nancy
Hi, I am using axis 2 for implementing my web service client.whenever I invoke the webservice,I get error: Read Time Out I have set options.setTimeOutInMilliSeconds(1000*60*60*60); in client but then also error is occurring. Caused by: java.net.SocketTimeoutException: Read

Read time out?

2006-06-02 Thread nancy
Hi, I am using axis 2 for implementing my web service client.whenever I invoke the webservice,I get error: Read Time Out I have set options.setTimeOutInMilliSeconds(1000*60*60*60); in client but then also error is occurring. Caused by: java.net.SocketTimeoutException: Read

Read Time Out

2006-03-09 Thread nancy
Hi, I am using Axis2 to develop my J2ee application as a Webservice i.e I just want to expose only 2 methods of my application. Now I want to make its clients using Axis2 itself.When my client send request to webservice,error occurs: DEBUG HttpConnection - enter

RE: [Axis2] Read Time Out

2006-03-09 Thread nancy
:[Axis2] Read Time Out What is an estimate of an anticipated time for your j2ee app to produce a result. Is it a long running application? On 3/9/06, nancy [EMAIL PROTECTED] wrote: Hi, I am using Axis2 to develop my J2ee application as a Webservice i.e I just want to expose only 2 methods of my

RE: [Axis2] Read Time Out

2006-03-09 Thread Chandrashekar_Sudars
You are not pointing to the service.. Check the service URL... -Original Message- From: nancy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 6:40 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] Read Time Out Yah I am using hibernate in my application.So it take time. I