Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-2431

RejectedExecutionException on server shutdown

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 7.0.0.ER3
    • None
    • None

    Description

      We've caught a RejectedExecutionException on server shutdown (no deployments, no special configuration, standalone-full profile, solaris 11 SPARC). It might be difficult to reproduce , as we've only seen it once in ~40 other solaris server starts. The server log is attached. Here's the stactrace:

      2015-12-11 09:04:27,551 ERROR [org.jboss.remoting.resource] (Remoting "dev34-02:MANAGEMENT" task-13) Close action for Channel ID 57c6f3fb (inbound) of Remoting connection 1a1d4e7f to /10.16.179.28:44886 failed to execute (resource may be left in an indeterminate state): java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is terminating
      	at org.xnio.nio.WorkerThread.executeAfter(WorkerThread.java:615)
      	at org.jboss.remoting3.remote.RemoteConnection$RemoteWriteListener.send(RemoteConnection.java:331)
      	at org.jboss.remoting3.remote.RemoteConnection.send(RemoteConnection.java:122)
      	at org.jboss.remoting3.remote.RemoteConnectionChannel.closeReadsAndWrites(RemoteConnectionChannel.java:261)
      	at org.jboss.remoting3.remote.RemoteConnectionChannel.closeAction(RemoteConnectionChannel.java:534)
      	at org.jboss.remoting3.spi.AbstractHandleableCloseable.close(AbstractHandleableCloseable.java:154)
      	at org.jboss.as.protocol.mgmt.ManagementChannelReceiver.handleEnd(ManagementChannelReceiver.java:137)
      	at org.jboss.remoting3.remote.RemoteConnectionChannel$2.run(RemoteConnectionChannel.java:287)
      	at org.jboss.remoting3.EndpointImpl$TrackingExecutor$1.run(EndpointImpl.java:717)
      	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)
      
      2015-12-11 09:04:27,584 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) Exception in thread "Remoting "dev34-02:MANAGEMENT" task-13" java.lang.IllegalStateException: java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is terminating
      2015-12-11 09:04:27,586 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.spi.AbstractHandleableCloseable.close(AbstractHandleableCloseable.java:184)
      2015-12-11 09:04:27,586 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.as.protocol.mgmt.ManagementChannelReceiver.handleEnd(ManagementChannelReceiver.java:137)
      2015-12-11 09:04:27,587 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.remote.RemoteConnectionChannel$2.run(RemoteConnectionChannel.java:287)
      2015-12-11 09:04:27,587 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.EndpointImpl$TrackingExecutor$1.run(EndpointImpl.java:717)
      2015-12-11 09:04:27,587 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      2015-12-11 09:04:27,588 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      2015-12-11 09:04:27,588 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at java.lang.Thread.run(Thread.java:745)
      2015-12-11 09:04:27,589 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) Caused by: java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is terminating
      2015-12-11 09:04:27,589 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.xnio.nio.WorkerThread.executeAfter(WorkerThread.java:615)
      2015-12-11 09:04:27,590 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.remote.RemoteConnection$RemoteWriteListener.send(RemoteConnection.java:331)
      2015-12-11 09:04:27,590 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.remote.RemoteConnection.send(RemoteConnection.java:122)
      2015-12-11 09:04:27,590 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.remote.RemoteConnectionChannel.closeReadsAndWrites(RemoteConnectionChannel.java:261)
      2015-12-11 09:04:27,591 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.remote.RemoteConnectionChannel.closeAction(RemoteConnectionChannel.java:534)
      2015-12-11 09:04:27,591 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	at org.jboss.remoting3.spi.AbstractHandleableCloseable.close(AbstractHandleableCloseable.java:154)
      2015-12-11 09:04:27,592 ERROR [stderr] (Remoting "dev34-02:MANAGEMENT" task-13) 	... 6 more
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rjanik@redhat.com Richard Janik
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: