Cannot connect to PgPool

From: Christopher M Siwy <topple(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Cannot connect to PgPool
Date: 2008-01-05 01:42:56
Message-ID: 6358ab5f-132e-46dc-9cc7-6853218f816b@s12g2000prg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have 3 postgresql services running and I have them correctly
referenced in the pgpool.conf file.

However, I get the following error when I try to create db's to them
using the following command:
psql -p 9999 db_name

psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

The PgPool log when this occurs is the following:

2008-01-04 20:37:12 LOG: pid 8670: Cannot accept() new connection.
all backends are down
2008-01-04 20:37:12 DEBUG: pid 8663: reap_handler called
2008-01-04 20:37:12 DEBUG: pid 8663: reap_handler: call wait3
2008-01-04 20:37:12 DEBUG: pid 8663: child 8670 exits with status 256
by signal 0
2008-01-04 20:37:12 DEBUG: pid 8663: fork a new child pid 8881
2008-01-04 20:37:12 DEBUG: pid 8663: reap_handler: normally exited
2008-01-04 20:37:12 DEBUG: pid 8881: I am 8881

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-01-05 01:47:59 Re: Performance problem. Could it be related to 8.3-beta4?
Previous Message Ed L. 2008-01-05 01:41:03 Re: large table vacuum issues