You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2014/07/01 23:30:25 UTC

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

Gary Tully created AMQ-5256:
-------------------------------

             Summary: 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
             Fix For: 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.2#6252)