id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 9111 TimeoutError: Unable to get database connection within 20 seconds vfursov@… Christian Boos "==== How to Reproduce ==== While doing a GET operation on `/`, Trac issued an internal error. ''(please provide additional details here)'' User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5` ==== System Information ==== || '''`Trac`''' || `0.12dev-r9318` || || '''`Babel`''' || `0.9.4` || || '''`Docutils`''' || `0.6` || || '''`Genshi`''' || `0.6dev-r1096` || || '''`psycopg2`''' || `2.0.8` || || '''`Pygments`''' || `1.2.2dev-20100224` || || '''`Python`''' || `2.5.2 (r252:60911, Oct 5 2008, 19:29:17) ` [[br]] `[GCC 4.3.2]` || || '''`setuptools`''' || `0.6c9` || || '''`Subversion`''' || `1.5.1 (r32289)` || || '''`jQuery`''' || `1.4.1` || ==== Enabled Plugins ==== ==== Python Traceback ==== {{{ Traceback (most recent call last): File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 499, in _dispatch_request dispatcher.dispatch(req) File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 231, in dispatch resp = chosen_handler.process_request(req) File ""build/bdist.linux-x86_64/egg/trac/wiki/web_ui.py"", line 118, in process_request versioned_page = WikiPage(self.env, pagename, version=version) File ""build/bdist.linux-x86_64/egg/trac/wiki/model.py"", line 45, in __init__ self._fetch(name, version, db) File ""build/bdist.linux-x86_64/egg/trac/wiki/model.py"", line 56, in _fetch db = self.env.get_db_cnx() File ""build/bdist.linux-x86_64/egg/trac/env.py"", line 329, in get_db_cnx return DatabaseManager(self).get_connection() File ""build/bdist.linux-x86_64/egg/trac/db/api.py"", line 93, in get_connection return self._cnx_pool.get_cnx(self.timeout or None) File ""build/bdist.linux-x86_64/egg/trac/db/pool.py"", line 191, in get_cnx return _backend.get_cnx(self._connector, self._kwargs, timeout) File ""build/bdist.linux-x86_64/egg/trac/db/pool.py"", line 124, in get_cnx 'seconds', time=timeout)) TimeoutError: Unable to get database connection within 20 seconds }}}" defect closed highest 0.12.1 database backend critical fixed connection pool multithread concurrent Jonas Borgström felix.schwarz@…