[JBoss JIRA] (WFLY-9849) Hibernate session related leak on module undeployment
by Joni Syri (JIRA)
Joni Syri created WFLY-9849:
-------------------------------
Summary: Hibernate session related leak on module undeployment
Key: WFLY-9849
URL: https://issues.jboss.org/browse/WFLY-9849
Project: WildFly
Issue Type: Bug
Affects Versions: 11.0.0.Final
Environment: * Ubuntu 16.04.3 LTS
* OpenJDK 1.8.0_151
* Wildfly 11.0.0.Final
Seems to occur at least on CentOS 7/OpenJDK 1.8.0_151 also.
Reporter: Joni Syri
Assignee: Jason Greene
In some cases it seems that removing deployment from the Wildfly, doesn't free up {{org.hibernate.internal.SessionFactoryImpl}}- instance related to the deployment. (plus some other Hibernate related classes). This can be seen by taking memory dump with VisualVM and looking up {{SessionFactoryImpl}} instances.
This leads to cumulative memory leak in cases, where application is repeatedly deployed/undeployed (or updated).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFCORE-3556) Unexpected output with grep '^no\(fork\|group\)'
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3556?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise commented on WFCORE-3556:
----------------------------------------------
I suggest that we fix the grep command documentation to not reference BRE but instead java pattern and remove the Ignored test.
> Unexpected output with grep '^no\(fork\|group\)'
> ------------------------------------------------
>
> Key: WFCORE-3556
> URL: https://issues.jboss.org/browse/WFCORE-3556
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Katerina Novotna
> Assignee: Jean-Francois Denise
>
> *Description of problem:*
> Aesh grep command doesn't return expected result. The same command with bash grep gives 'nofork' result.
> *Actual results:*
> [standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
> [standalone@embedded /]
> *Expected results:*
> [standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
> [standalone@embedded /] nofork
--
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 reassigned WFLY-9844:
----------------------------------------
Assignee: Bartosz Baranowski
> 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
> Assignee: 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] (WFLY-9848) JMS CDI extension uses old version of addAnnotatedType
by Stuart Douglas (JIRA)
Stuart Douglas created WFLY-9848:
------------------------------------
Summary: JMS CDI extension uses old version of addAnnotatedType
Key: WFLY-9848
URL: https://issues.jboss.org/browse/WFLY-9848
Project: WildFly
Issue Type: Bug
Reporter: Stuart Douglas
Assignee: Jason Greene
This results in warnings in the log:
2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.RequestedJMSContext is deprecated from CDI 1.1!
2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.TransactedJMSContext is deprecated from CDI 1.1!
2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.InjectedJMSContext is deprecated from CDI 1.1!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9848) JMS CDI extension uses old version of addAnnotatedType
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-9848?page=com.atlassian.jira.plugin.... ]
Stuart Douglas updated WFLY-9848:
---------------------------------
Component/s: JMS
> JMS CDI extension uses old version of addAnnotatedType
> ------------------------------------------------------
>
> Key: WFLY-9848
> URL: https://issues.jboss.org/browse/WFLY-9848
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Stuart Douglas
> Assignee: Jason Greene
>
> This results in warnings in the log:
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.RequestedJMSContext is deprecated from CDI 1.1!
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.TransactedJMSContext is deprecated from CDI 1.1!
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.InjectedJMSContext is deprecated from CDI 1.1!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9848) JMS CDI extension uses old version of addAnnotatedType
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-9848?page=com.atlassian.jira.plugin.... ]
Stuart Douglas reassigned WFLY-9848:
------------------------------------
Assignee: Stuart Douglas (was: Jason Greene)
> JMS CDI extension uses old version of addAnnotatedType
> ------------------------------------------------------
>
> Key: WFLY-9848
> URL: https://issues.jboss.org/browse/WFLY-9848
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
>
> This results in warnings in the log:
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.RequestedJMSContext is deprecated from CDI 1.1!
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.TransactedJMSContext is deprecated from CDI 1.1!
> 2018-02-16 15:25:58,897 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.wildfly.extension.messaging.activemq.deployment.injection.InjectedJMSContext is deprecated from CDI 1.1!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9469) Assumes in SPNEGOLoginModuleTestCase doen's make sense
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-9469?page=com.atlassian.jira.plugin.... ]
James Perkins reassigned WFLY-9469:
-----------------------------------
Assignee: Romain Pelisse
> Assumes in SPNEGOLoginModuleTestCase doen's make sense
> ------------------------------------------------------
>
> Key: WFLY-9469
> URL: https://issues.jboss.org/browse/WFLY-9469
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Romain Pelisse
> Assignee: Romain Pelisse
> Priority: Minor
>
> Assumes in SPNEGOLoginModuleTestCase doen's make sense.
> AssumeKerberosAuthenticationSupported is called in @Before method. Same method is called in many test methods:
> testIdentityPropagation
> testFormFallback
> testSimpleSpnegoWorkflow
> testMoreMechTypesSpnegoWorkflow
> assumeKerberosAuthenticationSupported method from KerberosTestUtils.java shouldn't contains assume for BZ1188632, because BZ1188632 is fixed (works correctly with new version of IBM JDK).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-6678) StackoverflowError ejbclientinvocationcontext
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-6678?page=com.atlassian.jira.plugin.... ]
James Perkins closed WFLY-6678.
-------------------------------
Resolution: Out of Date
> StackoverflowError ejbclientinvocationcontext
> ---------------------------------------------
>
> Key: WFLY-6678
> URL: https://issues.jboss.org/browse/WFLY-6678
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 9.0.1.Final
> Environment: wildfly 9.0.1, jdk 1.8
> Reporter: Jimmy Pannier
> Attachments: server.log
>
>
> Sometimes after few days i get an exception
> Here is a stacktrace.
> 2016-06-07 07:38:10,441 ERROR [org.jboss.as.ejb3.invocation] (default task-76) WFLYEJB0034: EJB Invocation failed on component StorageServiceImpl for method public abstract java.util.List com.inovelan.cloud.api.storage.service.dataset.IStorageEjbService.loadData(com.inovelan.cloud.api.storage.model.dto.dataset.LoadDataConfig): javax.ejb.EJBTransactionRolledbackException: WFLYEJB0457: Unexpected Error
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:153)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:256)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:329)
> .....
> Caused by: java.lang.StackOverflowError
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
> at com.inovelan.cloud.common.proxy.ProxyInterceptor.handleInvocationResult(ProxyInterceptor.java:37)
> at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:290)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months