0 Replies Latest reply on May 5, 2014 10:28 PM by ymss

    Help to analyze MessageCancelledException

    ymss

      Our JBoss AS 7 server came up with following error from time to time:

      2014-05-02 18:37:13,443 348744523 ERROR [org.jboss.as.protocol] (Remoting "management-client" task-4 JBAS012102: Failed to close resource org.jboss.remoting3.remote.InboundMessage$3@319af32b: org.jboss.remoting3.MessageCancelledException
      at org.jboss.remoting3.remote.InboundMessage$3.close(InboundMessage.java:120)
      at org.jboss.as.protocol.StreamUtils.safeClose(StreamUtils.java:66)
      at org.jboss.as.protocol.mgmt.ManagementChannelReceiver.handleMessage(ManagementChannelReceiver.java:88)
      at org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:437)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:722)

      I can't figure out why, could someone help to analyze the possible cause? Thanks a lot!