[
https://issues.apache.org/jira/browse/AMQ-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish closed AMQ-6229.
-----------------------------
Resolution: Cannot Reproduce
This is expected behaviour when the connection drops unexpectedly. I wouldn't
classify this as a bug without some proof otherwise since in general these
errors are trying to tell you that something is not right.
> java.io.EOFException from org.apache.activemq.transport.tcp.TcpTransport
> ------------------------------------------------------------------------
>
> Key: AMQ-6229
> URL: https://issues.apache.org/jira/browse/AMQ-6229
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.13.0
> Reporter: Henrik
> Priority: Minor
>
> We get the following in a two-server activemq setup, a couple of times every
> minute:
> {code}
> [ERROR] [2016-04-06T09:06:24,748] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] java.io.EOFException [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,748] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] at
> java.io.DataInputStream.readInt(DataInputStream.java:392) [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,749] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] at
> org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:267)
> [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,749] [ActiveMQ Transport:
> tcp:///152.90.86.186:46768@7250] at
> org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:240)
> [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,749] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] at
> org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:232)
> [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,749] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] at
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:215)
> [ErrorStreamLogger]
> [ERROR] [2016-04-06T09:06:24,749] [ActiveMQ Transport:
> tcp:///xxx.yy.86.186:46768@7250] at
> java.lang.Thread.run(Thread.java:745) [ErrorStreamLogger]
> {code}
> A similar issue is described in AMQ-2730, but I can't see a solution there.
> ActiveMQ is run in a tomcat instance with {{-Xmx1536m -Xms1536m}}, so memory
> usage should be OK.
> The setup seems to work fine regardless of the exceptions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)