You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/02 14:10:07 UTC

[jira] Updated: (AMQ-2606) Unexpected error occured on TcpTransport caused by ArrayIndexOutOfBoundsException

     [ https://issues.apache.org/jira/browse/AMQ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac updated AMQ-2606:
-------------------------------

    Fix Version/s:     (was: 5.4.2)
                   5.5.0

> Unexpected error occured on TcpTransport caused by ArrayIndexOutOfBoundsException
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-2606
>                 URL: https://issues.apache.org/jira/browse/AMQ-2606
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Mario Lukica
>             Fix For: 5.5.0
>
>
> 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.
> {code}
> 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
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.