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 2BC37200C30 for ; Tue, 7 Mar 2017 19:25:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2A632160B82; Tue, 7 Mar 2017 18:25:44 +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 762DC160B65 for ; Tue, 7 Mar 2017 19:25:43 +0100 (CET) Received: (qmail 59029 invoked by uid 500); 7 Mar 2017 18:25:42 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 59018 invoked by uid 99); 7 Mar 2017 18:25:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2017 18:25:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 365CCC0C0D for ; Tue, 7 Mar 2017 18:25:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cRZUOp9fiMcp for ; Tue, 7 Mar 2017 18:25:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 366725FC06 for ; Tue, 7 Mar 2017 18:25:41 +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 45D48E00D9 for ; Tue, 7 Mar 2017 18:25:38 +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 0575B2416A for ; Tue, 7 Mar 2017 18:25:38 +0000 (UTC) Date: Tue, 7 Mar 2017 18:25:38 +0000 (UTC) From: "Patrick Rhomberg (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GEODE-2599) `start locator` prints `null` in startup dots. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Mar 2017 18:25:44 -0000 [ https://issues.apache.org/jira/browse/GEODE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg updated GEODE-2599: ------------------------------------ Priority: Minor (was: Major) > `start locator` prints `null` in startup dots. > ---------------------------------------------- > > Key: GEODE-2599 > URL: https://issues.apache.org/jira/browse/GEODE-2599 > Project: Geode > Issue Type: Bug > Components: gfsh > Affects Versions: 1.2.0 > Reporter: Patrick Rhomberg > Priority: Minor > Labels: gfsh > > {noformat} > gfsh>start locator --name=loc1 > Starting a Geode Locator in /Users/prhomberg/workspace/gemfire/open/loc1... > .. > null > . > Locator in /Users/prhomberg/workspace/gemfire/open/loc1 on 10.118.33.239[10334] as loc1 is currently online. > Process ID: 41909 > Uptime: 2 seconds > Geode Version: 0.0.0 > Java Version: 1.8.0_121 > Log File: /Users/prhomberg/workspace/gemfire/open/loc1/loc1.log > JVM Arguments: -Dgemfire.enable-cluster-configuration=true -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806 > Class-Path: /Users/prhomberg/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-core-0.0.0.jar:/Users/prhomberg/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-dependencies.jar > Successfully connected to: JMX Manager [host=10.118.33.239, port=1099] > Cluster configuration service is up and running. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)