When executing the app on my local workstation it works without a problem. However,when i deploy it to GAE it fails with this stack trace every time.
Any ideas ? Thanks Note: My post data is small, only 5 contacts SDK: SDK 1.3.1 Ticket: http://code.google.com/p/googleappengine/issues/detail?id=3101 java.io.IOException: Timeout while fetching: http://www.google.com/m8/feeds/contacts/default/full/batch at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java: 108) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java: 39) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.fetchResponse(URLFetchServiceStreamHandler .java:404) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getInputStream(URLFetchServiceStreamHandle r.java:283) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getResponseCode(URLFetchServiceStreamHandl er.java:136) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java: 535) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java: 515) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java: 515) at com.google.gdata.client.Service.batch(Service.java:1372) at com.google.gdata.client.GoogleService.batch(GoogleService.java:756) -- 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.
