I have configured trac and it works with "tracd --port 8000 /var/
trac." Everything is as it should be. However, I have configured (I
thought) apache so this site is automatic. I receive the following
error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 440,
in send_error
    data, 'text/html')
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line
827, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 216,
in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 300,
in _get_session
    return Session(self.env, req)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line
198, in __init__
    self.get_session(sid)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line
219, in get_session
    super(Session, self).get_session(sid, authenticated)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line
61, in get_session
    db = self.env.get_db_cnx()
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 328, in
get_db_cnx
    return get_read_db(self)
  File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 90, in
get_read_db
  File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 152, in
get_connection
  File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 226, in
get_cnx
  File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 146, in
get_cnx
TimeoutError: Unable to get database connection within 0 seconds.
(<trac.core.TracError instance at 0x2afcccc86290>)

I've heard rumblings of the .egg unzip issue, but that does not
resolve the problem. Could someone please point me in the right
direction? I'm not strong in this area.

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to