Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-2606

Unexpected error occured on TcpTransport caused by ArrayIndexOutOfBoundsException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • 5.x
    • None
    • None

    Description

      Problem is basically a copy of AMQ-2605, but caused by different exception on TcpTransport.

      In setup with 2 brokers connected with ConduitBridge, we have a problem with network connector which is every couple of days disconnected because of ClassCastException on TcpTransport on other node.
      Network connector reconnects after some time (cca 1 min) by inactivity checker, but we have some minor message loss since we use syncSend=false on queues.

      15:18:37,771 DEBUG [Transport ] Transport failed: java.io.IOException: Unexpected error occured
      java.io.IOException: Unexpected error occured
      		at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:192)
      		at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.ArrayIndexOutOfBoundsException
      15:18:37,772 DEBUG [TransportConnection ] Stopping connection: /192.168.0.2:36222
      15:18:37,829 DEBUG [TransportConnection ] Stopped transport: /192.168.0.2:36222
      15:18:37,829 DEBUG [TransportConnection ] Cleaning up connection resources: /192.168.0.2:36222
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mlukica Mario Lukica
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: