]
Jeff Mesnil moved JBEAP-10938 to WFLY-8780:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8780 (was: JBEAP-10938)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
Affects Version/s: (was: 7.1.0.DR16)
Affects Testing: (was: Blocks Testing)
Server often becomes unresponsive after reloading JMS Bridge
------------------------------------------------------------
Key: WFLY-8780
URL:
https://issues.jboss.org/browse/WFLY-8780
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Server is not able to finish reload and becomes unresponsive. Spotted in both standalone
as well as domain mode. It's intermittent but happen often. It seems to be new issue
in EAP 7.1.0.DR16 build.
End of server log:
{code}
2017-04-11 17:26:09,271 INFO [org.apache.activemq.artemis.ra] (ServerService Thread Pool
-- 35) AMQ151003: resource adaptor stopped
2017-04-11 17:26:09,300 ERROR [org.apache.activemq.artemis.core.client] (Thread-0
(org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnector-795435938)) AMQ214013:
Failed to decode packet: java.util.concurrent.RejectedExecutionException: Task
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask@2bcc520f
rejected from java.util.concurrent.ThreadPoolExecutor@228cbbed[Terminated, pool size = 0,
active threads = 0, queued tasks = 0, completed tasks = 0]
at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor.execute(OrderedExecutorFactory.java:86)
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$SessionFactoryTopologyHandler.nodeDisconnected(ClientSessionFactoryImpl.java:1309)
at
org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManager$Channel0Handler.handlePacket(ActiveMQClientProtocolManager.java:454)
at
org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:623)
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:373)
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:356)
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$DelegatingBufferHandler.bufferReceived(ClientSessionFactoryImpl.java:1143)
at
org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:196)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-04-11 17:26:09,302 ERROR [org.apache.activemq.artemis.core.client] (Thread-0
(org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnector-795435938)) AMQ214013:
Failed to decode packet: java.util.concurrent.RejectedExecutionException: Task
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask@4d26c3c3
rejected from java.util.concurrent.ThreadPoolExecutor@228cbbed[Terminated, pool size = 0,
active threads = 0, queued tasks = 0, completed tasks = 0]
at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor.execute(OrderedExecutorFactory.java:86)
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$SessionFactoryTopologyHandler.nodeDisconnected(ClientSessionFactoryImpl.java:1309)
at
org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManager$Channel0Handler.handlePacket(ActiveMQClientProtocolManager.java:454)
at
org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:623)
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:373)
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:356)
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$DelegatingBufferHandler.bufferReceived(ClientSessionFactoryImpl.java:1143)
at
org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:196)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-04-11 17:26:09,378 INFO [org.apache.activemq.artemis.core.server] (ServerService
Thread Pool -- 35) AMQ221002: Apache ActiveMQ Artemis Message Broker version
1.5.4.002-redhat-1 [8825fae7-1ac1-11e7-ad33-3c970e193136] stopped, uptime 10.848 seconds
2017-04-11 17:26:09,379 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7)
WFLYUT0008: Undertow HTTP listener default suspending
2017-04-11 17:26:09,380 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7)
WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
2017-04-11 17:26:09,380 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7)
WFLYUT0004: Undertow 1.4.12.Final-redhat-1 stopping
{code}