Re: [BUGS] FW: Can not always connect to postmaster. Sometimes get "Connection refused".

2004-01-30 Thread Tom Lane
"Hamedany, Allen" <[EMAIL PROTECTED]> writes: > Sometimes, after Postgres starts up, when the database clients try to > access the db from the localhost, we get the following error: > com.solarmetric.kodo.Runtime - > com.solarmetric.kodo.runtime.FatalDataStoreException: Connection > refused. Check

[BUGS] FW: Can not always connect to postmaster. Sometimes get "Connection refused".

2004-01-30 Thread Hamedany, Allen
  Hi,   We’re running postgres7.3 on RedHat7.3. The Postgres at boot time is started up from a java (1.2) class that runs the following commands in order:   /usr/local/pgsql/bin/pg_ctl -w start -D /var/lib/pgsql -l /var/log/pgsqld.log -o –i /usr/local/pgsql/bin/createdb management .