Seems the site is having trouble getting a database connection. I get the
following traceback at http://invenio-software.org

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 436,
in send_error
    data, 'text/html')
  File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line
803, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 212,
in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 298,
in _get_session
    return Session(self.env, req)
  File "/usr/lib/python2.6/site-packages/trac/web/session.py", line
156, in __init__
    if req.authname == 'anonymous':
  File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 212,
in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 157,
in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 440, in wrap
    return func(self, *args, **kwds)
  File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 451, in
authenticate
    return auth.LoginModule.authenticate(self, req)
  File "/usr/lib/python2.6/site-packages/trac/web/auth.py", line 83,
in authenticate
    authname = self._get_name_for_cookie(req, req.incookie['trac_auth'])
  File "/usr/lib/python2.6/site-packages/trac/web/auth.py", line 205,
in _get_name_for_cookie
    db = self.env.get_db_cnx()
  File "/usr/lib/python2.6/site-packages/trac/env.py", line 335, in get_db_cnx
    return get_read_db(self)
  File "/usr/lib/python2.6/site-packages/trac/db/api.py", line 90, in
get_read_db
    return _transaction_local.db or DatabaseManager(env).get_connection()
  File "/usr/lib/python2.6/site-packages/trac/db/api.py", line 152, in
get_connection
    return self._cnx_pool.get_cnx(self.timeout or None)
  File "/usr/lib/python2.6/site-packages/trac/db/pool.py", line 172, in get_cnx
    return _backend.get_cnx(self._connector, self._kwargs, timeout)
  File "/usr/lib/python2.6/site-packages/trac/db/pool.py", line 120, in get_cnx
    'seconds', time=timeout))
TimeoutError: Unable to get database connection within 20 seconds


-- 
******************************************************
Jay Luker               Astrophysics Data System (ADS)
[email protected]  Center for Astrophysics
617-495-4588            60 Garden Street  MS 67
617-495-7356 fax        Cambridge, MA  02138
******************************************************

Reply via email to