You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/06/01 17:25:59 UTC

[jira] [Commented] (AMBARI-16989) Ambari-server fails to start after reboot on Ubuntu

    [ https://issues.apache.org/jira/browse/AMBARI-16989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310702#comment-15310702 ] 

Hadoop QA commented on AMBARI-16989:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12807469/AMBARI-16989.patch
  against trunk revision .

    {color:red}-1 patch{color}.  Top-level trunk compilation may be broken.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7110//console

This message is automatically generated.

> Ambari-server fails to start after reboot on Ubuntu
> ---------------------------------------------------
>
>                 Key: AMBARI-16989
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16989
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16989.patch
>
>
>     [root@gc7201 ~]# ambari-server start
>     Using python  /usr/bin/python
>     Starting ambari-server
>     Traceback (most recent call last):
>       File "/usr/sbin/ambari-server.py", line 33, in <module>
>         from ambari_server.dbConfiguration import DATABASE_NAMES, LINUX_DBMS_KEYS_LIST
>       File "/usr/lib/python2.6/site-packages/ambari_server/dbConfiguration.py", line 28, in <module>
>         from ambari_server.serverConfiguration import decrypt_password_for_alias, get_ambari_properties, get_is_secure, \
>       File "/usr/lib/python2.6/site-packages/ambari_server/serverConfiguration.py", line 537, in <module>
>         configDefaults = ServerConfigDefaults()
>       File "/usr/lib/python2.6/site-packages/ambari_server/serverConfiguration.py", line 456, in __init__
>         super(ServerConfigDefaultsLinux, self).__init__()
>       File "/usr/lib/python2.6/site-packages/ambari_server/serverConfiguration.py", line 352, in __init__
>         self.check_if_directories_writable([self.OUT_DIR, self.PID_DIR])
>       File "/usr/lib/python2.6/site-packages/ambari_server/serverConfiguration.py", line 394, in check_if_directories_writable
>         raise FatalException(-1, "Unable to access {0} directory. Confirm the directory is created and is writable by the Ambari Server user account '{1}'".format(directory, getpass.getuser()))
>     ambari_commons.exceptions.FatalException: "Fatal exception: Unable to access /var/run/ambari-server directory. Confirm the directory is created and is writable by the Ambari Server user account 'root', exit code -1"
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)