Hide Forgot
Created attachment 1198943 [details] engine log Description of problem: Noticed the following error in the log of rhev.tlv: 2016-09-08 09:44:10,102 ERROR [org.ovirt.engine.core.bll.storage.disk.GetAllDisksByVmIdQuery] (default task-199) [] Exception: java.lang.NullPointerException at org.ovirt.engine.core.common.businessentities.storage.BaseDisk.setDiskVmElements(BaseDisk.java:83) [common.jar:] at org.ovirt.engine.core.bll.storage.disk.GetAllDisksByVmIdQuery.executeQueryCommand(GetAllDisksByVmIdQuery.java:40) [bll.jar:] at org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:103) [bll.jar:] at org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:33) [dal.jar:] at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:558) [bll.jar:] at org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:529) [bll.jar:] Version-Release number of selected component (if applicable): 4.0.3 How reproducible: Not clear Steps to Reproduce: Probably just to trigger the query Actual results: NPE Expected results: No NPE Additional info:
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.
Tal, does this ring any bells?
Couldn't reproduce after numerous reproduction attempts in any constellation I can think of. In any case the NPE is only in the UI thread that attempts to gather the VM<->Disk data and does not affect any backend flow. Closing for now as works for me until new information or clearer steps to reproduce will be prodived