Uploaded image for project: 'Remoting JMX'
  1. Remoting JMX
  2. REMJMX-103

Remoting JMX closing Remoting Endpoint before all tasks complete

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 1.1.3.Final
    • None
    • None

    Description

      Remoting JMX closing Remoting Endpoint before all tasks are complete resulting in:

      2015-03-29 05:00:54,513 TRACE [Collectd-Thread-33-of-150] org.jboss.remoting.endpoint: Allocated tick to 2 of endpoint "endpoint" <7d484721> (opened Connection to /127.0.0.1:9999)
      2015-03-29 05:00:54,528 TRACE [Remoting "endpoint" task-3] org.jboss.remoting.endpoint: Registered successful result org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication$2$1@2e963f96
      2015-03-29 05:00:54,533 TRACE [Remoting "endpoint" read-1] org.jboss.remoting.endpoint: Resource closed count 00000001 of endpoint "endpoint" <4b03debc> (closed Remoting connection <4d713ca3>)
      2015-03-29 05:00:54,533 TRACE [Collectd-Thread-7-of-150] org.jboss.remoting.endpoint: Finished phase 1 shutdown of endpoint "endpoint" <4b03debc>
      2015-03-29 05:00:54,559 TRACE [Collectd-Thread-125-of-150] org.jboss.remoting.endpoint: Finished phase 1 shutdown of endpoint "endpoint" <268c16fa>
      2015-03-29 05:00:54,559 TRACE [Remoting "endpoint" read-1] org.jboss.remoting.endpoint: Resource closed count 00000001 of endpoint "endpoint" <268c16fa> (closed Remoting connection <4d94514f>)
      2015-03-29 05:00:54,562 TRACE [Remoting "endpoint" read-1] org.jboss.remoting.endpoint: Resource closed count 00000001 of endpoint "endpoint" <f8ae998> (closed Remoting connection <50aacf67>)
      2015-03-29 05:00:54,562 TRACE [Collectd-Thread-77-of-150] org.jboss.remoting.endpoint: Finished phase 1 shutdown of endpoint "endpoint" <f8ae998>
      2015-03-29 05:00:54,602 TRACE [Remoting "endpoint" read-1] org.jboss.remoting.endpoint: Resource closed count 00000001 of endpoint "endpoint" <5368a58f> (closed Remoting connection <3ee11848>)
      2015-03-29 05:00:54,602 TRACE [Collectd-Thread-27-of-150] org.jboss.remoting.endpoint: Finished phase 1 shutdown of endpoint "endpoint" <5368a58f>
      2015-03-29 09:51:32,488 ERROR [Remoting "endpoint" read-1] org.xnio.listener: A channel event listener threw an exception
      java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication$1@513f87d4 rejected from org.xnio.XnioWorker$TaskPool@21ee98f8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
        at org.xnio.XnioWorker.execute(XnioWorker.java:572)
        at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication.handleEvent(ClientConnectionOpenListener.java:671)
        at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication.handleEvent(ClientConnectionOpenListener.java:607)
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
        at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
        at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
        at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
        at org.xnio.ssl.JsseConnectedSslStreamChannel.handleReadable(JsseConnectedSslStreamChannel.java:180)
        at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
        at org.xnio.nio.NioHandle.run(NioHandle.java:90)
        at org.xnio.nio.WorkerThread.run(WorkerThread.java:198)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: