Edgewall Software

Opened 15 years ago

Last modified 15 years ago

#7819 closed defect

Adding a New Admin user — at Version 1

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version: none
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

when adding a new Trac Admin user to an already working system with 10 users. the add function causes the followiing issue:

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/webadmin/web_ui.py", line 119, in process_request
    path_info)
  File "/usr/lib/python2.5/site-packages/webadmin/perm.py", line 45, in process_admin_request
    perm.grant_permission(subject, action)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 190, in grant_permission
    self.store.grant_permission(username, action)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 143, in grant_permission
    (username, action))
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
IntegrityError: duplicate key violates unique constraint "permission_pk"

Change History (1)

comment:1 by Remy Blank, 15 years ago

Description: modified (diff)

Could you please indicate the Trac version you are using (in the version field), along with some details about your installation (database type and version, any plugins, …).

I suspect this is a plugin problem, judging from the .../site-packages/webadmin/... path.

Note: See TracTickets for help on using tickets.