Modify ↓
Ticket #5335 (closed defect: invalid)
Opened 5 years ago
Last modified 4 years ago
Accessing http://www.virtualbox.org/wiki/InnoTek
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by eblot) (diff)
Trac detected an internal error:
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 183, in dispatch
req.perm = PermissionCache(self.env, req.authname)
File "/var/lib/python-support/python2.4/trac/perm.py", line 263, in __init__
self.perms = PermissionSystem(env).get_user_permissions(username)
File "/var/lib/python-support/python2.4/trac/perm.py", line 227, in get_user_permissions
for perm in self.store.get_user_permissions(username):
File "/var/lib/python-support/python2.4/trac/perm.py", line 109, in get_user_permissions
db = self.env.get_db_cnx()
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
Change History
comment:1 Changed 5 years ago by nkantrowitz
- Keywords tobedeleted added
- Resolution set to invalid
- Status changed from new to closed
comment:3 Changed 4 years ago by cboos
- Keywords tobedeleted removed
comment:4 Changed 4 years ago by cboos
(For the record, I don't think it's an installation issue, rather some corner case in the db pool code...)
Note: See
TracTickets for help on using
tickets.



This is an installation issue. Please ask the admin of the site to seek help on the MailingList or IrcChannel.