Hi,
Same issue as someone in another thread had. I'll copy/paste it here:
The root cause was recently fixed here:
https://github.com/apache/cloudstack/pull/757/files
As a workaround you can either alter the query (as the PR does) or downgrade
mariadb:
systemctl stop mariadb
yum -y remove maria
During the fresh implementation I could see below error in catalina.out
Error
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Database upgrade must be
performed from 4.0.0 to 4.5.2
ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: alter table
vm_template add size bigint unsigned
ERROR [c.
ariaDB [cloud]> select * from vm_template;
++-+---+--++--+-+-+--+++
Hi keerthiaja,
In vm_template table ,have a column with the name of 'size'. Seems your db
deployment was not complete so can drop database and redeploy cloudstack
Regards,
Prapul sriram,
Cloud Architect,
PSI Cloud Solutions,
Psiclouds.com.
On Friday, 11 September 2015 3:13 PM, Ke
ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: UPDATE
`cloud`.`configuration` SET value = CONCAT("*.",(SELECT `temptable`.`value`
FROM (SELECT * FROM `cloud`.`configuration` WHERE
`name`="consoleproxy.url.domain") AS `temptable` WHERE
`temptable`.`name`="consoleproxy.url.domain")) WHERE
Hi All,
After successfully installation I could while starting the
cloudstack-management ther seems to some error while connecting to my
database.
I am right now into production setup.
ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) Unable to upgrade the
database
com.cloud.utils.exception.Cloud