I looked at the logs for the built in version 'ah-builtin-python-bundle'. I am trying to open the Datastore Admin using the frontend F1 instance.
1. 2014-07-25 17:46:01.567 /_ah/datastore_admin/?app_id=s~accountingguru-india&adminconsolecustompage 500 40027ms 0kb Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0 module=default version=ah-builtin-python-bundle 122.167.206.119 - aswath.satrasala [25/Jul/2014:05:16:01 -0700] "GET /_ah/datastore_admin/?app_id=s~accountingguru-india&adminconsolecustompage HTTP/1.1" 500 124 - "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0" "ah-builtin-python-bundle-dot-accountingguru-india.appspot.com" ms=40028 cpu_ms=17419 cpm_usd=0.000014 app_engine_release=1.9.7 trace_id=bd242a2ec0efba1137da3c8c040473f1 instance=00c61b117c6eb37c80c3cff7778055047c08e148 <https://appengine.google.com/instances?app_id=s~accountingguru-india&version_id=ah-builtin-python-bundle.358321112058963634&key=00c61b117c6eb37c80c3cff7778055047c08e148#00c61b117c6eb37c80c3cff7778055047c08e148> The API call datastore_v3.RunQuery() took too long to respond and was cancelled. Traceback (most recent call last): File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 714, in __call__ handler.get(*groups) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 203, in get self.RouteAction(GET_ACTIONS) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 195, in RouteAction self.ListActions(error=self.request.get('error', None)) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 157, in ListActions kinds, more_kinds = self.GetKinds() File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 222, in GetKinds kinds, more_kinds = self.GetKindsForAllNamespaces(deadline) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 278, in GetKindsForAllNamespaces ReadFromKindIters(kind_iter_list) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/datastore_admin/main.py", line 255, in ReadFromKindIters kind_name = kind_iter.next().kind_name File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2326, in next return self.__model_class.from_entity(self.__iterator.next()) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2934, in next next_batch = self.__batcher.next_batch(Batcher.AT_LEAST_OFFSET) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2820, in next_batch batch = self.__next_batch.get_result() File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result return self.__get_result_hook(self) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2553, in __query_result_hook self._batch_shared.conn.check_rpc_success(rpc) File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1331, in check_rpc_success rpc.check_success() File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 578, in check_success self.__rpc.CheckSuccess() File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess raise self.exception DeadlineExceededError: The API call datastore_v3.RunQuery() took too long to respond and was cancelled. -Aswath On Fri, Jul 25, 2014 at 5:38 PM, Aswath Satrasala < [email protected]> wrote: > Datastore Admin in the Admin console does not showup. > I got the url from the iframe, and pasted in the new tab. It shows a > blank screen (Empty <body>). It takes a very long time to show the blank > screen also. > > After trying 5-10 times, the datastore admin shows up occasionally > > Any suggestions or workarounds. > > -Aswath > -- 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. For more options, visit https://groups.google.com/d/optout.
