Hi Eddy
Your best bet is to also check the postgres logs, assuming it is a
development environment set log level to
log_error_verbosity = verbose
this is found in the postgresql.conf file of your database, in this
file you will also find the path to the logfile, I keep mine in the
database directory in a directory pg_logs (as is default) some systems
prefer to use /var/logs/postgresql.
also check your startupcommand as this may also specify the log path.
I have seen this error message in the passed and it is most annoying
as you loose the original error message :( that is why I started using
verbose logging.
Regards
GX