[ https://issues.apache.org/jira/browse/CLOUDSTACK-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766199#comment-13766199 ]
ASF subversion and git services commented on CLOUDSTACK-4645: ------------------------------------------------------------- Commit 10486ea4dddbfe41bfc200094dd2ee5e833ed7c5 in branch refs/heads/4.2 from [~vijayendrabvs] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=10486ea ] CLOUDSTACK-4645: There is no upgrade path from 4.1.1 to 4.2.0 Description: Simpler fix to support upgrade path from 4.1.1 to 4.2.0 by adding a 4.1.1 string in the db update version range. Commit # d1642a489ce76e055d60b2caf3ccfe4bb136b745 introduced a duplicate user_vm_view view in the schema-410to420.sql script. Removing the first occurrence of that view, since whatever QA has been testing until now would have used the duplicated view that gets created after the first one. > There is no upgrade path from 4.1.1 to 4.2.0 > -------------------------------------------- > > Key: CLOUDSTACK-4645 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4645 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Install and Setup > Affects Versions: 4.2.0 > Reporter: Milamber > Assignee: Venkata Siva Vijayendra Bhamidipati > Priority: Blocker > > I've try to upgrade my CS test platform from 4.1.1 to 4.2.0 > (from Commit: e39a7d8e0d3f2fd3e326b1bdf4aaf9ba5d900b02 > + CLVM issue cherry-pick from 4.2-forward with commitId > f2c5b5fbfe45196dfad2821fca513ddd6efa25c9.) > The path 4.1.1->4.2.0 seems miss? > 2013-09-11 14:32:55,619 INFO [cloud.upgrade.DatabaseUpgradeChecker] > (Timer-1:null) Grabbing lock to check for database upgrade. > 2013-09-11 14:32:55,631 INFO [cloud.upgrade.DatabaseUpgradeChecker] > (Timer-1:null) DB version = 4.1.1 Code Version = 4.2.0 > 2013-09-11 14:32:55,632 INFO [cloud.upgrade.DatabaseUpgradeChecker] > (Timer-1:null) Database upgrade must be performed from 4.1.1 to 4.2.0 > 2013-09-11 14:32:55,632 ERROR [cloud.upgrade.DatabaseUpgradeChecker] > (Timer-1:null) There is no upgrade path from 4.1.1 to 4.2.0 > 2013-09-11 14:32:55,639 ERROR [utils.component.ComponentContext] > (Timer-1:null) System integrity check failed. Refuse to startup > com.cloud.utils.exception.CloudRuntimeException: There is no upgrade path > from 4.1.1 to 4.2.0 > at > com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:221) > at > com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:389) > at > com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:90) > at > com.cloud.servlet.CloudStartupServlet$1.run(CloudStartupServlet.java:54) > at java.util.TimerThread.mainLoop(Timer.java:534) > at java.util.TimerThread.run(Timer.java:484) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira