Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 81457 invoked from network); 1 Apr 2011 11:24:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 11:24:11 -0000 Received: (qmail 98346 invoked by uid 500); 1 Apr 2011 11:24:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 98303 invoked by uid 500); 1 Apr 2011 11:24:10 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 98267 invoked by uid 99); 1 Apr 2011 11:24:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 11:24:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 11:24:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 769B58D9D5 for ; Fri, 1 Apr 2011 11:22:13 +0000 (UTC) Date: Fri, 1 Apr 2011 11:22:13 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: <949398322.27493.1301656933482.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AMQ-2606) Unexpected error occured on TcpTransport caused by ArrayIndexOutOfBoundsException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2606: ---------------------------- Fix Version/s: (was: 5.5.0) 5.6.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.6.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. For more information on JIRA, see: http://www.atlassian.com/software/jira