Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10619 closed defect (worksforme)

Unable to access TRAC plugin AccountManagerPlugin

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

Description (last modified by Remy Blank)

I'm unable access the plugin page http://trac-hacks.org/intertrac/AccountManagerPlugin

Getting the below error:

Traceback (most recent call last):
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 96, in get_repository
    db = self.env.get_db_cnx() # prevent possible deadlock, see #4465
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/env.py", line 214, in get_db_cnx
    return DatabaseManager(self).get_connection()
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/site-packages/trac/db/api.py", line 76, in get_connection
    return self._cnx_pool.get_cnx(self.timeout or None)
  File "/usr/local/pythonenv/TRAC-0.10/lib/python2.5/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, 12 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

That error comes from the server at trac-hacks.org, which we don't run. It's up again, though.

comment:2 by Remy Blank, 12 years ago

Description: modified (diff)

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.