You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Myroslav Papirkovskyy (JIRA)" <ji...@apache.org> on 2014/04/07 21:15:15 UTC

[jira] [Created] (AMBARI-5382) Schema Upgrade failed when upgrading to 1.5.1

Myroslav Papirkovskyy created AMBARI-5382:
---------------------------------------------

             Summary: Schema Upgrade failed when upgrading to 1.5.1
                 Key: AMBARI-5382
                 URL: https://issues.apache.org/jira/browse/AMBARI-5382
             Project: Ambari
          Issue Type: Bug
          Components: controller
    Affects Versions: 1.5.1
            Reporter: Myroslav Papirkovskyy
            Assignee: Myroslav Papirkovskyy
            Priority: Critical
             Fix For: 1.5.1


While upgrade, schema upgrade fails.
Example error output (Oracle):
{code}
rg.apache.ambari.server.AmbariException: Current database store version is not compatible with current server version, serverVersion=1.5.1.96, schemaVersion=1.4.1.25
	at org.apache.ambari.server.controller.AmbariServer.checkDBVersion(AmbariServer.java:479)
	at org.apache.ambari.server.controller.AmbariServer.run(AmbariServer.java:149)
	at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:528)
{code}
and Postgres 
{code}
11:39:27,364 ERROR [main] AmbariServer:531 - Failed to run the Ambari Server
org.apache.ambari.server.AmbariException: Current database store version is not compatible with current server version, serverVersion=1.5.1.96, schemaVersion=1.5.0
	at org.apache.ambari.server.controller.AmbariServer.checkDBVersion(AmbariServer.java:479)
	at org.apache.ambari.server.controller.AmbariServer.run(AmbariServer.java:149)
	at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:528)

{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)