You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2013/10/24 16:26:01 UTC

[jira] [Created] (AMQ-4822) DynamicallyIncludedDestinationsDuplexNetworkTest.testDynamicallyIncludedDestinationsForDuplex fails on EC2 boxes

Kevin Earls created AMQ-4822:
--------------------------------

             Summary: DynamicallyIncludedDestinationsDuplexNetworkTest.testDynamicallyIncludedDestinationsForDuplex fails on EC2 boxes
                 Key: AMQ-4822
                 URL: https://issues.apache.org/jira/browse/AMQ-4822
             Project: ActiveMQ
          Issue Type: Test
         Environment: Amazon EC2 RHEL, Ubuntu
            Reporter: Kevin Earls


This test fails on EC2 boxes because they have /etc/hosts which contain and entry "127.0.0. localhost.localdomain localhost" rather than "127.0.0.1	localhost".  Therefore the remoteBroker.getTransportConnectorByName("tcp://localhost:61617) call in DynamicallyIncludedDestinationsDuplexNetworkTest.getDuplexBridgeFromConnection fails because that connector is stored as "tcp://localhost.localdomain:61617"




--
This message was sent by Atlassian JIRA
(v6.1#6144)