Обсуждение: Postgres and Ambari Error

Поиск
Список
Период
Сортировка

Postgres and Ambari Error

От
Deepak Goel
Дата:

Hey

Namaskara~Nalama~Guten Tag~Bonjour

I am getting the following error :

====================================+==
ERROR: Exiting with exit code -1.
REASON: Ambari Server java process died with exitcode 1. Check /var/log/ambari-server/ambari-server.out for more information.

--------------------------------------------------------------------------------

Exception in thread "main" com.google.inject.CreationException: Guice creation e
rrors:

1) Error injecting constructor, java.lang.RuntimeException: org.postgresql.util.
PSQLException: Connection refused. Check that the hostname and port are correct
and that the postmaster is accepting TCP/IP connections.
====================================+==


Anyone can help?

Thanks
Deepakr


   --
Keigu

Deepak
73500 12833
www.simtree.net, deepak@simtree.net
deicool@gmail.com

LinkedIn: www.linkedin.com/in/deicool
Skype: thumsupdeicool
Google talk: deicool
Blog: http://loveandfearless.wordpress.com
Facebook: http://www.facebook.com/deicool

"Contribute to the world, environment and more : http://www.gridrepublic.org
"

Re: Postgres and Ambari Error

От
"Hunley, Douglas"
Дата:

On Fri, Oct 21, 2016 at 3:54 AM, Deepak Goel <deicool@gmail.com> wrote:
PSQLException: Connection refused. Check that the hostname and port are correct
and that the postmaster is accepting TCP/IP connections.

This indicates one of the following:
* the IP address you've specified is incorrect
* the port you've specified is incorrect
* a firewall is disallowing the connection
* you didn't alter postgresql.conf to listen on an IP:port

--
{
  "name" : "douglas j hunley",
  "email" : "douglas.hunley@openscg.com",
  "title" : "database engineer",
  "phone" : "+1 732 339 3419 x163"
}