It seems to be back. I sort feel like a network engineer pulling out all the patch cables when the power was out. Oh well.
It would be great if someone from google could comment on this. On Sep 2, 7:46 pm, Kenneth <[email protected]> wrote: > Yet the system status says everythng is fine. I guess all the > engineers are away fixing gmail. :-) > > Google, how am I supposed to run a business on this platform? > > On Sep 2, 7:17 pm, Koen Bok <[email protected]> wrote: > > > I'm seeing the same with our app. > > > On Sep 2, 7:46 pm, Kenneth <[email protected]> wrote: > > > > Hi, > > > > I appear to have completely broken my application instance. If I > > > upload the application into another instance it runs correctly, but > > > I'm only seeing deadline exceeded errors in the instance that has my > > > data. On the client side I just see a blank page after 30 seconds. > > > > I've cleared out my cookies, pulled out all my middleware, pulled out > > > all my urls except my home page and changed that to: > > > > def home(request): > > > return http.HttpResponse('hello world') > > > > If anyone has any suggestions on how to debug this problem I'd love to > > > hear them. > > > > The exceptions change every time but here's a sample: > > > > # > > > > 1. > > > 09-02 10:20AM 01.322 / 500 31421ms 1315cpu_ms 0kb Mozilla/5.0 > > > (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/ > > > 3.5.2 (.NET CLR 3.5.30729),gzip(gfe) > > > See details > > > > - - [02/Sep/2009:10:20:32 -0700] "GET / HTTP/1.1" 500 0 - > > > "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.2) Gecko/ > > > 20090729 Firefox/3.5.2 (.NET CLR 3.5.30729),gzip(gfe)" > > > "easyschooladmin.appspot.com" > > > > 2. > > > E 09-02 10:20AM 32.706 > > > > <class 'google.appengine.runtime.DeadlineExceededError'>: > > > Traceback (most recent call last): > > > File "/base/data/home/apps/easyschooladmin/ > > > 1.336057423874075874/django_bootstrap.py", line 64, in <module> > > > main() > > > File "/base/data/home/apps/easyschooladmin/ > > > 1.336057423874075874/django_bootstrap.py", line 61, in main > > > util.run_wsgi_app(application) > > > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > > > util.py", line 76, in run_wsgi_app > > > result = application(env, _start_response) > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/handlers/wsgi.py", line 239, in __call__ > > > response = self.get_response(request) > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/handlers/base.py", line 128, in get_response > > > return self.handle_uncaught_exception(request, resolver, > > > exc_info) > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/handlers/base.py", line 141, in handle_uncaught_exception > > > from django.core.mail import mail_admins > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/mail.py", line 5, in <module> > > > import mimetypes > > > > # > > > > 1. > > > 09-02 10:44AM 24.212 / 500 29251ms 1455cpu_ms 0kb Mozilla/4.0 > > > (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR > > > 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC > > > 6.0; Tablet PC 2.0),gzip(gfe) > > > See details > > > > - - [02/Sep/2009:10:44:53 -0700] "GET / HTTP/1.1" 500 0 - > > > "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; > > > SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; > > > Media Center PC 6.0; Tablet PC 2.0),gzip(gfe)" > > > "easyschooladmin.appspot.com" > > > > 2. > > > E 09-02 10:44AM 53.447 > > > > <class 'google.appengine.runtime.DeadlineExceededError'>: > > > Traceback (most recent call last): > > > File "/base/data/home/apps/easyschooladmin/ > > > 1.336057955581180609/django_bootstrap.py", line 68, in <module> > > > main() > > > File "/base/data/home/apps/easyschooladmin/ > > > 1.336057955581180609/django_bootstrap.py", line 65, in main > > > util.run_wsgi_app(application) > > > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > > > util.py", line 76, in run_wsgi_app > > > result = application(env, _start_response) > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/handlers/wsgi.py", line 228, in __call__ > > > self.load_middleware() > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > core/handlers/base.py", line 38, in load_middleware > > > mod = __import__(mw_module, {}, {}, ['']) > > > File "/base/data/home/apps/easyschooladmin/ > > > 1.336057955581180609/security.py", line 6, in <module> > > > from django import shortcuts > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > shortcuts/__init__.py", line 9, in <module> > > > from django.db.models.manager import Manager > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > db/models/__init__.py", line 5, in <module> > > > from django.db.models.query import Q > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > db/models/query.py", line 7, in <module> > > > from django.db.models.fields import DateField > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > db/models/fields/__init__.py", line 16, in <module> > > > from django import forms > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > forms/__init__.py", line 14, in <module> > > > from widgets import * > > > File "/base/python_lib/versions/third_party/django-1.0/django/ > > > forms/widgets.py", line 21, in <module> > > > from urlparse import urljoin > > > > Thanks very much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
