Hi,

I am finding that PootleServer will just stop working sometimes, producing
the following error instead of the normal page I want.

-----snip----
Traceback (most recent call last):

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/servers/basehttp.py",
line 279, in run
    self.result = application(self.environ, self.start_response)

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/servers/basehttp.py",
line 651, in __call__
    return self.application(environ, start_response)

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/wsgi.py",
line 241, in __call__
    response = self.get_response(request)

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/base.py",
line 134, in get_response
    return self.handle_uncaught_exception(request, resolver, exc_info)

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/base.py",
line 165, in handle_uncaught_exception
    callback, param_dict = resolver.resolve500()

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/urlresolvers.py",
line 266, in resolve500
    return self._resolve_special('500')

  File
"/opt/python2.6/lib/python2.6/site-packages/django/core/urlresolvers.py",
line 260, in _resolve_special
    raise ViewDoesNotExist, "Tried %s. Error was: %s" % (callback, str(e))

ViewDoesNotExist: Tried django.views.defaults.server_error. Error was: No
module named defaults
-----snip----

If I restart PootleServer (kill it and run it again), it works fine for a
few days and then I get this error again. Can anyone explain what is going
and how I may fix it? Why does it just "stop working" all of the sudden?

BTW, this is a Centos 5 system with a custom python installation just for
Pootle. Let me know if more information is needed.

Christian
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to