Bug 1390000
| Summary: | virt-v2v: VMs cannot be imported from external providers due to webadmin uncaught exception. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Nisim Simsolo <nsimsolo> | ||||||||
| Component: | Frontend.WebAdmin | Assignee: | bugs <bugs> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> | ||||||||
| Severity: | urgent | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 4.0.5 | CC: | bugs, gshereme, michal.skrivanek, nsimsolo, oourfali, tjelinek, vszocs | ||||||||
| Target Milestone: | ovirt-4.0.5 | Flags: | michal.skrivanek:
ovirt-4.0.z?
michal.skrivanek: blocker? rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-10-31 11:32:40 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1377271 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Nisim Simsolo
2016-10-30 15:10:20 UTC
Created attachment 1215567 [details]
ui.log
Created attachment 1215568 [details]
engine.log
Created attachment 1215569 [details]
vdsm.log
Possibly a duplicate of bug 1389998 Copy-paste of full stack (so in the future it can be searched in Bugzilla): Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) __gwt$exception: <skipped>: Cannot read property 'Tc' of undefined at org.ovirt.engine.ui.common.widget.AbstractUiCommandButton.$cleanup(AbstractUiCommandButton.java:108) at org.ovirt.engine.ui.webadmin.section.main.view.popup.ImportVmsPopupView_DriverImpl.$cleanup(ImportVmsPopupView_DriverImpl.java:107) at org.ovirt.engine.ui.webadmin.section.main.view.popup.ImportVmsPopupView.cleanup(ImportVmsPopupView.java:484) at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopupPresenterWidget.$hideAndUnbind(AbstractModelBoundPopupPresenterWidget.java:272) at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHandler.$handleWindowModelChange(ModelBoundPopupHandler.java:80) at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHandler$1.eventRaised(ModelBoundPopupHandler.java:61) at org.ovirt.engine.ui.uicompat.Event.$raise(Event.java:114) at org.ovirt.engine.ui.uicommonweb.models.Model.$onPropertyChanged(Model.java:470) at org.ovirt.engine.ui.uicommonweb.models.Model.onPropertyChanged(Model.java:470) at org.ovirt.engine.ui.uicommonweb.models.Model.$setWindow(Model.java:92) at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$onConfigureVmsToImport(VmListModel.java:2307) at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$executeCommand(VmListModel.java:2085) at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.executeCommand(VmListModel.java:2085) at org.ovirt.engine.ui.uicommonweb.UICommand.$execute(UICommand.java:163) at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopupPresenterWidget$6.onClick(AbstractModelBoundPopupPresenterWidget.java:334) at com.google.gwt.event.dom.client.ClickEvent.dispatch(ClickEvent.java:55) [gwt-servlet.jar:] at com.google.gwt.event.shared.GwtEvent.dispatch(GwtEvent.java:76) [gwt-servlet.jar:] at com.google.web.bindery.event.shared.SimpleEventBus.$doFire(SimpleEventBus.java:173) [gwt-servlet.jar:] ... 21 more @Greg: it looks a lot like dup of 1389998. While fixing it, could you please verify it resolves also this? Not sure if duplicate or just caused by the same as 1389998 - moving to UX for investigation. > at org.ovirt.engine.ui.common.widget.AbstractUiCommandButton.$cleanup(AbstractUiCommandButton.java:108)
> at org.ovirt.engine.ui.webadmin.section.main.view.popup.ImportVmsPopupView_DriverImpl.$cleanup(ImportVmsPopupView_DriverImpl.java:107)
NPE due to dialog object cleanup introduced recently, I'll investigate.
This is the same issue as bug 1389998 *** This bug has been marked as a duplicate of bug 1389998 *** |