Обсуждение: BUG #1442: No connection to Server

Поиск
Список
Период
Сортировка

BUG #1442: No connection to Server

От
"Dennis Hübner"
Дата:
The following bug has been logged online:

Bug reference:      1442
Logged by:          Dennis Hübner
Email address:      huebner@te-systems.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.


Kind regards,

Dennis Hübner

Re: BUG #1442: No connection to Server

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

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

//Magnus