Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8539


Ignore:
Timestamp:
Jul 31, 2009, 8:09:07 AM (15 years ago)
Author:
Christian Boos
Comment:

Well, this seems to be a local administration issue, you've lost connection to your database, so it sounds like the database is down.

This problem might also come from too many opened connections, and hence be related to #8443.

Finally, this problem might be due to the use of pyPgSql itself, as we don't test it, we don't know how reliable this package is (and there are a number of reported problems with it).

So we recommend that you use psycopg2 rather than pyPgSql (see DatabaseBackend).

Hijacking this ticket so that we effectively disable support for pyPgSql in the code. That will remove one possible cause of trouble.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8539

    • Property Keywords pypgsql added
    • Property Milestone0.12
    • Property Component generaldatabase backend
    • Property Summary Blocked pageProblem with pyPgSql
  • Ticket #8539 – Description

    initial v1  
    11Hello! Unfortunately, I can not upload my website at http://browsershots.org/ due. Something is blocking my website, so they couldn't find any connection to the server. There are some particular reasons. But unfortunately I don't understand the problems, so "http://browsershots.org/" recommended your website so that you can solve the problem.
    22
    3 Here is the trackback
    4 
     3Here is the traceback:
     4{{{
    55Python Traceback
    66Traceback (most recent call last):
     
    2626    self.conn.query("BEGIN WORK")
    2727OperationalError: no connection to the server
     28}}}