Hi,
When using AppEngine with Cloud SQL, most queries run fine, but some
queries give the error below. It's really hard to trace because it's
sporadic. Anyone bumped into this issue before?
Thanks!
Marcelo
Traceback (most recent call last):
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
line 223, in Handle
result = handler(dict(self._environ), self._StartResponse)
File
"/base/python27_runtime/python27_lib/versions/third_party/django-1.4/django/core/handlers/wsgi.py",
line 243, in __call__
signals.request_finished.send(sender=self.__class__)
File
"/base/python27_runtime/python27_lib/versions/third_party/django-1.4/django/dispatch/dispatcher.py",
line 172, in send
response = receiver(signal=self, sender=sender, **named)
File
"/base/python27_runtime/python27_lib/versions/third_party/django-1.4/django/db/__init__.py",
line 46, in close_connection
conn.close()
File
"/base/python27_runtime/python27_lib/versions/third_party/django-1.4/django/db/backends/__init__.py",
line 299, in close
self.connection.close()
File
"/base/python27_runtime/python27_lib/versions/1/google/storage/speckle/python/api/rdbms.py",
line 711, in close
self.MakeRequest('CloseConnection', request)
File
"/base/python27_runtime/python27_lib/versions/1/google/storage/speckle/python/api/rdbms.py",
line 797, in MakeRequest
response = self.MakeRequestImpl(stub_method, request)
File
"/base/python27_runtime/python27_lib/versions/1/google/storage/speckle/python/api/rdbms_apiproxy.py",
line 66, in MakeRequestImpl
apiproxy_stub_map.MakeSyncCall('rdbms', stub_method, request, response)
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 320, in MakeSyncCall
rpc.CheckSuccess()
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 133, in CheckSuccess
raise self.exception
CancelledError: The API call rdbms.CloseConnection() was explicitly cancelled.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/OGtzUsgus_AJ.
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.