From users-return-50475-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Sep 13 18:10:15 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92F22180649 for ; Thu, 13 Sep 2018 18:10:14 +0200 (CEST) Received: (qmail 53785 invoked by uid 500); 13 Sep 2018 16:10:13 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Delivered-To: moderator for users@activemq.apache.org Received: (qmail 60073 invoked by uid 99); 13 Sep 2018 15:39:56 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Date: Thu, 13 Sep 2018 10:39:53 -0500 (CDT) From: nikolayh4ik To: users@activemq.apache.org Message-ID: <1536853193830-0.post@n4.nabble.com> Subject: Java IO Exception in logs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello! I'm using Apache ActiveMQ 5.15.5 and getting the following issue in logs. Here is my config from activemq.xml And here are errors DCRL-COVTXAPP1 2018-09-13 00:59:28,455 WARN [ActiveMQ Transport: tcp:///10.1.143.193:48753@61616][Transport] Transport Connection to: tcp://10.1.143.193:48753 failed: java.io.EOFException DCRL-COVTXAPP1 2018-09-13 00:59:32,901 WARN [ActiveMQ Transport: tcp:///10.1.143.193:48755@61616][Transport] Transport Connection to: tcp://10.1.143.193:48755 failed: java.io.EOFException DCRL-COVTXAPP1 2018-09-13 00:59:38,517 WARN [ActiveMQ Transport: tcp:///10.1.136.58:55858@61616][Transport] Transport Connection to: tcp://10.1.136.58:55858 failed: java.io.EOFException DCRL-COVTXAPP1 2018-09-13 00:59:46,988 WARN [ActiveMQ Transport: tcp:///10.1.143.193:48757@61616][Transport] Transport Connection to: tcp://10.1.143.193:48757 failed: java.io.EOFException DCRL-COVTXAPP1 2018-09-13 00:59:51,512 WARN [ActiveMQ Transport: tcp:///10.1.136.16:64530@61616][Transport] Transport Connection to: tcp://10.1.136.16:64530 failed: java.io.EOFException Also, sometimes i'me getting DCRL-COVTXAPP1 2018-09-13 09:06:44,707 WARN [ActiveMQ InactivityMonitor Worker][Transport] Transport Connection to: tcp://10.1.136.29:50838 failed: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too (>5000) long: tcp://10.1.136.29:50838 DCRL-COVTXAPP1 2018-09-13 09:07:32,725 WARN [ActiveMQ Transport: tcp:///10.1.143.193:55037@61616][Transport] Transport Connection to: tcp://10.1.143.193:55037 failed: java.io.EOFException DCRL-COVTXAPP1 2018-09-13 09:07:36,001 WARN [ActiveMQ InactivityMonitor Worker][Transport] Transport Connection to: tcp://10.1.136.29:51226 failed: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too (>5000) long: tcp://10.1.136.29:51226 As i get from documentation, Inactive Monitoring is off by default and anyway timeout is 30000. 1)Why does Inactive Monitoring can be on and where it can take value 5000? 2) How can i fix EOFException? Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html