Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

setpgid(2296, 0) failed - [Errno 13] Permission denied issue, server getting stopped after some time

avatar
Rising Star

ambari-server start Using python /usr/bin/python2 Starting ambari-server Ambari Server running with administrator privileges. Organizing resource files at /var/lib/ambari-server/resources...

WARNING: setpgid(2296, 0) failed - [Errno 13] Permission denied Server PID at: /var/run/ambari-server/ambari-server.pid Server out at: /var/log/ambari-server/ambari-server.out Server log at: /var/log/ambari-server/ambari-server.log Waiting for server start....................

Ambari Server 'start' completed successfully.

But server getting stopped automatically.

I can refer to https://community.hortonworks.com/questions/10044/ambari-server-start-warning-setpgid4340-0-failed-e... but didn't make any sense on how to apply the patch.

Any help would be great....! Any clear steps to resolve the issue and apply patch.

Thanks

1 ACCEPTED SOLUTION

avatar
Master Mentor
13 REPLIES 13

avatar
Guru

Hi Vinod,

You can use following steps to apply patch on your server.

1. Download patch to local or server.

2. You can use below command to apply it under ambari home dir.

$ patch -p0 -i /path/to/AMBARI-14466.patch

avatar
Master Mentor

avatar
Rising Star

@Neeraj Sabharwal Thanks Neeraj for helping this out. It worked for me too.

But ambari showing started but yet its getting stopped for me because of the following issue in log files.

DBAccessorImpl:102 - Error while creating database accessor org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "ambari", database "ambari", SSL off

Could you help on this issue also please?

avatar
Master Mentor

@Vinod Nerella Its different issue. Its related to postgres. See this