[JBoss JIRA] (WFLY-9844) EJB invocation for Remote interface fails when Client Interceptor registered via META-INF/services/org.jboss.ejb.client.EJBClientInterceptor
by Bartosz Baranowski (JIRA)
[ https://issues.jboss.org/browse/WFLY-9844?page=com.atlassian.jira.plugin.... ]
Bartosz Baranowski updated WFLY-9844:
-------------------------------------
Description:
Reproducer and description in
Trace:{quote}
TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-interface-test/TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:108)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocationResult(ClientInterceptor.java:37)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:172)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:913)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:177)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at com.sun.proxy.$Proxy52.invoke(Unknown Source)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.TestSingleton.test(TestSingleton.java:46)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.reflect.Method.invoke(Method.java:498)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:122)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:111)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:105)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:74)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1481)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.Thread.run(Thread.java:748)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.JBossThread.run(JBossThread.java:485)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) Suppressed: javax.ejb.NoSuchEJBException: EJBCLIENT000024: No EJB receiver available for handling destination "local:-"
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientContext.resolveReceiver(EJBClientContext.java:571)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:438)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocation(RemotingEJBClientInterceptor.java:51)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocation(TransactionPostDiscoveryInterceptor.java:67)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocation(ClientInterceptor.java:28)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:302)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) ... 58 more
{quote}
> EJB invocation for Remote interface fails when Client Interceptor registered via META-INF/services/org.jboss.ejb.client.EJBClientInterceptor
> --------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-9844
> URL: https://issues.jboss.org/browse/WFLY-9844
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 12.0.0.Beta1
> Reporter: Bartosz Baranowski
>
> Reproducer and description in
> Trace:{quote}
> TestSLSB", view is interface reproducer.TestRemote, affinity is Local
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-interface-test/TestSLSB", view is interface reproducer.TestRemote, affinity is Local
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:108)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocationResult(ClientInterceptor.java:37)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:172)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:913)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:177)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at com.sun.proxy.$Proxy52.invoke(Unknown Source)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.TestSingleton.test(TestSingleton.java:46)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.reflect.Method.invoke(Method.java:498)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:122)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:111)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:105)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:74)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1481)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.Thread.run(Thread.java:748)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) Suppressed: javax.ejb.NoSuchEJBException: EJBCLIENT000024: No EJB receiver available for handling destination "local:-"
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientContext.resolveReceiver(EJBClientContext.java:571)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:438)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocation(RemotingEJBClientInterceptor.java:51)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocation(TransactionPostDiscoveryInterceptor.java:67)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocation(ClientInterceptor.java:28)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:302)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) ... 58 more
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9844) EJB invocation for Remote interface fails when Client Interceptor registered via META-INF/services/org.jboss.ejb.client.EJBClientInterceptor
by Bartosz Baranowski (JIRA)
[ https://issues.jboss.org/browse/WFLY-9844?page=com.atlassian.jira.plugin.... ]
Bartosz Baranowski updated WFLY-9844:
-------------------------------------
Description:
Reproducer and description in https://issues.jboss.org/browse/JBEAP-14243
Trace:{quote}
TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-interface-test/TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:108)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocationResult(ClientInterceptor.java:37)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:172)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:913)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:177)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at com.sun.proxy.$Proxy52.invoke(Unknown Source)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.TestSingleton.test(TestSingleton.java:46)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.reflect.Method.invoke(Method.java:498)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:122)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:111)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:105)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:74)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1481)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.Thread.run(Thread.java:748)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.JBossThread.run(JBossThread.java:485)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) Suppressed: javax.ejb.NoSuchEJBException: EJBCLIENT000024: No EJB receiver available for handling destination "local:-"
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientContext.resolveReceiver(EJBClientContext.java:571)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:438)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocation(RemotingEJBClientInterceptor.java:51)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocation(TransactionPostDiscoveryInterceptor.java:67)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocation(ClientInterceptor.java:28)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:302)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) ... 58 more
{quote}
was:
Reproducer and description in
Trace:{quote}
TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-interface-test/TestSLSB", view is interface reproducer.TestRemote, affinity is Local
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:108)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocationResult(ClientInterceptor.java:37)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:172)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:913)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:177)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at com.sun.proxy.$Proxy52.invoke(Unknown Source)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.TestSingleton.test(TestSingleton.java:46)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.reflect.Method.invoke(Method.java:498)
11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:122)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:111)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:105)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:74)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1481)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.Thread.run(Thread.java:748)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.JBossThread.run(JBossThread.java:485)
11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) Suppressed: javax.ejb.NoSuchEJBException: EJBCLIENT000024: No EJB receiver available for handling destination "local:-"
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientContext.resolveReceiver(EJBClientContext.java:571)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:438)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocation(RemotingEJBClientInterceptor.java:51)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocation(TransactionPostDiscoveryInterceptor.java:67)
11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocation(ClientInterceptor.java:28)
11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:302)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) ... 58 more
{quote}
> EJB invocation for Remote interface fails when Client Interceptor registered via META-INF/services/org.jboss.ejb.client.EJBClientInterceptor
> --------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-9844
> URL: https://issues.jboss.org/browse/WFLY-9844
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 12.0.0.Beta1
> Reporter: Bartosz Baranowski
>
> Reproducer and description in https://issues.jboss.org/browse/JBEAP-14243
> Trace:{quote}
> TestSLSB", view is interface reproducer.TestRemote, affinity is Local
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-interface-test/TestSLSB", view is interface reproducer.TestRemote, affinity is Local
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
> 11:13:41,729 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
> 11:13:41,730 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:108)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,731 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocationResult(ClientInterceptor.java:37)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,732 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:172)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:913)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:177)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:112)
> 11:13:41,733 ERROR [stderr] (ServerService Thread Pool -- 63) at com.sun.proxy.$Proxy52.invoke(Unknown Source)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.TestSingleton.test(TestSingleton.java:46)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.reflect.Method.invoke(Method.java:498)
> 11:13:41,734 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:122)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:111)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
> 11:13:41,735 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
> 11:13:41,736 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
> 11:13:41,737 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:105)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
> 11:13:41,738 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:74)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,739 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
> 11:13:41,740 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
> 11:13:41,741 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 11:13:41,742 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1481)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at java.lang.Thread.run(Thread.java:748)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> 11:13:41,743 ERROR [stderr] (ServerService Thread Pool -- 63) Suppressed: javax.ejb.NoSuchEJBException: EJBCLIENT000024: No EJB receiver available for handling destination "local:-"
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientContext.resolveReceiver(EJBClientContext.java:571)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:438)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocation(RemotingEJBClientInterceptor.java:51)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocation(TransactionPostDiscoveryInterceptor.java:67)
> 11:13:41,744 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:63)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at reproducer.ClientInterceptor.handleInvocation(ClientInterceptor.java:28)
> 11:13:41,745 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:165)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:466)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:302)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:173)
> 11:13:41,746 ERROR [stderr] (ServerService Thread Pool -- 63) ... 58 more
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2331:
--------------------------------
Priority: Minor (was: Major)
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2331:
--------------------------------
Tester: Jozef Marko
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2331:
-----------------------------------
Summary: [DMN Designer] Inline context menu should react on right mouse button click
Key: DROOLS-2331
URL: https://issues.jboss.org/browse/DROOLS-2331
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.7.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
# User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
# User wants to drag the the table row
## Point mouse to proper row number
## Press and hold left mouse button
## Drag the row
## Relese the left mouse button
## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2331:
--------------------------------
QE Status: ON_QA (was: NEW)
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2272) [DMN Editor] Move Editor controls inline
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2272?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2272:
-----------------------------------
Description:
Expression Editors have a row of controls to add row, column, change Hit Policy etc.
These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
*New requirements*
* Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
* Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
* Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
This means the "Undefined Expression selector" ([DROOLS-2296|https://issues.jboss.org/browse/DROOLS-2296]), "Context Editor" ([DROOLS-2297|https://issues.jboss.org/browse/DROOLS-2297]) and "Relation Editor" ([DROOLS-2299|https://issues.jboss.org/browse/DROOLS-2299]) will need refactoring.
was:
Expression Editors have a row of controls to add row, column, change Hit Policy etc.
These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
*New requirements*
* Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
* Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
* Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
This means the "Undefined Expression selector" ([DROOLS-2296|https://issues.jboss.org/browse/DROOLS-2296]), "Context Editor" (
> [DMN Editor] Move Editor controls inline
> ----------------------------------------
>
> Key: DROOLS-2272
> URL: https://issues.jboss.org/browse/DROOLS-2272
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Affects Versions: 7.5.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
>
> Expression Editors have a row of controls to add row, column, change Hit Policy etc.
> These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
> *New requirements*
> * Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
> * Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
> * Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
> This means the "Undefined Expression selector" ([DROOLS-2296|https://issues.jboss.org/browse/DROOLS-2296]), "Context Editor" ([DROOLS-2297|https://issues.jboss.org/browse/DROOLS-2297]) and "Relation Editor" ([DROOLS-2299|https://issues.jboss.org/browse/DROOLS-2299]) will need refactoring.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2272) [DMN Editor] Move Editor controls inline
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2272?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2272:
-----------------------------------
Description:
Expression Editors have a row of controls to add row, column, change Hit Policy etc.
These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
*New requirements*
* Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
* Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
* Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
This means the "Undefined Expression selector" ([DROOLS-2296|https://issues.jboss.org/browse/DROOLS-2296]), "Context Editor" (
was:
Expression Editors have a row of controls to add row, column, change Hit Policy etc.
These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
*New requirements*
* Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
* Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
* Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
This means the "Undefined Expression selector" (DROOLS-
> [DMN Editor] Move Editor controls inline
> ----------------------------------------
>
> Key: DROOLS-2272
> URL: https://issues.jboss.org/browse/DROOLS-2272
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Affects Versions: 7.5.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
>
> Expression Editors have a row of controls to add row, column, change Hit Policy etc.
> These all need moving "inline" into the editor itself. -The content of the new context menu will be driven by the cell in the Expression grid that was (single) clicked. Double click continues to edit the cell.-
> *New requirements*
> * Context menu (single right-click) to provide the ability to cut/copy/paste/insert (row/column)/delete (row/column)/delete cell value
> * Single left-click to edit a cells content (this could be an {{TextBox}} or a {{ListBox}} or a more sophisticated editor).
> * Context menu entries are reflected in the state of the toolbar (menubar, whatever) in the workbench.
> This means the "Undefined Expression selector" ([DROOLS-2296|https://issues.jboss.org/browse/DROOLS-2296]), "Context Editor" (
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months