Hi,

after moving server and upgrading the application this strange error
happens to me. Strange because it is inside Django - means nothing to
do with the app - and there wasn't changed anything with Django.

The only thing changed is that
'django.contrib.auth.backends.ModelBackend', has been enabled as
authentication backend.

The exact Django version I'm not aware, it is some SVN from around
December 2007. There is memchaded running on the system and it throws
'unhandled exceptions to the lighttpd server used.

Here a fresh error message out of the error log.

Would be great if anybody has an idea.

thxs
g

2008-05-09 23:18:09: (mod_fastcgi.c.2502) FastCGI-stderr: Traceback
(most recent call last):

  File "/usr/lib/python2.5/site-packages/flup-1.0-py2.5.egg/flup/
server/fcgi_base.py", line 558, in run
    protocolStatus, appStatus = self.server.handler(self)
  File "/usr/lib/python2.5/site-packages/flup-1.0-py2.5.egg/flup/
server/fcgi_base.py", line 1117, in handler
    result = self.application(environ, start_response)
  File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
wsgi.py", line 205, in __call__
    response = self.get_response(request)
  File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
base.py", line 64, in get_response
    response = middleware_method(request)
  File "/usr/local/lib/python2.5/site-packages/django/middleware/
locale.py", line 16, in process_request
    language = translation.get_language_from_request(request)
  File "/usr/local/lib/python2.5/site-packages/django/utils/
translation/__init__.py", line 97, in get_language_from_request
    return real_get_language_from_request(request)
  File "/usr/local/lib/python2.5/site-packages/django/utils/
translation/trans_real.py", line 351, in get_language_from_request
    lang_code = request.session.get('django_language', None)
  File "/usr/local/lib/python2.5/site-packages/django/contrib/sessions/
backends/base.py", line 48, in get
    return self._session.get(key, default)
  File "/usr/local/lib/python2.5/site-packages/django/contrib/sessions/
backends/base.py", line 126, in _get_session
    self._session_cache = self.load()
  File "/usr/local/lib/python2.5/site-packages/django/contrib/sessions/
backends/db.py", line 18, in load
    expire_date__gt=datetime.datetime.now()
  File "/usr/local/lib/python2.5/site-packages/django/db/models/
manager.py", line 69, in get
    return self.get_query_set().get(*args, **kwargs)
  File "/usr/local/lib/python2.5/site-packages/django/db/models/
query.py", line 261, in get
    obj_list = list(clone)
  File "/usr/local/lib/python2.5/site-packages/django/db/models/
query.py", line 114, in __iter__
    return iter(self._get_data())
  File "/usr/local/lib/python2.5/site-packages/django/db/models/
query.py", line 483, in _get_data
    self._result_cache = list(self.iterator())
  File "/usr/local/lib/python2.5/site-packages/django/db/models/
query.py", line 196, in iterator
    rows = cursor.fetchmany(GET_ITERATOR_CHUNK_SIZE)
ProgrammingError: no results to fetch

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to