Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5206 closed defect (duplicate)

Website Error

Reported by: fishpool at comcast.net Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/simpleticket/web_ui.py", line 72, in process_request
  File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 127, in process_request
    self._do_create(req, db)
  File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 191, in _do_create
    db.commit()
OperationalError: database is locked

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

You should report that error to the administrator of the relevant Trac site (you didn't give any reference to it).

That error should be much less frequent with recent Trac versions (0.10.4), so please tell them to upgrade.

Unfortunately, the error can't be avoided completely when using PySqlite (see #3446).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.