Description of problem: Not sure what the cause is, but I'm seeing this exception on server.log: 2017-03-29 01:52:42,652-04 ERROR [org.jboss.as.ejb3.invocation] (ForkJoinPool-1-worker-2) WFLYEJB0034: EJB Invocation failed on component MacPoolPerCluster for method public org.ovirt.engine.core.bll.network.macpool.ReadMacPool org.ovirt.engine.core.bll.network.macpool.MacPoolPerCluster.getMacPoolForCluster(org.ovirt.engine.core.compat.Guid): javax.ejb.EJBException: java.lang.IllegalStateException: Pool for id="null" does not exist at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:187) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:277) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:327) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437) at org.jboss.as.ejb3.concurrency.ContainerManagedConcurrencyInterceptor.processInvocation(ContainerManagedConcurrencyInterceptor.java:110) [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final] Version-Release number of selected component (if applicable): ovirt-engine-4.2.0-0.0.master.20170328185427.gitb0842bf.el7.centos.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.
Yaniv, could you provide some more leading info: flow that was run and/or the rest of the stacktrace?
(In reply to Yevgeny Zaspitsky from comment #2) > Yaniv, could you provide some more leading info: flow that was run and/or > the rest of the stacktrace? Regular ovirt-system-tests on Master.
Do you still have the complete engine.log? Did any test fail?
The same for server.log...
Created attachment 1267265 [details] server log
Created attachment 1267266 [details] engine log
Verify this bug if you no longer see the reported exception in engine.log.