Any progress on this issue? I've been seeing the same exact thing. I tried setting the service read and connect timeouts to 0 (which is supposed to disable timeouts), as well as very large numbers, but I continue to get the same error. I am doing batch operations. The operations appear to complete, but that error gets thrown still.
On Nov 13, 1:43 pm, dsay <[email protected]> wrote: > Even I am getting same error for sites > > On Nov 6, 11:54 am, Roy <[email protected]> wrote: > > > Recently I've started getting timeouts fetching a spreadsheet using > > the Gdata API library. How do I increase the timeout? > > > Stack trace follows:- > > > java.io.IOException: Timeout while > > fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPq5454wZIlYT_Vy7j... > > Timeout while > > fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPqwZIlYT_Vy7jY-b2... > > com.google.appengine.api.urlfetch.URLFetchServiceImpl.handleApplicationException > > (URLFetchServiceImpl.java:69) > > com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch > > (URLFetchServiceImpl.java:42) > > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler > > $Connection.fetchResponse(URLFetchServiceStreamHandler.java:408) > > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler > > $Connection.getInputStream(URLFetchServiceStreamHandler.java:290) > > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler > > $Connection.getResponseCode(URLFetchServiceStreamHandler.java:131) > > com.google.gdata.client.http.HttpGDataRequest.checkResponse > > (HttpGDataRequest.java:535) > > com.google.gdata.client.http.HttpGDataRequest.execute > > (HttpGDataRequest.java:515) > > com.google.gdata.client.http.GoogleGDataRequest.execute > > (GoogleGDataRequest.java:515) > > com.google.gdata.client.Service.getEntry(Service.java:1270) > > com.google.gdata.client.GoogleService.getEntry(GoogleService.java:567) > > com.google.gdata.client.Service.getEntry(Service.java:1196) > > com.google.gdata.data.spreadsheet.SpreadsheetEntry.getDefaultWorksheet > > (SpreadsheetEntry.java:143) > > couk.cleverthinking.cc.server.google.GoogleDoc.fetchSpreadsheetContents > > (GoogleDoc.java:225) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
