Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10503 closed defect (cantfix)

DatabaseError: database disk image is malformed

Reported by: zhangxf@… Owned by:
Priority: highest Milestone:
Component: general Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{}

User agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0

System Information

Trac 0.12.ja1
Babel 0.9.5
Docutils 0.6
Genshi 0.6
mod_python 3.3.1
Pygments 1.2.2dev-20101012
pysqlite 2.3.2
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c11
SQLite 3.3.4
Subversion 1.6.6 (r40053)
jQuery 1.4.2

Enabled Plugins

authzsvnfileadminplugin 0.1.1
batchmodify 0.6.0-trac0.12
codereviewplugin 0.1
excelreportexportplugin 0.0.2
iniadmin 0.2
privatewikis 1.0.1
report2excelplugin 0.1
searchmultiprojectplugin 0.1
ticketauthoritycontrol 0.1
ticketclone 0.1
ticketextplugin 0.2
tracaccountmanager 0.3dev
traccustomfieldadmin 0.2
tracdatefield 1.0.1
traclogviewer 0.1
tracsectioneditplugin 0.1
tracticketdelete 2.0
tracticketvalidatiorplugin 0.1
tractocmacro 11.0.0.3
tracusermanagerplugin 0.4
tracwysiwyg 0.12.0.2
typedticketworkflow-plugin 0.1dev
usercompletion 0.1
userimport 0.1
workfloweditorplugin 1.0.1

Python Traceback

Traceback (most recent call last):
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\web\main.py", line 513, in _dispatch_request
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\web\main.py", line 200, in dispatch
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\web\main.py", line 346, in _pre_process_request
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\versioncontrol\api.py", line 332, in pre_process_request
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\versioncontrol\cache.py", line 240, in sync
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\db\api.py", line 77, in transaction_wrapper
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\versioncontrol\cache.py", line 281, in do_transaction
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\db\util.py", line 65, in execute
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\db\sqlite_backend.py", line 78, in execute
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\db\sqlite_backend.py", line 56, in execute
  File "c:\sdwb\python\lib\site-packages\Trac-0.12.ja1-py2.5.egg\trac\db\sqlite_backend.py", line 48, in _rollback_on_error
DatabaseError: database disk image is malformed

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

InstallationIssue. Your database seems to be corrupted.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.