Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A559C8253 for ; Wed, 24 Aug 2011 21:34:52 +0000 (UTC) Received: (qmail 54041 invoked by uid 500); 24 Aug 2011 21:34:52 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 53892 invoked by uid 500); 24 Aug 2011 21:34:51 -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 53878 invoked by uid 99); 24 Aug 2011 21:34:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 21:34:50 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Wed, 24 Aug 2011 21:34:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3D36ECE498 for ; Wed, 24 Aug 2011 21:34:29 +0000 (UTC) Date: Wed, 24 Aug 2011 21:34:29 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <1740588028.10979.1314221669246.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (AMQ-3055) java.io.EOFException in message exchange 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-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-3055. ----------------------------- Resolution: Cannot Reproduce No test case given to reproduce this. Many changes since 5.4.1, recommend that you test against a 5.6 SNAPSHOT build and see if the problem is still present. > java.io.EOFException in message exchange > ---------------------------------------- > > Key: AMQ-3055 > URL: https://issues.apache.org/jira/browse/AMQ-3055 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.4.1 > Environment: Mac OS X 10.6.5. > The architecture: I have two twisted-python daemons, one writes job to query and subscribes for an answer, the second does the job and replies back to the first via topic. I use stomp for communication with activeMQ. > Reporter: Pavel Shvedov > > And after some load I get the exception in activemq log: > 2010-11-26 14:07:09,653 | INFO | Transport failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ NIO Worker > java.io.EOFException > at org.apache.activemq.transport.stomp.StompNIOTransport.serviceRead(StompNIOTransport.java:106) > at org.apache.activemq.transport.stomp.StompNIOTransport.access$000(StompNIOTransport.java:51) > at org.apache.activemq.transport.stomp.StompNIOTransport$1.onSelect(StompNIOTransport.java:80) > at org.apache.activemq.transport.nio.SelectorSelection.onSelect(SelectorSelection.java:94) > at org.apache.activemq.transport.nio.SelectorWorker$1.run(SelectorWorker.java:119) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:680) > Examples of load: > ab -n100 -c100 http://host (sometimes throws exception) > ab -n100000 -c1 http://host (always throws exception after about 16339 topic + queues -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira