Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55306 invoked from network); 2 Dec 2010 13:10:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 13:10:34 -0000 Received: (qmail 86675 invoked by uid 500); 2 Dec 2010 13:10:32 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 86538 invoked by uid 500); 2 Dec 2010 13:10:32 -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 86250 invoked by uid 99); 2 Dec 2010 13:10:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 13:10:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 13:10:28 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB2DA72J003566 for ; Thu, 2 Dec 2010 13:10:07 GMT Message-ID: <17752068.69161291295407569.JavaMail.jira@thor> Date: Thu, 2 Dec 2010 08:10:07 -0500 (EST) From: "Dejan Bosanac (JIRA)" To: dev@activemq.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 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.