PostgreSQL not working?

Поиск
Список
Период
Сортировка
От Juan Jose De Leon
Тема PostgreSQL not working?
Дата
Msg-id 306374.86744.qm@web31507.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: PostgreSQL not working?  (Andrej <andrej.groups@gmail.com>)
Список pgsql-novice
Hi, I'm currently having a problem with my PostgreSQL, i'm running a DSpace application working under Solaris OS.
Everything was fine, but I began to receive repeatedly the following error messages to my email:

org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

So I've connected to the server and tried to run the postgres console, but I can't get connected by the following error:

psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Then I tried to check if the service is running with pg_ctl status command and I've received the following error:

pg_ctl: could not open PID file "/usr/local/pgsql/data/postmaster.pid": Permission denied

And if I try to do the same after sudo root for avoiding the Permission denied problem, then I get that:

pg_ctl: fatal: libreadline.so.5: open failed: No such file or directory
Killed

I just don't know what is throwing me this error and how could I fix it. If any help, I would appreciate it.
Thanks a lot.

Juan.



¡Obtén la mejor experiencia en la web!
Descarga gratis el nuevo Internet Explorer 8
http://downloads.yahoo.com/ieak8/?l=e1

В списке pgsql-novice по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Time-based trigger/procedure
Следующее
От: Andrej
Дата:
Сообщение: Re: PostgreSQL not working?