Discussion:
Reg: Time out error
Sandeep Komaravelly
2013-06-12 13:38:13 UTC
Permalink
Hi Axis2 Users/Developers,

I am Using AXIS2 in my application. I am new to this.
I am getting the following error.

Stub invoke FAILED: Error code: 92 :: Response timed out

Could someone let me know how I can set the timeout to some where like 5
mins instead to the default.

*Thanks*
*K Sandeep*
Sandeep Komaravelly
2013-06-12 13:40:33 UTC
Permalink
Hi Axis2 Users

I am Using AXIS2 in my application. I am new to this.
I am getting the following error.

Stub invoke FAILED: Error code: 92 :: Response timed out

Could someone let me know how I can set the timeout to some where like 5
mins instead to the default.

*Thanks*
*K Sandeep*
Jean-Marc Lamond
2013-06-12 14:10:27 UTC
Permalink
/* Set timeout value */

axis2_options_set_timeout_in_milli_seconds(options, env, timeout);



De : Sandeep Komaravelly [mailto:komaravellysandeep-***@public.gmane.org]
Envoyé : mercredi 12 juin 2013 15:38
À : c-user-r8yd/***@public.gmane.org; c-dev-r8yd/***@public.gmane.org
Objet : Reg: Time out error



Hi Axis2 Users/Developers,



I am Using AXIS2 in my application. I am new to this.

I am getting the following error.



Stub invoke FAILED: Error code: 92 :: Response timed out


Could someone let me know how I can set the timeout to some where like 5
mins instead to the default.



Thanks

K Sandeep
Stadelmann Josef
2013-06-12 15:03:39 UTC
Permalink
For me the question is does the request come to the server and maybe write into a log to state the visit or is it never approaching the server for one or another reason?

What does TCPIP Monitor or a WireShark say show?

With kind regards

Josef









Von: Jean-Marc Lamond [mailto:jean-marc-K0RkNnOJTdz2eFz/***@public.gmane.org]
Gesendet: Mittwoch, 12. Juni 2013 16:10
An: 'Apache AXIS C User List'; c-dev-r8yd/***@public.gmane.org
Betreff: RE: Time out error



/* Set timeout value */

axis2_options_set_timeout_in_milli_seconds(options, env, timeout);



De : Sandeep Komaravelly [mailto:komaravellysandeep-***@public.gmane.org]
Envoyé : mercredi 12 juin 2013 15:38
À : c-user-r8yd/***@public.gmane.org; c-dev-r8yd/***@public.gmane.org
Objet : Reg: Time out error



Hi Axis2 Users/Developers,



I am Using AXIS2 in my application. I am new to this.

I am getting the following error.



Stub invoke FAILED: Error code: 92 :: Response timed out


Could someone let me know how I can set the timeout to some where like 5 mins instead to the default.



Thanks

K Sandeep
Sandeep Komaravelly
2013-06-12 16:16:17 UTC
Permalink
Can I even set this in axis2.xml file..?
    /* Set timeout value */
    axis2_options_set_timeout_in_milli_seconds(options, env, timeout);
 
Envoyé : mercredi 12 juin 2013 15:38
Objet : Reg: Time out error
 
Hi Axis2 Users/Developers,
 
I am Using AXIS2 in my application. I am new to this.
I am getting the following error.
 
Stub invoke FAILED: Error code: 92 :: Response timed out
Could someone let me know how I can set the timeout to some where like 5 mins instead to the default.
 
Thanks
K Sandeep
Jean-Marc Lamond
2013-06-12 16:41:43 UTC
Permalink
Yes



De : Sandeep Komaravelly [mailto:komaravellysandeep-***@public.gmane.org]
Envoyé : mercredi 12 juin 2013 18:16
À : c-user-r8yd/***@public.gmane.org
Objet : RE: Time out error



Can I even set this in axis2.xml file..?

Jean-Marc Lamond <jean-marc-K0RkNnOJTdz2eFz/***@public.gmane.org> wrote:

/* Set timeout value */

axis2_options_set_timeout_in_milli_seconds(options, env, timeout);



De : Sandeep Komaravelly [mailto:komaravellysandeep-***@public.gmane.org]
Envoyé : mercredi 12 juin 2013 15:38
À : c-user-r8yd/***@public.gmane.org; c-dev-r8yd/***@public.gmane.org
Objet : Reg: Time out error



Hi Axis2 Users/Developers,



I am Using AXIS2 in my application. I am new to this.

I am getting the following error.



Stub invoke FAILED: Error code: 92 :: Response timed out


Could someone let me know how I can set the timeout to some where like 5 mins instead to the default.



Thanks

K Sandeep
Nandika Jayawardana
2013-06-15 16:54:20 UTC
Permalink
Hi Sandeep,

You can use the method axis2_options_set_timeout_in_milli_seconds to
configure timeout.
If you are using the generated code, you might have to obtain the options
struct and then set the timeout.

regards
Nandika


On Wed, Jun 12, 2013 at 7:08 PM, Sandeep Komaravelly <
Post by Sandeep Komaravelly
Hi Axis2 Users/Developers,
I am Using AXIS2 in my application. I am new to this.
I am getting the following error.
Stub invoke FAILED: Error code: 92 :: Response timed out
Could someone let me know how I can set the timeout to some where like 5
mins instead to the default.
*Thanks*
*K Sandeep*
Loading...