Edgewall Software
Modify

Ticket #4734 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

Error when logging on to the Trac wiki

Reported by: anonymous Owned by: jonas
Priority: high Milestone:
Component: wiki system Version: 0.10.3
Severity: major Keywords:
Cc:
Release Notes:
API Changes:

Description

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 183, in dispatch

req.perm = PermissionCache?(self.env, req.authname)

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 263, in init

self.perms = PermissionSystem?(env).get_user_permissions(username)

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 227, in get_user_permissions

for perm in self.store.get_user_permissions(username):

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 111, in get_user_permissions

cursor.execute("SELECT username,action FROM permission")

File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 51, in execute

return self.cursor.execute(sql)

File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 51, in execute

return self.cursor.execute(sql)

OperationalError?: : terminating connection due to administrator command
server closed the connection unexpectedly

This probably means the server terminated abnormally
before or while processing the request.

Attachments

Change History

comment:1 Changed 5 years ago by claes.johansson@…

Running Trac as mod_python in apache2, restarted apache and got it working again..

comment:2 Changed 5 years ago by mgood

  • Resolution set to worksforme
  • Status changed from new to closed
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.