Did you get the error on production environment? I got the same error on dev environment of 1.7.7. And if upgrade to 1.8.0 on dev server, an ServerDoesNotExistError will be thrown out. But everything working properly on production server.
Do you get the error after upgrade? On Wed, Apr 10, 2013 at 5:11 PM, spen <[email protected]> wrote: > apologies for the spam, but this must be related to this issue: > https://code.google.com/p/googleappengine/issues/detail?id=5105 that was > fixed in the 1.7.7 update, appears to have some side effects > > > On Wednesday, April 10, 2013 4:09:15 PM UTC+7, spen wrote: >> >> i have fixed this by adjusting my nginx proxy to forward the appengine >> port alongside the hostname, not sure why the dev_appserver uses the client >> hostname/port for the task queues >> >> On Wednesday, April 10, 2013 3:30:09 PM UTC+7, spen wrote: >>> >>> i updated to 1.7.7 about 20 minutes ago, had a quick run through my app >>> to make sure everything is working and all of my deferred tasks have >>> stopped working. >>> >>> this is the error that i am getting: >>> >>> ERROR 2013-04-10 08:23:56,231 taskqueue_stub.py:1964] An error >>> occured while sending the task "task1" (Url: "/_ah/queue/deferred") in >>> queue "default". Treating as a task error. >>> >>> WARNING 2013-04-10 08:23:56,232 taskqueue_stub.py:1979] Task task1 >>> failed to execute. This task will retry in 0.100 seconds >>> >>> ERROR 2013-04-10 08:23:56,232 taskqueue_stub.py:1964] An error >>> occured while sending the task "task2" (Url: "/_ah/queue/deferred") in >>> queue "default". Treating as a task error. >>> >>> WARNING 2013-04-10 08:23:56,232 taskqueue_stub.py:1979] Task task2 >>> failed to execute. This task will retry in 0.100 seconds >>> >>> this error then repeats forever as it keeps retrying, how am i supposed >>> to debug this? >>> everything was working just fine before the update, now my application >>> is broken >>> >>> please advise? >>> >> -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
