Bug 1072501
Summary: | /permits subcollection of SuperUser role throws NullPointerException | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Ondra Machacek <omachace> |
Component: | ovirt-engine-api | Assignee: | Moti Asayag <masayag> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Meni Yakove <myakove> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.4 | CC: | acathrow, bazulay, gklein, iheim, knesenko, masayag, oramraz, Rhev-m-bugs, yeylon |
Target Milestone: | --- | Keywords: | Regression, Triaged |
Target Release: | 3.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | network | ||
Fixed In Version: | ovirt-3.4.0-ga | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-31 12:24:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1024889 |
Description
Ondra Machacek
2014-03-04 16:58:04 UTC
The root cause for this issue is that some new action group ids have been added as part of the implementation of network labels, but they don't have a corresponding constant in the ActionGroup enum. This means that when the action groups are loaded from the database the result is an array of action groups where some elements are null. Eventually this produces the NPE in the RESTAPI. Moti, I think that this patch introduced the new group ids: http://gerrit.ovirt.org/22948 Can you confirm and maybe take the bug? > Moti, I think that this patch introduced the new group ids:
>
> http://gerrit.ovirt.org/22948
>
> Can you confirm and maybe take the bug?
That patch should be reverted since there is a confusion between action-group-id to action-id. No new action group were introduced as part of the network labels.
Sadly, upgrade scripts cannot be reverted, so I'll publish a new patch to revert the changes introduced by that patch.
rhevm-3.4.0-0.5.master.el6ev.noarch this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released |