-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55675/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk, Dmitro Lisnichenko, and Myroslav
Papirkovskyy.
Bugs: AMBARI-19612
https://issues.apache.org/jira/browse/AMBARI-19612
Repository: ambari
Description
-------
ambari-server setup failed
found this issue in logs
{noformat}
sing python /usr/bin/python
Setup ambari-server
Checking SELinux...
WARNING: Could not run /usr/sbin/sestatus: OK
Customize user account for ambari-server daemon [y/n] (n)? Adjusting
ambari-server permissions and ownership...
Checking firewall status...
Checking JDK...
Do you want to change Oracle JDK [y/n] (n)? input not recognized, please try
again:
Do you want to change Oracle JDK [y/n] (n)? Completing setup...
Configuring database...
Enter advanced database configuration [y/n] (n)? Configuring database...
Default properties detected. Using built-in database.
Configuring ambari database...
Checking PostgreSQL...
Configuring local database...
Configuring PostgreSQL...
Backup for pg_hba found, reconfiguration not required
Creating schema and user...
ERROR: Failed to execute command:['ambari-sudo.sh', 'su', 'postgres', '-',
'--command=psql -f
/var/lib/ambari-server/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql -v
username=\'"ambari"\' -v password="\'bigdata\'" -v dbname="ambari"']
ERROR: stderr:could not change directory to "/root"
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
ERROR: stdout:
process_pid=28571
failed to execute queries ...retrying (1)
Creating schema and user...
ERROR: Failed to execute command:['ambari-sudo.sh', 'su', 'postgres', '-',
'--command=psql -f
/var/lib/ambari-server/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql -v
username=\'"ambari"\' -v password="\'bigdata\'" -v dbname="ambari"']
ERROR: stderr:could not change directory to "/root"
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
ERROR: stdout:
process_pid=28580
failed to execute queries ...retrying (2)
Creating schema and user...
ERROR: Exiting with exit code 2.
REASON: Running database init script failed. Exiting.{noformat}
The same result when try to do it manually
Diffs
-----
ambari-common/src/main/python/ambari_commons/os_linux.py 25368c6
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
9459d93
ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
1a05b95
Diff: https://reviews.apache.org/r/55675/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi