Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4F6D109CF for ; Mon, 29 Jul 2013 17:25:12 +0000 (UTC) Received: (qmail 96447 invoked by uid 500); 29 Jul 2013 17:25:10 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96318 invoked by uid 500); 29 Jul 2013 17:25:09 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 96305 invoked by uid 99); 29 Jul 2013 17:25:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 17:25:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.174.58.251] (HELO xedge1.nrel.gov) (192.174.58.251) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 17:25:02 +0000 Received: from XHUBA.nrel.gov (10.20.4.58) by xedge1.nrel.gov (192.174.58.251) with Microsoft SMTP Server (TLS) id 14.3.146.0; Mon, 29 Jul 2013 11:24:39 -0600 Received: from MAILBOX2.nrel.gov ([fe80::48b0:b121:8465:5e5]) by XHUBA.nrel.gov ([::1]) with mapi; Mon, 29 Jul 2013 11:24:40 -0600 From: "Hiller, Dean" To: "user@cassandra.apache.org" Date: Mon, 29 Jul 2013 11:24:49 -0600 Subject: make cassandra-cli use 7197 for JMX instead? Thread-Topic: make cassandra-cli use 7197 for JMX instead? Thread-Index: Ac6MgIIY5W4fqFAvSFOvZOVWf/TzJQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.5.130515 acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I start nodetool with Cassandra-cli =96p 9158 but it gives warnings about not displaying all info= rmation because my JMX port is on 7197 instead of 7199 which is in use by a= nother process. How do I make cassandra-cli connect to 7197 for the JMX st= uff (right now it connets into another process which really hoses it up and= it crashes in that case instead of nice connection refused warnings and st= aying up). Thanks, Dean