Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F882200C72 for ; Fri, 28 Apr 2017 01:11:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E208160BBC; Thu, 27 Apr 2017 23:11:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A775B160BA7 for ; Fri, 28 Apr 2017 01:11:07 +0200 (CEST) Received: (qmail 23683 invoked by uid 500); 27 Apr 2017 23:11:06 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 23672 invoked by uid 99); 27 Apr 2017 23:11:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 23:11:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 73CB51A040E for ; Thu, 27 Apr 2017 23:11:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LLAaCtApH9Dm for ; Thu, 27 Apr 2017 23:11:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2C49C5FC4D for ; Thu, 27 Apr 2017 23:11:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8A56FE0A31 for ; Thu, 27 Apr 2017 23:11:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3F20021DDF for ; Thu, 27 Apr 2017 23:11:04 +0000 (UTC) Date: Thu, 27 Apr 2017 23:11:04 +0000 (UTC) From: "Aled Sage (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BROOKLYN-112) StandaloneQpidBrokerExample fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Apr 2017 23:11:08 -0000 [ https://issues.apache.org/jira/browse/BROOKLYN-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987861#comment-15987861 ] Aled Sage commented on BROOKLYN-112: ------------------------------------ This code is now at https://github.com/apache/brooklyn-library/blob/rel/apache-brooklyn-0.11.0-rc2/examples/simple-messaging-pubsub/src/main/java/org/apache/brooklyn/demo/StandaloneQpidBrokerExample.java. I think we should delete these examples. They are no longer referenced in our docs, and they don't demonstrate the way we want people to use Brooklyn. Closing this as "won't fix". > StandaloneQpidBrokerExample fails > --------------------------------- > > Key: BROOKLYN-112 > URL: https://issues.apache.org/jira/browse/BROOKLYN-112 > Project: Brooklyn > Issue Type: Bug > Reporter: Robert > > Running the Standalone Qpid example fails when the Subscribe class tries to connect at [1] with a null pointer exception. This appears to be down to changing the version number from 0.14 to 0.20 as reverting this in the root POM fixes the issue. NOTE: This is in addition to other fixes at [2] > [1] https://github.com/apache/incubator-brooklyn/blob/master/examples/simple-messaging-pubsub/src/main/java/brooklyn/demo/Subscribe.java#L57 > [2] https://github.com/apache/incubator-brooklyn/pull/434 -- This message was sent by Atlassian JIRA (v6.3.15#6346)