Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11016 closed defect (invalid)

Internal error on https://trac-hacks.org/ - TimeoutError: Unable to get database connection within 20 seconds

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

Description

Today, the Trac-hacks.org is inacessible with following error :

Trac detected an internal error: Python Traceback

Traceback (most recent call last):
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/api.py", line 96, in get_repository
    db = self.env.get_db_cnx() # prevent possible deadlock, see #4465
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/env.py", line 214, in get_db_cnx
    return DatabaseManager(self).get_connection()
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/db/api.py", line 76, in get_connection
    return self._cnx_pool.get_cnx(self.timeout or None)
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/db/pool.py", line 109, in get_cnx
    % timeout)
TimeoutError: Unable to get database connection within 20 seconds

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 11 years ago

Resolution: invalid
Status: newclosed

trac-hacks.org is not managed by TracTeam, sorry.

comment:2 by Ryan J Ollos <ryan.j.ollos@…>, 11 years ago

Issue won't be fixed until we get around to upgrading the site: th:#10221.

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.