Thanks Vinny will try with this .
On Feb 17, 2014 11:29 PM, "Vinny P" <vinny...@gmail.com> wrote:

> On Mon, Feb 17, 2014 at 10:54 AM, Pravanjan Niranjan <
> pravanjan.niran...@a-cti.com> wrote:
>
>>    I am getting error while processing the batch request for spreadsheet
>> .
>>    error log :
>>
>> [Part of stack trace removed]
>>
>> Caused by: java.net.SocketTimeoutException: Timeout while fetching:
>> https://spreadsheets.google.com/feeds/cells/tLg2C26OiJUnVumSZwVC7SA/od6/private/full/batch
>>
>> at
>> com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:52)
>>
>> at
>> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.fetchResponse(URLFetchServiceStreamHandler.java:417)
>>
>
>
>
> You're batch-updating too many cells at a time, and exceeding the
> connection timeout (see the "timeout while fetching" error message above).
>
> What you can try is calling *SpreadsheetService.setConnectTimeout(int)*
>  and *SpreadsheetService.setReadTimeout(int)* and setting higher timeouts
> for the connection.
>
>
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to