Modify ↓
#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 )
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 , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
That error comes from the server at trac-hacks.org, which we don't run. It's up again, though.