MOD_PYTHON ERROR

Bug #898225 reported by Jhosman Lizarazo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pastebin
New
Undecided
Unassigned

Bug Description

I have to download a File text for a post in http://pastebin.ubuntu.com at time for download print this:

MOD_PYTHON ERROR

ProcessId: 4694
Interpreter: 'pastebin.ubuntu.com'

ServerName: 'pastebin.ubuntu.com'
DocumentRoot: '/htdocs'

URI: '/openid/login/'
Location: '/'
Directory: None
Filename: '/htdocs'
PathInfo: '/openid/login/'

Phase: 'PythonHandler'
Handler: 'django.core.handlers.modpython'

Traceback (most recent call last):

  File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch
    default=default_handler, arg=req, silent=hlist.silent)

  File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target
    result = _execute_target(config, req, object, arg)

  File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target
    result = object(arg)

  File "/var/lib/python-support/python2.5/django/core/handlers/modpython.py", line 228, in handler
    return ModPythonHandler()(req)

  File "/var/lib/python-support/python2.5/django/core/handlers/modpython.py", line 205, in __call__
    response = middleware_method(request, response)

  File "/var/lib/python-support/python2.5/django/contrib/sessions/middleware.py", line 35, in process_response
    request.session.save()

  File "/var/lib/python-support/python2.5/django/contrib/sessions/backends/db.py", line 58, in save
    obj.save(force_insert=must_create)

  File "/var/lib/python-support/python2.5/django/db/models/base.py", line 311, in save
    self.save_base(force_insert=force_insert, force_update=force_update)

  File "/var/lib/python-support/python2.5/django/db/models/base.py", line 383, in save_base
    result = manager._insert(values, return_id=update_pk)

  File "/var/lib/python-support/python2.5/django/db/models/manager.py", line 138, in _insert
    return insert_query(self.model, values, **kwargs)

  File "/var/lib/python-support/python2.5/django/db/models/query.py", line 894, in insert_query
    return query.execute_sql(return_id)

  File "/var/lib/python-support/python2.5/django/db/models/sql/subqueries.py", line 309, in execute_sql
    cursor = super(InsertQuery, self).execute_sql(None)

  File "/var/lib/python-support/python2.5/django/db/models/sql/query.py", line 1734, in execute_sql
    cursor.execute(sql, params)

  File "/var/lib/python-support/python2.5/django/db/backends/sqlite3/base.py", line 168, in execute
    return Database.Cursor.execute(self, query, params)

DatabaseError: database disk image is malformed

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.