Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7395 closed defect (invalid)

Trying to access the community wiki to look for answers

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

Description (last modified by Noah Kantrowitz)

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.4/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

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

chosen_handler = self._pre_process_request(req, chosen_handler)

File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request

chosen_handler = f.pre_process_request(req, chosen_handler)

File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request

self.get_repository(req.authname) # triggers a sync if applicable

File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 94, in get_repository

db = self.env.get_db_cnx() # prevent possible deadlock, see #4465

File "/var/lib/python-support/python2.4/trac/env.py", line 182, in get_db_cnx

return DatabaseManager(self).get_connection()

File "/var/lib/python-support/python2.4/trac/db/api.py", line 75, in get_connection

return self._cnx_pool.get_cnx(self.timeout or None)

File "/var/lib/python-support/python2.4/trac/db/pool.py", line 107, in get_cnx

raise TimeoutError('Unable to get database '

TimeoutError: Unable to get database connection within 20 seconds

Attachments (0)

Change History (1)

comment:1 by Noah Kantrowitz, 16 years ago

Description: modified (diff)
Resolution: invalid
Severity: majornormal
Status: newclosed

This is a generally a configuration issue. Please contact the local administrator.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.