The error message says pgpool-II could not find valid socket for 5432. Can you connect to PostgreSQL using psql on the host where pgpool-II is installed?
psql -p 5432 -l What is your platform pgpool-II is running on? -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp > Hi, > > I'm trying to understand pgPool-II on my local server. > > But I encounter this bug now : > > 2011-02-23 09:52:03 LOG: pid 1101: pgpool-II successfully started. version > 3.1.0-alpha1 (umiyameboshi) > 2011-02-23 09:52:03 DEBUG: pid 1132: I am 1132 > 2011-02-23 09:52:03 ERROR: pid 1101: connect_unix_domain_socket_by_port: > connect() failed: No such file or directory > 2011-02-23 09:52:03 ERROR: pid 1101: make_persistent_db_connection: > connection to (5432) failed > > > I don't know what is wrong ? > Just before that, I've done : > /usr/lib/postgresql/9.0/bin/pg_ctl -D /usr/local/pgsql/data -l logpostgres > start > and on the log my database server works well. > > I didn't find anything on the database server log about a connection from > pgpool. > > I'm following this tutorial > http://pgpool.projects.postgresql.org/contrib_docs/simple_sr_setting/index.html > but I've disabled the ssl ( ssl = false ) > and I've started manually pgpool to show the log. > > Do you I've an idea of what is wrong ? > > > THx, _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
