Bug 1436966
| Summary: | EJB Invocation failed on component MacPoolPerCluster for method public org.ovirt.engine.core.bll.network.macpool.ReadMacPool | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Yaniv Kaul <ykaul> | ||||||
| Component: | BLL.Network | Assignee: | Yevgeny Zaspitsky <yzaspits> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Meni Yakove <myakove> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | --- | CC: | bugs, danken, lveyde, mburman, ykaul | ||||||
| Target Milestone: | ovirt-4.1.2 | Keywords: | Regression | ||||||
| Target Release: | 4.1.2 | Flags: | rule-engine:
ovirt-4.1+
rule-engine: blocker+ |
||||||
| 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: | 2017-05-23 08:20:16 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
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
(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. Verify this bug if you no longer see the reported exception in engine.log. |
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: