Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30A0217B8A for ; Wed, 4 Feb 2015 16:29:20 +0000 (UTC) Received: (qmail 49252 invoked by uid 500); 4 Feb 2015 16:22:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 49188 invoked by uid 500); 4 Feb 2015 16:22:35 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 49129 invoked by uid 99); 4 Feb 2015 16:22:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2015 16:22:35 +0000 Date: Wed, 4 Feb 2015 16:22:34 +0000 (UTC) From: "Arthur Naseef (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-5566) Karaf test fails when standard ports already in-use on the system MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Arthur Naseef created AMQ-5566: ---------------------------------- Summary: Karaf test fails when standard ports already in-use on the system Key: AMQ-5566 URL: https://issues.apache.org/jira/browse/AMQ-5566 Project: ActiveMQ Issue Type: Bug Components: karaf Affects Versions: 5.11.0 Reporter: Arthur Naseef Test {{org.apache.activemq.karaf.itest.ActiveMQAMQPBrokerFeatureTest}} fails when either port 61616 or port 1099 is already in-use on the server. Preferably this test would use dynamically allocated port numbers. Freeing ports 61616 and 1099 allows the test to pass normally. -- This message was sent by Atlassian JIRA (v6.3.4#6332)