I'm getting nearly 1% of requests to a specific URL throwing this
error, the details from the log are below.

I'm using python and app engine patch.

Any ideas?


09-29 09:59AM 07.250 /static/js/jquery-reciply.js?ver=abc 500 682ms
544cpu_ms 0kb Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET
CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
152.16.52.58 - - [29/Sep/2010:09:59:07 -0700] "GET /static/js/jquery-
reciply.js?ver=abc HTTP/1.1" 500 0 - "Mozilla/4.0 (compatible; MSIE
7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729),gzip(gfe),gzip(gfe)" "www.recip.ly" ms=682 cpu_ms=544
api_cpu_ms=0 cpm_usd=0.015157
E 09-29 09:59AM 07.263
Exception in request:
Traceback (most recent call last):
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/core/handlers/base.py", line 92, in
get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/base/data/home/apps/reciply/0-7.345139236264353909/
application/script_views.py", line 59, in jquery_reciply
    response = render_to_response('scripts/jquery-reciply.js')
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/shortcuts/__init__.py", line 20, in
render_to_response
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader.py", line 103, in
render_to_string
    t = get_template(template_name)
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader.py", line 81, in
get_template
    source, origin = find_template_source(template_name)
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader.py", line 70, in
find_template_source
    source, display_name = loader(name, dirs)
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loaders/filesystem.py", line
40, in load_template_source
    raise TemplateDoesNotExist, error_msg
TemplateDoesNotExist: Tried [u'/base/data/home/apps/reciply/
0-7.345139236264353909/templates/scripts/jquery-reciply.js', u'/base/
data/home/apps/reciply/0-7.345139236264353909/common/templates/scripts/
jquery-reciply.js']
E 09-29 09:59AM 07.928
<class 'django.core.urlresolvers.NoReverseMatch'>: Reverse for
'registration.views.register' with arguments '()' and keyword
arguments '{}' not found.
Traceback (most recent call last):
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/
appenginepatch/main.py", line 36, in real_main
    util.run_wsgi_app(application)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/util.py", line 97, in run_wsgi_app
    run_bare_wsgi_app(add_wsgi_middleware(application))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/util.py", line 115, in run_bare_wsgi_app
    result = application(env, _start_response)
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/core/handlers/wsgi.py", line 241, in
__call__
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/core/handlers/base.py", line 134, in
get_response
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/core/handlers/base.py", line 166, in
handle_uncaught_exception
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/
appenginepatch/ragendja/views.py", line 11, in server_error
    return HttpResponseServerError(render_to_string(request,
'500.html'))
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/
appenginepatch/ragendja/template.py", line 57, in render_to_string
    context_instance=RequestContext(request))
  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader.py", line 108, in
render_to_string
  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 178, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 779, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 792, in render_node

  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader_tags.py", line 97, in
render
  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 178, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 779, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 792, in render_node

  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/loader_tags.py", line 24, in
render
  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 779, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 792, in render_node

  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/defaulttags.py", line 244, in
render
  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 779, in render

  File "/base/data/home/apps/reciply/0-7.345139236264353909/
__init__.py", line 792, in render_node

  File "/base/data/home/apps/reciply/0-7.345139236264353909/common/zip-
packages/django-1.1.zip/django/template/defaulttags.py", line 382, in
render

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to