Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2441D9F69 for ; Tue, 24 Apr 2012 13:29:42 +0000 (UTC) Received: (qmail 12564 invoked by uid 500); 24 Apr 2012 13:29:41 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 12184 invoked by uid 500); 24 Apr 2012 13:29:37 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 12155 invoked by uid 99); 24 Apr 2012 13:29:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 13:29:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.r.carr@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-lpp01m010-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 13:29:31 +0000 Received: by lagr15 with SMTP id r15so565064lag.2 for ; Tue, 24 Apr 2012 06:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/JE2SHMxWGT3WLHmeQgl92cNCUTVN6aK5cvvI+MKqFc=; b=dEXOCzSzyMX2v55ftww7FFnS6dPLtAckRUwhXER8ISipvxUW7yrj1aDtTJc+jQBilS HKv7GSDjQI6+Z/ilnrSCzm/rv+cHrM1ixRtgcswOHjbzUiju7WJCOdHLQBFAjHU2b8Kq hdGSgeRK1aqYW6VV3qM5/a/R2jMTXG/2ZZulLWE/y097nErVOneMY7hlx5l7zftIPxDm C4gBsR7ic7dD2h8MmpYdInDfaCMl9u8Xswh7QhP05NI9LyqKUH81zg3aMyzzmEuwryeL w/vKzfg3MvCm35RntXd0MWPgH8AZLGEqB1tQqzSiDwqlWT9//sm6eGMss/KN03p+terK Qc/w== MIME-Version: 1.0 Received: by 10.152.103.209 with SMTP id fy17mr17701175lab.48.1335274150508; Tue, 24 Apr 2012 06:29:10 -0700 (PDT) Received: by 10.112.29.165 with HTTP; Tue, 24 Apr 2012 06:29:10 -0700 (PDT) Date: Tue, 24 Apr 2012 08:29:10 -0500 Message-ID: Subject: Test Hanging On CI Server From: James Carr To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I'm using activeMQ to provided an embedded JMS environment for testing and while my tests work fine on windows and ubuntu linux, it hangs on our Jenkins CI server (which is running Oracle Enterprise Linux). Here's the unit test, slimmed down to ignore all the noise while I was trying to figure out why it was hanging. It always hangs on broker.start(); https://gist.github.com/2479651 A little frustrating... works fine everywhere else so I don't get what is going on. Any help would be appreciated. I am using "org.apache.activemq:activemq-core:5.5.1" Thanks, James