run_009

Untitled

Mar 5th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. ERROR 2014-03-05 18:46:47,633 gae_django.py:33] Exception in request:
  2. Traceback (most recent call last):
  3. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/lib/django-1.5/django/core/handlers/base.py", line 115, in get_response
  4. response = callback(request, *callback_args, **callback_kwargs)
  5. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 482, in __call__
  6. return self._dispatch(data, check, mutator)
  7. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 436, in _dispatch
  8. return self.get(data, check, mutator)
  9. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 105, in get
  10. context = self.context(data, check, mutator)
  11. File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 194, in context
  12. context['dashboards'] = self.populateDashboards(data)
  13. File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 131, in populateDashboards
  14. main = MainDashboard(data)
  15. File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 62, in __init__
  16. self.subpages = dashboard_view._initMainDashboardSubpages(data)
  17. File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 118, in _initMainDashboardSubpages
  18. connection_dashboard = ConnectionsDashboard(data)
  19. File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 143, in __init__
  20. self.subpages = _initConnectionDashboardSubpages(data)
  21. File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 195, in _initConnectionDashboardSubpages
  22. in [org_key.get().status for org_key in data.ndb_profile.admin_for]):
  23. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/key.py", line 532, in get
  24. return self.get_async(**ctx_options).get_result()
  25. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 325, in get_result
  26. self.check_success()
  27. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
  28. value = gen.throw(exc.__class__, exc, tb)
  29. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/context.py", line 682, in get
  30. entity = yield self._get_batcher.add_once(key, options)
  31. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
  32. value = gen.throw(exc.__class__, exc, tb)
  33. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/context.py", line 266, in _get_tasklet
  34. entities = yield self._conn.async_get(options, datastore_keys)
  35. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 454, in _on_rpc_completion
  36. result = rpc.get_result()
  37. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result
  38. return self.__get_result_hook(self)
  39. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1512, in __get_hook
  40. result_dict)
  41. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1565, in __add_get_response_entities_to_dict
  42. entity = self.__adapter.pb_to_entity(entity_result.entity())
  43. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/model.py", line 563, in pb_to_entity
  44. kind)
  45. KindError: No model class found for kind 'GCIOrganization'. Did you forget to import it?
Advertisement
Add Comment
Please, Sign In to add comment