[Pgpool-general] pgpool transport endpoint connection error

InsaneToucan insanetoucan at gmail.com
Mon Mar 12 21:13:03 UTC 2007


Hi,

After searching the forum archives, I came across another post which had the
same error message I am having:

http://ml.postgresql.jp/pipermail/pgsql-jp/2004-February/015725.html

My error message reads as:

SQLSTATE[08006] [7] could not send startup packet: Transport endpoint is not
connected

# pgpool -h
pgpool version 3.2(kawakawa),
  a generic connection pool/replication/load balance server for PostgreSQL

My config:

listen_addresses = 'localhost'
port = 5434
socket_dir = '/tmp'
backend_host_name = ''
backend_port = 5432
backend_socket_dir = '/tmp'
secondary_backend_host_name = ''
secondary_backend_port = 0
num_init_children = 128
max_pool = 16
child_life_time = 0
connection_life_time = 15
child_max_connections = 0
logdir = '/var/run'
replication_mode = false
connection_cache = true
health_check_timeout = 20
health_check_period = 0
health_check_user = 'nobody'
insert_lock = false
ignore_leading_white_space = false


I have about 170 open connections when it starts giving me the error message
on connect. Any ideas?

TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pgfoundry.org/pipermail/pgpool-general/attachments/20070312/ebc4c1ca/attachment.html 


More information about the Pgpool-general mailing list