Moving over to the public mailing list. Salvatore, which branch were you working on?
-kevin From: Salvatore Orlando Sent: Monday, April 23, 2012 8:34 AM Subject: Code vs DB version I had the following error while starting up the management server with fresh code and pre-existing db: 2012-04-23 08:12:12,220 ERROR [cloud.upgrade.DatabaseUpgradeChecker] (main:null) The end upgrade version is actually at 3.0.3 but our management server code version is at 3.0.2.2012-04-23T15:03:57Z 2012-04-23 08:12:12,223 ERROR [utils.component.ComponentLocator] (main:null) Problems with running checker:DatabaseUpgradeChecker com.cloud.utils.exception.CloudRuntimeException: The end upgrade version is actually at 3.0.3 but our management server code version is at 3.0.2.2012-04-23T15:03:57Z It seems that build/cloud.properties needs to be updated accordingly, is that correct? # major.minor.patch versioning scheme for CloudStack company.major.version=3 company.minor.version=0 company.patch.version=2 <-- Should this be 3? This problem does not happen to me on fresh installs (new DB). Seems specific to DB upgrade. Please tell me if I'm doing something wrong Thanks in advance, Salvatore