Bug 1360630
| Summary: | [UI] - Exception when trying to break a bond with an unmanaged network attached to him | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Michael Burman <mburman> |
| Component: | BLL.Network | Assignee: | Martin Mucha <mmucha> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Burman <mburman> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0.0 | CC: | awels, bugs, danken, mburman, myakove, oourfali, ylavi |
| Target Milestone: | ovirt-4.1.0-beta | Flags: | rule-engine:
ovirt-4.1+
ylavi: planning_ack+ danken: devel_ack+ myakove: testing_ack+ |
| Target Release: | 4.1.0.2 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-01 14:44:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michael Burman
2016-07-27 08:01:47 UTC
Can you install the debuginfo and get a cleaner stack? Hi Yaniv, The ovirt-engine-webadmin-portal-debuginfo installed by default, so i'm not sure i understand your request. Please let me know how i can provide a cleaner stack. Thanks (In reply to Michael Burman from comment #2) > Hi Yaniv, > > The ovirt-engine-webadmin-portal-debuginfo installed by default, so i'm not > sure i understand your request. > Please let me know how i can provide a cleaner stack. Thanks Oved - any idea why we have a ciphered stack, if the debuginfo is installed? Alexander? Actually looks like Michael pasted the console from the browser and the UI.log. The problem appears to be in: _3p,org.ovirt.engine.ui.uicommonweb.models.hosts.network.DataFromHostSetupNetworksModel::$removeNetworkAttachmentFromParameters(Lorg/ovirt/engine/ui/uicommonweb/models/hosts/network/DataFromHostSetupNetworksModel; Lorg/ovirt/engine/core/common/businessentities/network/NetworkAttachment;)V,org.ovirt.engine.ui.uicommonweb.models.hosts.network.DataFromHostSetupNetworksModel,$removeNetworkAttachmentFromParameters,org/ovirt/engi ne/ui/uicommonweb/models/hosts/network/DataFromHostSetupNetworksModel.java,78,151 Taking a quick look at the code it appears that either the networkAttachments field in the object is null or networkAttachment parameter is null. Since networkAttachments is initialized in the constructor, I am going with networkAttachment is null. But I don't have any setup in which I can create a bond to debug further. I think the info should be enough for someone from network team to take a look. Thanks Alexander. Hi guys, Thanks for looking into it,please ping me if you need a setup with this report.Thanks Verified on - 4.1.0-0.2.master.20161205231208.gitf0af92b.el7.centos Dan, will this be fixed for 4.0.z as well? No, I don't think it's a recent regression, and do not see the urgency to push it to 4.0.z. |