Edgewall Software
Modify

Ticket #4377 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

adium locks up on start up

Reported by: ajoebeers@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.10.2
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by cboos) (diff)

Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line 190, in dispatch
    req.perm = PermissionCache(self.env, req.authname)
  File "/usr/local/lib/python2.3/site-packages/trac/perm.py", line 267, in __init__
    self.perms = PermissionSystem(env).get_user_permissions(username)
  File "/usr/local/lib/python2.3/site-packages/trac/perm.py", line 231, in get_user_permissions
    for perm in self.store.get_user_permissions(username):
  File "/usr/local/lib/python2.3/site-packages/trac/perm.py", line 111, in get_user_permissions
    cursor.execute("SELECT username,action FROM permission")
  File "/usr/local/lib/python2.3/site-packages/trac/db/util.py", line 48, in execute
    return self.cursor.execute(sql)
  File "/usr/local/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/local/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database is locked

Attachments

Change History

comment:1 Changed 5 years ago by Noah Kantrowitz <coderanger@…>

This is a local issue. You will need to contact the admin of the site in question. If you are the admin, consider switching to Postgres. Propose to close as invalid.

comment:2 Changed 5 years ago by cboos

  • Description modified (diff)
  • Resolution set to invalid
  • Status changed from new to closed

Yeah, but not necessarily PostgreSQL: switching to 0.10.3, SQLite 3.3.8 and PySqlite 2.3.2 is simpler and I believe it will also solve the issue (see e.g.. #3503).

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.