You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2014/12/16 00:54:13 UTC

[jira] [Updated] (AMQ-5256) AMQP WARN Transport Connection failed: java.io.IOException

     [ https://issues.apache.org/jira/browse/AMQ-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea updated AMQ-5256:
---------------------------------
    Fix Version/s: 5.10.1

> AMQP WARN  Transport Connection failed: java.io.IOException
> -----------------------------------------------------------
>
>                 Key: AMQ-5256
>                 URL: https://issues.apache.org/jira/browse/AMQ-5256
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 5.10.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>              Labels: IOException, amqp, hang
>             Fix For: 5.10.1, 5.11.0
>
>
> concurrent AMQP connection, client hung on half closed connection, waiting for response to open.{code}   java.lang.Thread.State: WAITING (on object monitor)
> 	at java.lang.Object.wait(Native Method)
> 	- waiting on <7df15ba78> (a org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint)
> 	at java.lang.Object.wait(Object.java:485)
> 	at org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint.open(ConnectionEndpoint.java:154)
> 	- locked <7df15ba78> (a org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint)
> 	- locked <7df15ba78> (a org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint)
> 	at org.apache.qpid.amqp_1_0.client.Connection.<init>(Connection.java:284)
> 	at org.apache.qpid.amqp_1_0.client.Connection.<init>(Connection.java:143)
> 	at org.apache.qpid.amqp_1_0.jms.impl.ConnectionImpl.connect(ConnectionImpl.java:115)
> 	- locked <7df8bd048> (a java.lang.Object)
> 	at org.apache.qpid.amqp_1_0.jms.impl.ConnectionImpl.start(ConnectionImpl.java:284){code}
> Broker log contains:{code}
> [ActiveMQ Transport: tcp:///127.0.0.1:64496@64488            ] - WARN  Transport     - Transport Connection to: tcp://127.0.0.1:64496 failed: java.io.IOException{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)