3 Replies Latest reply on Mar 25, 2015 1:03 PM by jbertram

    Jboss EAP 6 server is hanging with the error - JBREM000200: Remote connection failed: java.io.IOException: Connection reset by peer

    vijaykpati

      We are supporting some applications hosted on Jboss EAP 6 and server is frequently hanging by throwing below error,

       

      "JBREM000200: Remote connection failed: java.io.IOException: Connection reset by peer"

       

      We have cluster setup with two instances in HA mode, not sure what is causing the issue.

       

      Application Insight,

      We are using in built hornetq server(configured using standalone-full-ha.xml)  for processing the messages.

      Messages will be posted to JMS queues by external agency

      These messages will be consumed by two web applications. !

      Messages will be consumed by 'hornetqrestwar' by external agency.

      Messages will be consumed by 'MDB web application' internally for further processing.

      Both war files are deployed on same machine.

       

      MDB Web application is not processing any messages from queues while server is throwing below error,

      "JBREM000200: Remote connection failed: java.io.IOException: Connection reset by peer"

       

       

      Your help is much appreciated!