[ https://issues.apache.org/jira/browse/CLOUDSTACK-9409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321794#comment-15321794 ]
ASF GitHub Bot commented on CLOUDSTACK-9409: -------------------------------------------- Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1584 ### CI RESULTS ``` Tests Run: 4 Skipped: 0 Failed: 0 Errors: 0 Duration: 0h 18m 33s ``` **Associated Uploads** **`/tmp/MarvinLogs/DeployDataCenter__Jun_08_2016_18_27_57_AIBI32:`** * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/DeployDataCenter__Jun_08_2016_18_27_57_AIBI32/dc_entries.obj) * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/DeployDataCenter__Jun_08_2016_18_27_57_AIBI32/failed_plus_exceptions.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/DeployDataCenter__Jun_08_2016_18_27_57_AIBI32/runinfo.txt) **`/tmp/MarvinLogs/test_privategw_acl_0IG3FA:`** * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/test_privategw_acl_0IG3FA/failed_plus_exceptions.txt) * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/test_privategw_acl_0IG3FA/results.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1584-2/tmp/MarvinLogs/test_privategw_acl_0IG3FA/runinfo.txt) Uploads will be available until `2016-08-09 02:00:00 +0200 CEST` *Comment created by [`upr comment`](https://github.com/cloudops/upr).* > Usage server fails to work with 4.9 due to missing role_id column > ----------------------------------------------------------------- > > Key: CLOUDSTACK-9409 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9409 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.9.0 > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Blocker > > Thanks to Nicolas for reporting. The usage server fails to work due to > missing role_id column; > 2016-06-07 11:04:51,233 ERROR [cloud.usage.UsageManagerImpl] > (Usage-Job-1:null) (logid:) Exception in usage manager > com.cloud.utils.exception.CloudRuntimeException: DB Exception on: > com.mysql.jdbc.JDBC4PreparedStatement@3202d58a: SELECT account.id, > account.account_name, account.type, account.role_id, account.domain_id, > account.state, account.removed, account.cleanup_needed, > account.network_domain, account.uuid, account.default_zone_id, > account.default FROM account WHERE account.id = 2 > ... > Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown > column 'account.role_id' in 'field list' -- This message was sent by Atlassian JIRA (v6.3.4#6332)