From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Alex Turner <armtuk(at)gmail(dot)com> |
Cc: | PgSQL General List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Wierd error message |
Date: | 2005-03-15 18:13:56 |
Message-ID: | 20050315181356.GA66731@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Mar 15, 2005 at 07:32:43AM -0500, Alex Turner wrote:
> I'm working with mod_python and pygresql (although I get virtualy the
> same error with psycopg too)
What's the exact error you get with psycopg?
> Anyone know what the following error actualy means:
>
> Exception pg.InternalError: 'Connection already closed' in > ignored
>
> Does it mean the obvious: Some code tries to access a connection
> object that was already closed?
That would be my guess. What are you doing that results in the
error? Is it easily repeatable? Does anything else show up in the
web server or database logs?
> but why the "in > ignored" then?
Can you tell us more about the setup? What are all the pieces
involved and their versions?
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Glenn Sullivan | 2005-03-15 18:14:54 | Installation on XP |
Previous Message | Ragnar Hafstað | 2005-03-15 18:00:43 | Re: pg/plsql question |