|
Title: Request timing out Post by: Tareque on November 26, 2007, 06:55:01 pm Hi,
I have create a new Test Request which is timing out when the Database is slow or when i try to debug the application. The exception is Mon Nov 26 12:51:47 EST 2007:ERROR:Exception in request: java.net.SocketTimeoutException: Read timed out Mon Nov 26 12:51:47 EST 2007:ERROR:An error occured [Read timed out], see error log for details Mon Nov 26 12:51:47 EST 2007:INFO:Error getting response for [WSDLGatewaySoapBinding.processRequest:Test Request]; java.net.SocketTimeoutException: Read timed out Is there any way I can increase the timeout for this request? Regards Title: Re: Request timing out Post by: omatzura on November 26, 2007, 07:04:09 pm Hi,
yes, there is a setting for this in the global preferences dialog in the HTTP-Settings tab ("Socket Timeout"), specify for example 600000 for ten minutes.. Hope this helps! regards, /Ole eviware.com Title: Re: Request timing out Post by: TSeieroe on May 13, 2008, 07:38:35 pm how can I set this variable with the value of another value. I tried the following but it does not work
<con:setting id="HttpSettings@socket_timeout">${Global-timeout-ms}</con:setting> Title: Re: Request timing out Post by: TSeieroe on May 13, 2008, 07:42:48 pm how can I set this variable with the value of another value. I tried the following but it does not work <con:setting id="HttpSettings@socket_timeout">${Global-timeout-ms}</con:setting> Title: Re: Request timing out Post by: omatzura on May 13, 2008, 09:46:51 pm Hi,
Unfortunately you currently can't, please add a feature request at sourceforge for this! regards, /Ole eviware.com Title: Re: Request timing out Post by: CFD on May 21, 2008, 09:37:43 am Hi guys,
I have a read timeout too but I use the API in a JSE project, I would like to know if I'm in the same case than TSeieroe :) If you didn't have the feature, how do you pass the timeout value from your GUI to the <insert the good object> to make the connection ? Thanks for your time, Christophe. |