Hi, I am getting the following error sporadically in my application. I have searched the discussion but have not found a definitive solution to the problem. The client is android 2.1 and it makes an http call to the server. Some of the requests go through and some don't. The android client will send updates to the server either every 2 minutes or if a minimum distance is exceeded. I would not think this would generate too many requests, especially since I am still in dev phase. Can someone tell me why some succeed and some don't? Most of the request are going to be the same size.
W 07-09 10:15AM 47.026 Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact the App Engine team. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
