Created on 02-10-2016 08:35 AM - edited 09-16-2022 03:03 AM
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
Created 02-15-2016 03:10 AM
See this article https://community.hortonworks.com/articles/16944/warning-setpgid31734-0-failed-errno-13-permission.h...
I reproduced the issue and fix is in the link ..
Created 02-10-2016 08:45 AM
Created 02-10-2016 09:22 AM
I did refer to that, But didn't get resolved.
Created 02-10-2016 09:25 AM
WARNING: setpgid(2296, 0) failed - [Errno 13] Permission denied --> This does not look healthy
Whats your ambari version? OS?
https://issues.apache.org/jira/browse/AMBARI-14466
Patch is in the jira
Apply https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ or https://www.drupal.org/node/1399218
Created 02-10-2016 09:46 AM
Ambari version - v2.2.0.0
from repo file -> Updates-ambari-2.2.0.0
OS - CentOS Linux release 7.2.1511 (Core)
But in error log the issue shows as below.
10 Feb 2016 13:54:19,728 ERROR [main] 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
Created 02-10-2016 09:47 AM
@Neeraj Sabharwal Is this only way i.e.. by applying patch to rectify the bug or any other way to fix bug?
Created 02-10-2016 09:50 AM
@Vinod Nerella You can remove ambari-server and resinstall...I had the same issue and I ended up doing this "couple of times"
otherwise, patch or http://docs.hortonworks.com/HDPDocuments/Ambari/Ambari-2.1.2.1/index.html
Created 02-10-2016 10:03 AM
@Neeraj Sabharwal I am also doing couple of times. But couldn't get resolved till now.
Thanks for the reply.
But I tried Ambari 2.1.2.1, I got the issue as follows.
Can you help with this error?
Thanks in advance!
Have a nice day!
Created 02-10-2016 10:11 AM
@Vinod Nerella I did see that thread. Please do me a favor by installing mysql or use postgres option.
I wanted to comment this on that thread but I chose not to confuse things.
Created 02-13-2016 03:06 AM
Created 02-10-2016 09:29 AM
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
Created 02-15-2016 03:10 AM
See this article https://community.hortonworks.com/articles/16944/warning-setpgid31734-0-failed-errno-13-permission.h...
I reproduced the issue and fix is in the link ..
Created 02-15-2016 05:39 AM
@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?
Created 02-15-2016 11:51 AM
@Vinod Nerella Its different issue. Its related to postgres. See this