You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Denis Abramov (JIRA)" <ji...@apache.org> on 2008/02/26 00:35:17 UTC

[jira] Created: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AMQ-1603
                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.0.0
            Reporter: Denis Abramov
            Priority: Blocker


I keep getting these errors when any of my services startup... This version doesn't look too stable.

javax.jms.JMSException: java.io.EOFException
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.EOFException
	at java.io.DataInputStream.readInt(DataInputStream.java:358)
	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
	... 1 more


and this one:

javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1603.
-----------------------------

    Fix Version/s: 5.1.0
       Resolution: Fixed

Fixed by SVN revision 638942

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Assignee: Rob Davies
>            Priority: Blocker
>             Fix For: 5.1.0
>
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Stefan Gmeiner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41511#action_41511 ] 

Stefan Gmeiner commented on AMQ-1603:
-------------------------------------

I have the same exception metioned above. I've invested some time to trace the
cause because I haven't found a solution to this problem. I'm attaching a very
small patch for the InactivityMonitor which solves the problem for me
completly, but I don't know if this is the right way to solve it.

Some explaination to the patch:

The InactivityMonitor schedules two tasks. One is called every t ms and checks
if a message has been received since the last call. If this is not the
case an InactivityException is thrown.

The second task is called every t/2 ms and checks if a message was sent since
the last call. If this wasn't the case it sends a KeepAliveInfo AND sets the
send-flag which in turn prevents the next call from the sending this message
again.

When no application messages are sent or received a KeepAliveInfo is sent every
t ms. But the receiver also expects to receive a message every t ms . Now it is
a sole matter of timing until the KeepAliveInfo is sent some ms too late for
the receiver and the connection is closed by mistake.

{noformat}
Index: activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java
===================================================================
--- activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java    (Revision 633376)
+++ activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java    (Arbeitskopie)
@@ -157,7 +157,9 @@
                 next.oneway(o);
             }
         } finally {
-            commandSent.set(true);
+            if (o.getClass() != KeepAliveInfo.class) {
+                commandSent.set(true);
+            }
             inSend.set(false);
         }
     }
{noformat}

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Priority: Blocker
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1603:
-------------------------------

    Assignee: Rob Davies

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Assignee: Rob Davies
>            Priority: Blocker
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Eddie Epstein (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41936#action_41936 ] 

Eddie Epstein commented on AMQ-1603:
------------------------------------

FYI, the patch looks good for testing with the tcp: connector, but it breaks our code's use of the http: connector.

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Priority: Blocker
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Denis Abramov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41400#action_41400 ] 

Denis Abramov commented on AMQ-1603:
------------------------------------

and:

javax.jms.JMSException: java.io.InterruptedIOException
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62)
	at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1183)
	at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1262)
	at org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:453)
	at com.company_name.messaging.MessageManager.createConnection(MessageManager.java:101)
	at com.company_name.messaging.MessageManager.rebuildConnection(MessageManager.java:123)
	at com.company_name.messaging.MessageManager.onException(MessageManager.java:146)
	at org.apache.activemq.ActiveMQConnection$3.run(ActiveMQConnection.java:1648)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.InterruptedIOException
	at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:89)
	at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:40)
	at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:70)
	at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:75)
	at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1172)
	... 9 more

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Priority: Blocker
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1603) EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)

Posted by "Mike Kelley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41753#action_41753 ] 

Mike Kelley commented on AMQ-1603:
----------------------------------

The EOFException is described in AMQ-1538. Not sure what the process is for linking issues here (info welcome), so I'm just adding this comment. 

> EOFExceptions and Broken Pipe exceptions everywhere in 5.0 (my services seem to run fine under 4.1 and 4.1.1 and somewhat better in 5.1-SNAPSHOT [if you don't count the queue size problem] which is critical)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1603
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Denis Abramov
>            Priority: Blocker
>
> I keep getting these errors when any of my services startup... This version doesn't look too stable.
> javax.jms.JMSException: java.io.EOFException
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
> 	at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:358)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
> 	... 1 more
> and this one:
> javax.jms.JMSException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
> 	at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
> 	at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
> 	at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
> 	at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
> 	at org.apache.activemq.transport.InactivityMonitor$4.run(InactivityMonitor.java:108)
> Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long: puccell/10.0.55.197:61616
> 	... 1 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.