Edgewall Software

Opened 13 years ago

Last modified 14 months ago

#10153 closed defect

Trac oops with getting known user — at Initial Version

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

Description

I was on the virtualbox website. Already logged in I call the documentation website and get a trac oops:

Oops… Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/var/lib/python-support/python2.5/trac/Timeline.py", line 159, in process_request

for username, name, email in self.env.get_known_users():

File "/var/lib/python-support/python2.5/trac/env.py", line 292, in get_known_users

for username,name,email in cursor:

File "/var/lib/python-support/python2.5/trac/db/util.py", line 40, in iter

row = self.cursor.fetchone()

OperationalError

Change History (0)

Note: See TracTickets for help on using tickets.