<div dir="ltr"><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">It seems like a regression from 55a71302ef91c91e8d9d418794ea3be990dcfe71</span><br></div><div>Since memory disk was not considered a disk entity in the engine, the VM regisatration worked well.</div><div>Now, that the memory disk became an entity and the validation was added, it should also be addressed in the VM&#39;s OVF.</div><div>Now it isn&#39;t part of the VM&#39;s OVF and the disk does not get created in the DB and that is probably why the operation fails.</div><div>Thanks Arik for pointing this out.</div><div><br></div><div>Regards,</div><div>Maor<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 26, 2018 at 11:06 AM, Arik Hadas <span dir="ltr">&lt;<a href="mailto:ahadas@redhat.com" target="_blank">ahadas@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-">On Mon, Apr 23, 2018 at 10:02 PM, Roy Golan <span dir="ltr">&lt;<a href="mailto:rgolan@redhat.com" target="_blank">rgolan@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I suspect<br><br>                List&lt;Guid&gt; guids = Guid.createGuidListFromString(<wbr>snap.getMemoryVolume());<br><br></div>where guids is empty because there is not memory volume. which fails this<br><br>                StorageDomain sd = getStorageDomainDao().getForSt<wbr>oragePool(guids.get(0), params.getStoragePoolId());<br></div></blockquote><div><br></div></span><div>Note that this analysis is based on an incorrect version of the code since it happened with version 4.2.2.6. So it may still happen with the up-to-date code on the master branch as well. (Also note that had &#39;guids&#39; be empty the exception would have been IndexOutOfBoundsException rather than NPE).</div><div><div class="gmail-h5"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><br></div><div class="gmail-m_5410894929593951479gmail-HOEnZb"><div class="gmail-m_5410894929593951479gmail-h5"><br><div class="gmail_quote"><div dir="ltr">On Mon, 23 Apr 2018 at 22:01 Benny Zlotnik &lt;<a href="mailto:bzlotnik@redhat.com" target="_blank">bzlotnik@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Looks like a bug. Can you please file a report: <a href="https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine" target="_blank">https://bugzilla.redhat.com/en<wbr>ter_bug.cgi?product=ovirt-engi<wbr>ne</a> </div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 23, 2018 at 9:38 PM, ~Stack~ <span dir="ltr">&lt;<a href="mailto:i.am.stack@gmail.com" target="_blank">i.am.stack@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Greetings,<br>
<br>
After my rebuild, I have imported my VM&#39;s. Everything went smooth and<br>
all of them came back, except one. One VM gives me the error &quot;General<br>
command validation failure.&quot; which isn&#39;t helping me when I search for<br>
the problem.<br>
<br>
The oVirt engine logs aren&#39;t much better at pointing to what the failure<br>
is (posted below).<br>
<br>
Can someone help me figure out why this VM isn&#39;t importing, please?<br>
<br>
Thanks!<br>
~Stack~<br>
<br>
<br>
2018-04-23 13:31:44,313-05 INFO<br>
[org.ovirt.engine.core.bll.exp<wbr>ortimport.ImportVmFromConfigur<wbr>ationCommand]<br>
(default task-72) [6793fe73-7cda-4cb5-a806-7104a<wbr>05c3c1b] Lock Acquired<br>
to object &#39;EngineLock:{exclusiveLocks=&#39;[<wbr>infra01=VM_NAME,<br>
0b64ced5-7e4b-48cd-9d0d-24e8b9<wbr>05758c=VM]&#39;,<br>
sharedLocks=&#39;[0b64ced5-7e4b-48<wbr>cd-9d0d-24e8b905758c=REMOTE_VM<wbr>]&#39;}&#39;<br>
2018-04-23 13:31:44,349-05 ERROR<br>
[org.ovirt.engine.core.bll.exp<wbr>ortimport.ImportVmFromConfigur<wbr>ationCommand]<br>
(default task-72) [6793fe73-7cda-4cb5-a806-7104a<wbr>05c3c1b] Error during<br>
ValidateFailure.: java.lang.NullPointerException<br>
        at<br>
org.ovirt.engine.core.bll.vali<wbr>dator.ImportValidator.validate<wbr>StorageExistsForMemoryDisks(<wbr>ImportValidator.java:140)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.expo<wbr>rtimport.ImportVmFromConfigura<wbr>tionCommand.isValidDisks(Impor<wbr>tVmFromConfigurationCommand.<wbr>java:151)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.expo<wbr>rtimport.ImportVmFromConfigura<wbr>tionCommand.validate(ImportVmF<wbr>romConfigurationCommand.java:<wbr>103)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Comm<wbr>andBase.internalValidate(Comma<wbr>ndBase.java:779)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Comm<wbr>andBase.validateOnly(CommandBa<wbr>se.java:368)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Prev<wbr>alidatingMultipleActionsRunner<wbr>.canRunActions(PrevalidatingMu<wbr>ltipleActionsRunner.java:113)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Prev<wbr>alidatingMultipleActionsRunner<wbr>.invokeCommands(PrevalidatingM<wbr>ultipleActionsRunner.java:99)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Prev<wbr>alidatingMultipleActionsRunner<wbr>.execute(PrevalidatingMultiple<wbr>ActionsRunner.java:76)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Back<wbr>end.runMultipleActionsImpl(Bac<wbr>kend.java:596)<br>
[bll.jar:]<br>
        at<br>
org.ovirt.engine.core.bll.Back<wbr>end.runMultipleActions(Backend<wbr>.java:566)<br>
[bll.jar:]<br>
        at sun.reflect.GeneratedMethodAcc<wbr>essor914.invoke(Unknown Source)<br>
[:1.8.0_161]<br>
        at<br>
sun.reflect.DelegatingMethodAc<wbr>cessorImpl.invoke(DelegatingMe<wbr>thodAccessorImpl.java:43)<br>
[rt.jar:1.8.0_161]<br>
        at java.lang.reflect.Method.invok<wbr>e(Method.java:498) [rt.jar:1.8.0_161]<br>
        at<br>
org.jboss.as.ee.component.Mana<wbr>gedReferenceMethodInterceptor.<wbr>processInvocation(ManagedRefer<wbr>enceMethodInterceptor.java:52)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext$Invocation.proceed(<wbr>InterceptorContext.java:509)<br>
        at<br>
org.jboss.as.weld.interceptors<wbr>.Jsr299BindingsInterceptor.del<wbr>egateInterception(Jsr299Bindin<wbr>gsInterceptor.java:78)<br>
        at<br>
org.jboss.as.weld.interceptors<wbr>.Jsr299BindingsInterceptor.doM<wbr>ethodInterception(Jsr299Bindin<wbr>gsInterceptor.java:88)<br>
        at<br>
org.jboss.as.weld.interceptors<wbr>.Jsr299BindingsInterceptor.pro<wbr>cessInvocation(Jsr299BindingsI<wbr>nterceptor.java:101)<br>
        at<br>
org.jboss.as.ee.component.inte<wbr>rceptors.UserInterceptorFactor<wbr>y$1.processInvocation(UserInte<wbr>rceptorFactory.java:63)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext$Invocation.proceed(<wbr>InterceptorContext.java:509)<br>
        at<br>
org.ovirt.engine.core.bll.inte<wbr>rceptors.CorrelationIdTrackerI<wbr>nterceptor.aroundInvoke(Correl<wbr>ationIdTrackerInterceptor.<wbr>java:13)<br>
[bll.jar:]<br>
        at sun.reflect.GeneratedMethodAcc<wbr>essor71.invoke(Unknown Source)<br>
[:1.8.0_161]<br>
        at<br>
sun.reflect.DelegatingMethodAc<wbr>cessorImpl.invoke(DelegatingMe<wbr>thodAccessorImpl.java:43)<br>
[rt.jar:1.8.0_161]<br>
        at java.lang.reflect.Method.invok<wbr>e(Method.java:498) [rt.jar:1.8.0_161]<br>
        at<br>
org.jboss.as.ee.component.Mana<wbr>gedReferenceLifecycleMethodInt<wbr>erceptor.processInvocation(Man<wbr>agedReferenceLifecycleMethodIn<wbr>terceptor.java:89)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.in">org.jboss.as.ejb3.component.in</a><wbr>vocationmetrics.ExecutionTimeI<wbr>nterceptor.processInvocation(E<wbr>xecutionTimeInterceptor.java:4<wbr>3)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.as.ee.concurrent.Con<wbr>currentContextInterceptor.proc<wbr>essInvocation(ConcurrentContex<wbr>tInterceptor.java:45)<br>
[wildfly-ee-11.0.0.Final.jar:1<wbr>1.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.InitialIn<wbr>terceptor.processInvocation(In<wbr>itialInterceptor.java:40)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.ChainedIn<wbr>terceptor.processInvocation(Ch<wbr>ainedInterceptor.java:53)<br>
        at<br>
org.jboss.as.ee.component.inte<wbr>rceptors.ComponentDispatcherIn<wbr>terceptor.processInvocation(Co<wbr>mponentDispatcherInterceptor.<wbr>java:52)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.si">org.jboss.as.ejb3.component.si</a><wbr>ngleton.SingletonComponentInst<wbr>anceAssociationInterceptor.pro<wbr>cessInvocation(SingletonCompon<wbr>entInstanceAssociationIntercep<wbr>tor.java:53)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.as.ejb3.tx.CMTTxInte<wbr>rceptor.invokeInNoTx(CMTTxInte<wbr>rceptor.java:264)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.as.ejb3.tx.CMTTxInte<wbr>rceptor.supports(CMTTxIntercep<wbr>tor.java:379)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.as.ejb3.tx.CMTTxInte<wbr>rceptor.processInvocation(CMTT<wbr>xInterceptor.java:244)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext$Invocation.proceed(<wbr>InterceptorContext.java:509)<br>
        at<br>
org.jboss.weld.ejb.AbstractEJB<wbr>RequestScopeActivationIntercep<wbr>tor.aroundInvoke(AbstractEJBRe<wbr>questScopeActivationIntercepto<wbr>r.java:73)<br>
[weld-core-impl-2.4.3.Final.ja<wbr>r:2.4.3.Final]<br>
        at<br>
org.jboss.as.weld.ejb.EjbReque<wbr>stScopeActivationInterceptor.<wbr>processInvocation(EjbRequestSc<wbr>opeActivationInterceptor.java:<wbr>89)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.in">org.jboss.as.ejb3.component.in</a><wbr>terceptors.CurrentInvocationCo<wbr>ntextInterceptor.<wbr>processInvocation(CurrentInvoc<wbr>ationContextInterceptor.java:<wbr>41)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.in">org.jboss.as.ejb3.component.in</a><wbr>vocationmetrics.WaitTimeInterc<wbr>eptor.processInvocation(WaitTi<wbr>meInterceptor.java:47)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.as.ejb3.security.Sec<wbr>urityContextInterceptor.proces<wbr>sInvocation(SecurityContextInt<wbr>erceptor.java:100)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.as.ejb3.deployment.p<wbr>rocessors.StartupAwaitIntercep<wbr>tor.processInvocation(StartupA<wbr>waitInterceptor.java:22)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.in">org.jboss.as.ejb3.component.in</a><wbr>terceptors.ShutDownInterceptor<wbr>Factory$1.processInvocation(Sh<wbr>utDownInterceptorFactory.java:<wbr>64)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ejb3.component.in">org.jboss.as.ejb3.component.in</a><wbr>terceptors.LoggingInterceptor.<wbr>processInvocation(LoggingInter<wbr>ceptor.java:67)<br>
[wildfly-ejb3-11.0.0.Final.jar<wbr>:11.0.0.Final]<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
<a href="http://org.jboss.as.ee.component.Name">org.jboss.as.ee.component.Name</a><wbr>spaceContextInterceptor.proces<wbr>sInvocation(NamespaceContextIn<wbr>terceptor.java:50)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.ContextCl<wbr>assLoaderInterceptor.processIn<wbr>vocation(ContextClassLoaderInt<wbr>erceptor.java:60)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at org.jboss.invocation.Intercept<wbr>orContext.run(InterceptorConte<wbr>xt.java:438)<br>
        at<br>
org.wildfly.security.manager.W<wbr>ildFlySecurityManager.doChecke<wbr>d(WildFlySecurityManager.java:<wbr>609)<br>
        at<br>
org.jboss.invocation.AccessChe<wbr>ckingInterceptor.processInvoca<wbr>tion(AccessCheckingInterceptor<wbr>.java:57)<br>
        at<br>
org.jboss.invocation.Intercept<wbr>orContext.proceed(InterceptorC<wbr>ontext.java:422)<br>
        at<br>
org.jboss.invocation.ChainedIn<wbr>terceptor.processInvocation(Ch<wbr>ainedInterceptor.java:53)<br>
        at org.jboss.as.ee.component.View<wbr>Service$View.invoke(ViewServic<wbr>e.java:198)<br>
        at<br>
org.jboss.as.ee.component.View<wbr>Description$1.processInvocatio<wbr>n(ViewDescription.java:185)<br>
        at<br>
org.jboss.as.ee.component.Prox<wbr>yInvocationHandler.invoke(Prox<wbr>yInvocationHandler.java:81)<br>
        at<br>
org.ovirt.engine.core.common.i<wbr>nterfaces.BackendLocal$$$view2<wbr>.runMultipleActions(Unknown<br>
Source) [common.jar:]<br>
        at<br>
org.ovirt.engine.ui.frontend.s<wbr>erver.gwt.GenericApiGWTService<wbr>Impl.runMultipleActions(Generi<wbr>cApiGWTServiceImpl.java:161)<br>
        at sun.reflect.GeneratedMethodAcc<wbr>essor913.invoke(Unknown Source)<br>
[:1.8.0_161]<br>
        at<br>
sun.reflect.DelegatingMethodAc<wbr>cessorImpl.invoke(DelegatingMe<wbr>thodAccessorImpl.java:43)<br>
[rt.jar:1.8.0_161]<br>
        at java.lang.reflect.Method.invok<wbr>e(Method.java:498) [rt.jar:1.8.0_161]<br>
        at com.google.gwt.user.server.rpc<wbr>.RPC.invokeAndEncodeResponse(<wbr>RPC.java:587)<br>
        at<br>
com.google.gwt.user.server.rpc<wbr>.RemoteServiceServlet.processC<wbr>all(RemoteServiceServlet.java:<wbr>333)<br>
        at<br>
com.google.gwt.user.server.rpc<wbr>.RemoteServiceServlet.processC<wbr>all(RemoteServiceServlet.java:<wbr>303)<br>
        at<br>
com.google.gwt.user.server.rpc<wbr>.RemoteServiceServlet.processP<wbr>ost(RemoteServiceServlet.java:<wbr>373)<br>
        at<br>
com.google.gwt.user.server.rpc<wbr>.AbstractRemoteServiceServlet.<wbr>doPost(AbstractRemoteServiceSe<wbr>rvlet.java:62)<br>
        at javax.servlet.http.HttpServlet<wbr>.service(HttpServlet.java:707)<br>
[jboss-servlet-api_3.1_spec-1.<wbr>0.0.Final.jar:1.0.0.Final]<br>
        at<br>
org.ovirt.engine.ui.frontend.s<wbr>erver.gwt.GenericApiGWTService<wbr>Impl.service(GenericApiGWTServ<wbr>iceImpl.java:78)<br>
        at javax.servlet.http.HttpServlet<wbr>.service(HttpServlet.java:790)<br>
[jboss-servlet-api_3.1_spec-1.<wbr>0.0.Final.jar:1.0.0.Final]<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletHandler.handleRequest(Se<wbr>rvletHandler.java:85)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler$FilterChainImpl.d<wbr>oFilter(FilterHandler.java:129<wbr>)<br>
        at<br>
<a href="http://org.ovirt.engine.core.utils.se">org.ovirt.engine.core.utils.se</a><wbr>rvlet.HeaderFilter.doFilter(He<wbr>aderFilter.java:94)<br>
[utils.jar:]<br>
        at io.undertow.servlet.core.Manag<wbr>edFilter.doFilter(ManagedFilte<wbr>r.java:61)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler$FilterChainImpl.d<wbr>oFilter(FilterHandler.java:131<wbr>)<br>
        at<br>
<a href="http://org.ovirt.engine.core.utils.se">org.ovirt.engine.core.utils.se</a><wbr>rvlet.CachingFilter.doFilter(<wbr>CachingFilter.java:133)<br>
[utils.jar:]<br>
        at io.undertow.servlet.core.Manag<wbr>edFilter.doFilter(ManagedFilte<wbr>r.java:61)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler$FilterChainImpl.d<wbr>oFilter(FilterHandler.java:131<wbr>)<br>
        at<br>
org.ovirt.engine.core.branding<wbr>.BrandingFilter.doFilter(<wbr>BrandingFilter.java:73)<br>
[branding.jar:]<br>
        at io.undertow.servlet.core.Manag<wbr>edFilter.doFilter(ManagedFilte<wbr>r.java:61)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler$FilterChainImpl.d<wbr>oFilter(FilterHandler.java:131<wbr>)<br>
        at<br>
<a href="http://org.ovirt.engine.core.utils.se">org.ovirt.engine.core.utils.se</a><wbr>rvlet.LocaleFilter.doFilter(Lo<wbr>caleFilter.java:65)<br>
[utils.jar:]<br>
        at io.undertow.servlet.core.Manag<wbr>edFilter.doFilter(ManagedFilte<wbr>r.java:61)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler$FilterChainImpl.d<wbr>oFilter(FilterHandler.java:131<wbr>)<br>
        at<br>
io.undertow.servlet.handlers.F<wbr>ilterHandler.handleRequest(Fil<wbr>terHandler.java:84)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.ServletSecurityRoleHan<wbr>dler.handleRequest(ServletSecu<wbr>rityRoleHandler.java:62)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletDispatchingHandler.handl<wbr>eRequest(ServletDispatchingHan<wbr>dler.java:36)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.security.SecurityContextAssoc<wbr>iationHandler.handleRequest(Se<wbr>curityContextAssociationHandle<wbr>r.java:78)<br>
        at<br>
<a href="http://io.undertow.server.handlers.Pr">io.undertow.server.handlers.Pr</a><wbr>edicateHandler.handleRequest(P<wbr>redicateHandler.java:43)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.SSLInformationAssociat<wbr>ionHandler.handleRequest(SSLIn<wbr>formationAssociationHandler.<wbr>java:131)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.ServletAuthenticationC<wbr>allHandler.handleRequest(Servl<wbr>etAuthenticationCallHandler.<wbr>java:57)<br>
        at<br>
<a href="http://io.undertow.server.handlers.Pr">io.undertow.server.handlers.Pr</a><wbr>edicateHandler.handleRequest(P<wbr>redicateHandler.java:43)<br>
        at<br>
io.undertow.security.handlers.<wbr>AuthenticationConstraintHandle<wbr>r.handleRequest(Authentication<wbr>ConstraintHandler.java:53)<br>
        at<br>
io.undertow.security.handlers.<wbr>AbstractConfidentialityHandler<wbr>.handleRequest(AbstractConfide<wbr>ntialityHandler.java:46)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.ServletConfidentiality<wbr>ConstraintHandler.<wbr>handleRequest(ServletConfident<wbr>ialityConstraintHandler.java:<wbr>64)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.ServletSecurityConstra<wbr>intHandler.handleRequest(Servl<wbr>etSecurityConstraintHandler.<wbr>java:59)<br>
        at<br>
io.undertow.security.handlers.<wbr>AuthenticationMechanismsHandle<wbr>r.handleRequest(Authentication<wbr>MechanismsHandler.java:60)<br>
        at<br>
io.undertow.servlet.handlers.s<wbr>ecurity.CachedAuthenticatedSes<wbr>sionHandler.handleRequest(Cach<wbr>edAuthenticatedSessionHandler.<wbr>java:77)<br>
        at<br>
io.undertow.security.handlers.<wbr>NotificationReceiverHandler.ha<wbr>ndleRequest(NotificationReceiv<wbr>erHandler.java:50)<br>
        at<br>
io.undertow.security.handlers.<wbr>AbstractSecurityContextAssocia<wbr>tionHandler.handleRequest(Abst<wbr>ractSecurityContextAssociation<wbr>Handler.java:43)<br>
        at<br>
<a href="http://io.undertow.server.handlers.Pr">io.undertow.server.handlers.Pr</a><wbr>edicateHandler.handleRequest(P<wbr>redicateHandler.java:43)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.security.jacc.JACCContextIdHa<wbr>ndler.handleRequest(JACCContex<wbr>tIdHandler.java:61)<br>
        at<br>
<a href="http://io.undertow.server.handlers.Pr">io.undertow.server.handlers.Pr</a><wbr>edicateHandler.handleRequest(P<wbr>redicateHandler.java:43)<br>
        at<br>
<a href="http://io.undertow.server.handlers.Pr">io.undertow.server.handlers.Pr</a><wbr>edicateHandler.handleRequest(P<wbr>redicateHandler.java:43)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler.handleFir<wbr>stRequest(ServletInitialHandle<wbr>r.java:292)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler.access$10<wbr>0(ServletInitialHandler.java:<wbr>81)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler$2.call(Se<wbr>rvletInitialHandler.java:138)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler$2.call(Se<wbr>rvletInitialHandler.java:135)<br>
        at<br>
io.undertow.servlet.core.Servl<wbr>etRequestContextThreadSetupAct<wbr>ion$1.call(ServletRequestConte<wbr>xtThreadSetupAction.java:48)<br>
        at<br>
io.undertow.servlet.core.Conte<wbr>xtClassLoaderSetupAction$1.<wbr>call(ContextClassLoaderSetupAc<wbr>tion.java:43)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.security.SecurityContextThrea<wbr>dSetupAction.lambda$create$0(S<wbr>ecurityContextThreadSetupActio<wbr>n.java:105)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>InfoService$UndertowThreadSetu<wbr>pAction.lambda$create$0(Undert<wbr>owDeploymentInfoService.java:<wbr>1508)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>InfoService$UndertowThreadSetu<wbr>pAction.lambda$create$0(Undert<wbr>owDeploymentInfoService.java:<wbr>1508)<br>
        at<br>
org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>InfoService$UndertowThreadSetu<wbr>pAction.lambda$create$0(Undert<wbr>owDeploymentInfoService.java:<wbr>1508)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler.dispatchR<wbr>equest(ServletInitialHandler.<wbr>java:272)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler.access$00<wbr>0(ServletInitialHandler.java:<wbr>81)<br>
        at<br>
io.undertow.servlet.handlers.S<wbr>ervletInitialHandler$1.handleR<wbr>equest(ServletInitialHandler.<wbr>java:104)<br>
        at io.undertow.server.Connectors.<wbr>executeRootHandler(Connectors.<wbr>java:326)<br>
        at io.undertow.server.HttpServerE<wbr>xchange$1.run(HttpServerExchan<wbr>ge.java:812)<br>
        at<br>
java.util.concurrent.ThreadPoo<wbr>lExecutor.runWorker(ThreadPool<wbr>Executor.java:1149)<br>
[rt.jar:1.8.0_161]<br>
        at<br>
java.util.concurrent.ThreadPoo<wbr>lExecutor$Worker.run(ThreadPoo<wbr>lExecutor.java:624)<br>
[rt.jar:1.8.0_161]<br>
        at java.lang.Thread.run(Thread.ja<wbr>va:748) [rt.jar:1.8.0_161]<br>
<br>
2018-04-23 13:31:44,358-05 INFO<br>
[org.ovirt.engine.core.bll.exp<wbr>ortimport.ImportVmFromConfigur<wbr>ationCommand]<br>
(default task-72) [6793fe73-7cda-4cb5-a806-7104a<wbr>05c3c1b] Lock freed to<br>
object &#39;EngineLock:{exclusiveLocks=&#39;[<wbr>infra01=VM_NAME,<br>
0b64ced5-7e4b-48cd-9d0d-24e8b9<wbr>05758c=VM]&#39;,<br>
sharedLocks=&#39;[0b64ced5-7e4b-48<wbr>cd-9d0d-24e8b905758c=REMOTE_VM<wbr>]&#39;}&#39;<br>
<br>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
<br></blockquote></div><br></div>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
</blockquote></div>
</div></div><br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div></div>