"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
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
.