Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 8 years ago

#4734 closed defect (worksforme)

Error when logging on to the Trac wiki

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone:
Component: wiki system Version: 0.10.3
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (2)

comment:1 by claes.johansson@…, 17 years ago

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

comment:2 by Matthew Good, 17 years ago

Resolution: worksforme
Status: newclosed

A duplicate of #4984.

Last edited 8 years ago by Jun Omae (previous) (diff)

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.