You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2014/09/20 08:31:33 UTC

[jira] [Created] (AMBARI-7419) Unable to upgrade 1.6.1 -> 1.7.0 with external postgres

Alejandro Fernandez created AMBARI-7419:
-------------------------------------------

             Summary: Unable to upgrade 1.6.1 -> 1.7.0 with external postgres
                 Key: AMBARI-7419
                 URL: https://issues.apache.org/jira/browse/AMBARI-7419
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 1.7.0
            Reporter: Alejandro Fernandez
            Assignee: Alejandro Fernandez
             Fix For: 1.7.0


install 1.6.1 with external postgres.
upgrade server, agent
run ambari-server upgrade

start ambari-server and this is the error:

{code}
[root@c6401 yum.repos.d]# ambari-server upgrade
Using python  /usr/bin/python2.6
Upgrading ambari-server
Updating properties in ambari.properties ...
Adjusting ambari-server permissions and ownership...
Ambari Server 'upgrade' completed successfully.
[root@c6401 yum.repos.d]# ambari-agent start
Verifying Python version compatibility...
Using python  /usr/bin/python2.6
Checking for previously running Ambari Agent...
Starting ambari-agent
Verifying ambari-agent process status...
Ambari Agent successfully started
Agent PID at: /var/run/ambari-agent/ambari-agent.pid
Agent out at: /var/log/ambari-agent/ambari-agent.out
Agent log at: /var/log/ambari-agent/ambari-agent.log
[root@c6401 yum.repos.d]# ambari-server start
Using python  /usr/bin/python2.6
Starting ambari-server
Traceback (most recent call last):
  File "/usr/sbin/ambari-server.py", line 4601, in <module>
    main()
  File "/usr/sbin/ambari-server.py", line 4396, in main
    start(options)
  File "/usr/sbin/ambari-server.py", line 2497, in start
    DATABASE_FULL_NAMES[args.dbms],
KeyError: ''
{code}



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