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 D9C307F2 for ; Mon, 20 Aug 2012 22:11:18 +0000 (UTC) Received: (qmail 98368 invoked by uid 500); 20 Aug 2012 22:11:16 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 98308 invoked by uid 500); 20 Aug 2012 22:11:16 -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 98286 invoked by uid 99); 20 Aug 2012 22:11:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 22:11:16 +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 s5alye@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 22:11:07 +0000 Received: by weyu54 with SMTP id u54so4840208wey.31 for ; Mon, 20 Aug 2012 15:10:46 -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=/0bBuTjyxK2LTme5CoEFLYntZHVGAu6qx5JvO/yZJIE=; b=NktQ5asl8zMPApT1M0w1iyWfrnr5pctKLVFmD+EEFfMeXh4Paql+7uayt9aXu6545L LrB4hU64HksP5nELbl6HzS1T0q6oFEh8LeBUd+FIfmCZHHzNePxSJuO3JtjwoB4eRl18 SD8exHfhdYPWKb5cyLHRxmXAN/VHTuQIuy3h4pWfPj5QRVHgZQBcMmfOJxMXkVkmS4km wHKXnRRhUInV0fjV/k2HfreI0d56sHm9Vr+2nPU1+dk7J7mH+995+ILzc82DnlAjXJcH iAEZAapl2UF75SniaFGhAliBjbtKmNqijH/yHsQ+ZMfPN7IrV6zp79O+OWXmq9pwshr2 pjXQ== MIME-Version: 1.0 Received: by 10.216.138.229 with SMTP id a79mr8483756wej.197.1345500646129; Mon, 20 Aug 2012 15:10:46 -0700 (PDT) Received: by 10.223.3.14 with HTTP; Mon, 20 Aug 2012 15:10:46 -0700 (PDT) Date: Mon, 20 Aug 2012 18:10:46 -0400 Message-ID: Subject: nodetool , localhost connection refused From: A J To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I am running 1.1.3 Nodetool on the database node (just a single node db) is giving the error: Failed to connect to 'localhost:7199': Connection refused Any idea what could be causing this ? Thanks.