View Single Post
Old 10-17-2009, 07:24 AM   #5
TMF
Enthusiast
TMF began at the beginning.
 
Posts: 42
Karma: 10
Join Date: May 2009
Device: PRS-505
I'm getting this error message when trying to access any Calibre webpage:

==== How to Reproduce ====

While doing a GET operation on `/download_windows`, Trac issued an internal error.

''(please provide additional details here)''



==== System Information ====

|| '''Trac''' || `0.11.5` ||
|| '''Python''' || `2.6.2 (r262:71600, Aug 10 2009, 15:49:35) ` [[br]] `[GCC 4.2.3 (Gentoo 4.2.3 p1.0)]` ||
|| '''setuptools''' || `0.6c9` ||
|| '''SQLite''' || `3.6.17` ||
|| '''pysqlite''' || `2.5.5` ||
|| '''Genshi''' || `0.5.1` ||
|| '''mod_wsgi''' || `2.5` ||
|| '''mod_wsgi''' || `2.5` ||
|| '''Pygments''' || `1.0` ||
|| '''RPC''' || `1.0.6` ||

==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 444, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 228, in dispatch
req.session.save()
File "/usr/lib64/python2.6/site-packages/trac/web/session.py", line 133, in save
(mintime,))
File "/usr/lib64/python2.6/site-packages/trac/db/util.py", line 59, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.6/site-packages/trac/db/sqlite_backend.py", line 58, in execute
args or [])
File "/usr/lib64/python2.6/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
return function(self, *args, **kwargs)
DatabaseError: database disk image is malformed

}}}
TMF is offline   Reply With Quote