Re: pgsql server reset the connection immediately after connected

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Dongkuo Ma <luc(dot)mdk(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql server reset the connection immediately after connected
Date: 2012-11-02 02:42:47
Message-ID: 50933327.9010009@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/01/2012 07:32 PM, Dongkuo Ma wrote:
> Sorry!
> I typed the enter key and sent the uncomplete message.
>
>
> The psycopg2 connect function succesed,but throw a exception
>
> server closed the connection unexpectedly
> This probably means the server terminated abnormally before or while
> processing the request.
>
> when executing any sql statement.

What is the Python code being used?

>
> Using tcpdump, I found the server reset the connection immediately
> after connected, and i cann't find any log about this.

Should be in /var/log/postgresql

> This is the tcpdump log http://pastebin.com/uW0at4Zd

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2012-11-02 02:51:26 Re: Corrupt Incrementally Updated Backup: missing pg_clog file
Previous Message Adrian Klaver 2012-11-02 02:32:35 Re: pgsql server reset the connection immediately after connected