Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 16176 invoked from network); 23 Apr 2010 22:09:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 22:09:24 -0000 Received: (qmail 46402 invoked by uid 500); 23 Apr 2010 22:09:24 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 46309 invoked by uid 500); 23 Apr 2010 22:09:23 -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 46301 invoked by uid 99); 23 Apr 2010 22:09:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 22:09:23 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 22:09:18 +0000 Received: by wwb24 with SMTP id 24so2357881wwb.31 for ; Fri, 23 Apr 2010 15:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=1/BNmcyMo94wuLhxbfvBYK+7qVs3BHtLKUCT3ebIs4U=; b=RQIqb7l7PtqAVPpZ4DoaUSfr2LRugh0LV05aqDcefBi4Fw9XV4RRMh7NznAWzLGn4G ot4+xObX6MCcYjBMzU13n5w/hdtwwT0lS62IT+0NLQsuW5xNtBZ3vx2BbcWlroXJBOij +hDro33D3hcpWUaHFjrjK20CbQtQEW8ziaaaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=PZj6ReUGNJ9X1/SUbuR6vUh3DyBZXe20rr26S+C7CAkVsQNu/OxR7JIH51yemj3Ixu WHW5GRhhKcz36OjeskCIHfQYEc8b+RQtT1Qqh5gsD0jlBt5dogurFIhBAy/o2TR+GNje b2UmLWw+af676HCFDLlEPJSpGeCQTd6X1nTmo= Received: by 10.216.88.21 with SMTP id z21mr906082wee.162.1272060536369; Fri, 23 Apr 2010 15:08:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.17.147 with HTTP; Fri, 23 Apr 2010 15:08:36 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Fri, 23 Apr 2010 17:08:36 -0500 Message-ID: Subject: Re: Internal error processing describe_keyspace To: user@cassandra.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable can you attach the full stacktrace? On Fri, Apr 23, 2010 at 4:50 PM, Amol Deshpande wrote: > Hi, > > > > I =91m new to Cassandra, trying to set up a single node to play with.=A0 = I set > one up in a VM (0.6.1 off the website) , running fedora 12.=A0 Things see= m > peachy in that I can connect to it with a modified hector ExampleClient, = and > insert data into it. > > > > However, when I decided to view this data from Cassandra-cli,=A0 I got th= e > above error with a further stacktrace of > > > > Java.lang.AssertionError at > org.apache.cassandra.config.Databasedescriptor.getTableMetaData(DatabaseD= escriptor.java:924) > > > > > > I can=92t find anything similar by searching for getTableMetaData or > get_keyspace in the list archives. > > > > > > Can someone point me in the right direction to troubleshoot this ? > > > > > > Thanks, > > -amol