Anyone else see these during startup? 2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught exception when inserting system account: Duplicate entry '1' for key 'PRIMARY' 2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught SQLException when inserting system user: Duplicate entry '1' for key 'PRIMARY' 2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught SQLException when creating admin account: Duplicate entry '2' for key 'PRIMARY' 2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught SQLException when inserting admin user: Duplicate entry '2' for key 'PRIMARY' 2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught (SQL?)Exception: no network_group Table 'cloud.network_group' doesn't exist 2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) resource_count table has records missing for some accounts...going to insert them 2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Inserting resource count of type user_vm for account id=3
The duplicate keys doesn't really worry me much, as that should mean it's already there, but the Table 'cloud.network_group' doesn't exist is a different story.. -- Erik