Bug 1692130 - After updating ovirt engine from 4.3.1 to 4.3.2.1, attempt to edit a host systematically results into error.
Summary: After updating ovirt engine from 4.3.1 to 4.3.2.1, attempt to edit a host sys...
Keywords:
Status: CLOSED DUPLICATE of bug 1690268
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: ovirt-engine-ui-extensions
Version: 4.3.2.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Greg Sheremeta
QA Contact: Lukas Svaty
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-24 14:37 UTC by Hideo GOTO
Modified: 2019-03-24 21:09 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-03-24 21:09:48 UTC
oVirt Team: Integration
Embargoed:


Attachments (Terms of Use)

Description Hideo GOTO 2019-03-24 14:37:28 UTC
Description of problem:

After updating Ovirt engine from 4.3.1 to 4.3.2.1, attempt to edit a host systematically results into error. The host editing popup is displayed, but not functional.

ui.log :

2019-03-24 23:08:40,642+09 ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-45) [] Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : Unable to get property 'G' of undefined or null reference
        at org.ovirt.engine.ui.webadmin.section.main.view.popup.host.HostPopupView.$lambda$0(HostPopupView.java:693)
        at org.ovirt.engine.ui.webadmin.section.main.view.popup.host.HostPopupView$lambda$0$Type.eventRaised(HostPopupView.java:693)
        at org.ovirt.engine.ui.uicompat.Event.$raise(Event.java:99)
        at org.ovirt.engine.ui.uicommonweb.models.ListModel.$setSelectedItem(ListModel.java:82)
        at org.ovirt.engine.ui.uicommonweb.models.ListModel.setSelectedItem(ListModel.java:78)
        at org.ovirt.engine.ui.uicommonweb.models.ListModel.itemsChanged(ListModel.java:236)
        at org.ovirt.engine.ui.uicommonweb.models.ListModel.$itemsChanged(ListModel.java:224)
        at org.ovirt.engine.ui.uicommonweb.models.ListModel.$setItems(ListModel.java:102)
        at org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel.$updateClusterList(HostModel.java:1037)
        at org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel.$lambda$13(HostModel.java:1017)
        at org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel$lambda$13$Type.onSuccess(HostModel.java:1017)
        at org.ovirt.engine.ui.frontend.Frontend$1.$onSuccess(Frontend.java:227) [frontend.jar:]
        at org.ovirt.engine.ui.frontend.Frontend$1.onSuccess(Frontend.java:227) [frontend.jar:]
        at org.ovirt.engine.ui.frontend.communication.OperationProcessor$1.$onSuccess(OperationProcessor.java:133) [frontend.jar:]
        at org.ovirt.engine.ui.frontend.communication.OperationProcessor$1.onSuccess(OperationProcessor.java:133) [frontend.jar:]
        at org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.$onSuccess(GWTRPCCommunicationProvider.java:270) [frontend.jar:]
        at org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.onSuccess(GWTRPCCommunicationProvider.java:270) [frontend.jar:]
        at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:198) [gwt-servlet.jar:]
        at com.google.gwt.http.client.Request.$fireOnResponseReceived(Request.java:233) [gwt-servlet.jar:]
        at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:409) [gwt-servlet.jar:]
        at Unknown.anonymous(eval code)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java:236) [gwt-servlet.jar:]
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:275) [gwt-servlet.jar:]
        at Unknown.anonymous(eval code)


Version-Release number of selected component (if applicable):


How reproducible:

100%

Steps to Reproduce:
1. List the hypervisor hosts on the Ovirt-engine's GUI, and get the detail of a host.
2. Click the "edit" link 


Actual results:
Edit popup appears, but also the error message (please refer to the Exception message here above.).

Expected results:

Host information editing should be possible and have to be able to be saved.

Additional info:

Comment 1 Greg Sheremeta 2019-03-24 21:09:48 UTC

*** This bug has been marked as a duplicate of bug 1690268 ***


Note You need to log in before you can comment on or make changes to this bug.