Re: BUG #1442: No connection to Server

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: Dennis Hübner <huebner(at)te-systems(dot)de>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1442: No connection to Server
Date: 2005-01-29 20:57:03
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE47673E@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>The following bug has been logged online:
>
>Bug reference: 1442
>Logged by: Dennis Hübner
>Email address: huebner(at)te-systems(dot)de
>PostgreSQL version: 8.0
>Operating system: Windows XP Professional
>Description: No connection to Server
>Details:
>
>Hi there,
>
>I have trouble with newer versions of postgresql.
>
>On every version of postgresql the only thing I changed at the
>'postgresql.conf' is 'max_connections = 500'.
>Otherwise I used default installation.
>
>I'm using a telephony-system with 30 lines and I generate calls to this
>system.
>
>Now the system looks into the postgres-database if the calling
>number is
>present and after that receives the calls.
>
>With every older postgres-version up to 8.0.0-rc3 (this is the
>last working
>version) everything is all right.
>
>The database-system checks for the user and gives back the results.
>This works on all 30 lines parallel.
>
>On newer versions (higher than rc3) the connections were
>refused or could
>not be established by the server.
>
>Every time I get one of these error messages:
>
>- 'could not send SSL negotiation packet: The system cannot
>find the path
>specified'
>
>- 'server closed the connection unexpectedly. This probably
>means the server
>terminated abnormally'
>
>- 'error while processing sql-command'
>
>
>I hope you can help me.

You need to look in your server logs (in the pg_log directory) for hints about what's wrong. The above output is only from the client.

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2005-01-29 21:01:08 Re: BUG #1445: Installation failed during "Activating Procedural Languages" - "Failed to connect to the database"
Previous Message Magnus Hagander 2005-01-29 20:56:32 Re: BUG #1443: Can't start service of Postgres