Hi,
I have a cron job which periodically clears a table and populates with
some new data. (It's a very simple table).
Only once it had got it running properly, most of the times, i see the
following :
1. 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.
2. com.google.apphosting.runtime.HardDeadlineExceededError: This
request (9867d5e5c6f71dc8) started at 2010/07/16 23:37:22.332 UTC and
was still executing at 2010/07/16 23:37:51.453 UTC.
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:443)
at java.util.concurrent.TimeUnit.timedWait(Unknown Source)
at com.google.apphosting.runtime.AsyncFuture.get(AsyncFuture.java:60)
at com.google.apphosting.runtime.ApiProxyImpl
$AsyncApiFuture.get(ApiProxyImpl.java:332)
at com.google.apphosting.runtime.ApiProxyImpl
$AsyncApiFuture.get(ApiProxyImpl.java:223)
at
com.google.apphosting.runtime.ApiProxyImpl.doSyncCall(ApiProxyImpl.java:
135)
at com.google.apphosting.runtime.ApiProxyImpl.access
$000(ApiProxyImpl.java:43)
at com.google.apphosting.runtime.ApiProxyImpl$1.run(ApiProxyImpl.java:
108)
at com.google.apphosting.runtime.ApiProxyImpl$1.run(ApiProxyImpl.java:
106)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.apphosting.runtime.ApiProxyImpl.makeSyncCall(ApiProxyImpl.java:
106)
at
com.google.apphosting.runtime.ApiProxyImpl.makeSyncCall(ApiProxyImpl.java:
43)
at com.google.apphosting.api.ApiProxy.makeSyncCall(ApiProxy.java:102)
at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:
34)
When i check the application locally, everything works fine. I really
couldn't find out the cause of this exception and why should it
happen.
Can some one from the App team help me out.
Thanks.
--
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.