Edgewall Software

Changes between Initial Version and Version 2 of Ticket #5358


Ignore:
Timestamp:
May 23, 2007, 10:44:00 AM (17 years ago)
Author:
Christian Boos
Comment:

Can you connect to that db? Are you running out of available connections (see also #4987)?

Also, have a look at #4984, it might be a similar issue (though the error message is different here).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5358 – Description

    initial v2  
    11when I called my trac this morning I saw the following error message: "Trac detected an internal error:"
    22
    3 {{{Traceback (most recent call last):
     3{{{
     4Traceback (most recent call last):
    45  File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, in dispatch_request
    56    dispatcher.dispatch(req)
     
    2829  File "/usr/lib/python2.5/site-packages/pyPgSQL/PgSQL.py", line 2510, in __setupTransaction
    2930    self.conn.query("BEGIN WORK")
    30 OperationalError: no connection to the server}}}
     31OperationalError: no connection to the server
     32}}}
    3133
    3234At a first glance this looks like a database connection error. But only one environment is affected. The other ones work fine as before. So it can't be a database error, can it?