Just to close out this thread in case anyone is watching it: A very helpful soul from Google contacted me directly and twiddled the appropriate bits at their end to correct this problem.
j On Jul 14, 2:23 pm, Jason C <[email protected]> wrote: > This issue is _still_ occurring. Started July 9th, it's now July 14th. > Failing 100% of the time, once per minute, with anInternalError. > > Can someone from Google please reply? IsInternalErrorsomething that > I can fix? Or does it always point to a problem at Google's end? > > affected app id: steprep-demo . The same code is running fine on app > id: steprep . > > j > > On Jul 10, 9:44 am, Jason C <[email protected]> wrote: > > > > > This issue persists - over 48 hrs. We _still_ have a 100% failure rate > > with anInternalErrorbeing reported. (app id: steprep-demo). > > > This code previously ran fine. Is there any way to tell if there is > > some underlying Datastore issue? > > > Any other suggestions? > > > j > > > On Jul 9, 8:27 am, Jason C <[email protected]> wrote: > > > > We have a cron job (once per minute) that has a 100% failure rate. See > > > below for stack trace. > > > > However, this occurs only on our test server (app id: steprep-demo) > > > and not on our production server.InternalErrorsuggests something at > > > the Google end of things. This has been happening once per minute for > > > over 24 hrs now - every request is the same stack trace. > > > > The function called in a transaction (cancelDispatchTxn) does a simple > > > get() and a put() of a single entity. > > > > Could this be a problem in our code, or is this definitely at Google's > > > end? > > > > Exception Raised (Resulting in a 500 page for the user) > > > Traceback (most recent call last): > > > File "/base/python_runtime/python_lib/versions/third_party/ > > > django-1.1/django/core/handlers/base.py", line 92, in get_response > > > response = callback(request, *callback_args, **callback_kwargs) > > > File "/base/data/home/apps/steprep-demo/daily.343229575872925093/ > > > steprep/mgmt/__init__.py", line 27, in wrapper > > > return function(*args, **kwargs) > > > File "/base/data/home/apps/steprep-demo/daily.343229575872925093/ > > > steprep/mgmt/views/jobs.py", line 52, in cancel > > > story = db.run_in_transaction(cancelDispatchTxn, key) > > > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > > > api/datastore.py", line 2143, in RunInTransaction > > > DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs) > > > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > > > api/datastore.py", line 2265, in RunInTransactionCustomRetries > > > raise _ToDatastoreError(err) > > >InternalError: internal error. -- 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.
