From user-return-10241-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Fri Oct 29 10:33:45 2010 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 15782 invoked from network); 29 Oct 2010 10:33:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Oct 2010 10:33:45 -0000 Received: (qmail 60723 invoked by uid 500); 29 Oct 2010 10:33:43 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 60552 invoked by uid 500); 29 Oct 2010 10:33:43 -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 60544 invoked by uid 99); 29 Oct 2010 10:33:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 10:33:42 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=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 jverstry@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qw0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 10:33:35 +0000 Received: by qwb7 with SMTP id 7so3090250qwb.31 for ; Fri, 29 Oct 2010 03:33:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=1/x8Si0EnHX4jyMSbfHN3pW7n5v2islYk22FNaYPne4=; b=UWJJUzotAsard7WsxWp3HQ1DHzJRbKO85XvLua65Y+nL/6DMsQEt9QY3jsNyf3nAIw 6UK3+aUNib/0lPKiRDB7fvaIq7jPcv66KSNO2ObBoAPxttFU7ql3j+Xsi2tQC7PdywZO STsB4wbDyJmJ15OBM8CAVdPdeZpWVxDXx6lsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=HOivLuPMfmT8KcKdB9gLO2oTG7HlpIJ6ybksx+XaPJBgFR/sORO5I9Y1fhqjQGsWaT 4qgQUYH07Qa93679SD91h+9nvFxBKlAyysTyFFvtAfexHphoGNS0vfbBo5/xUMKr2mbN GQADXN8X02J1QMkXF3FoDFYbTrb0VyQJ4p6KE= Received: by 10.229.189.195 with SMTP id df3mr11158543qcb.143.1288348393876; Fri, 29 Oct 2010 03:33:13 -0700 (PDT) Received: from [192.168.1.104] (ool-45743f06.dyn.optonline.net [69.116.63.6]) by mx.google.com with ESMTPS id s28sm2130642qcp.45.2010.10.29.03.33.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Oct 2010 03:33:13 -0700 (PDT) Message-ID: <4CCAA2C2.4080704@gmail.com> Date: Fri, 29 Oct 2010 06:32:34 -0400 From: =?UTF-8?B?SsOpcsO0bWUgVmVyc3RyeW5nZQ==?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Fatal error: Error instantiating snitch class 'org.apache.cassandra.locator.SimpleSnitch'. References: <8215322.10.1288296390553.JavaMail.arya@aryanet> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I am trying to start a CassandraEmbeddedService for JUnit testing, using the 'standard' YAML configuration I found in Hector (no modification). I use 0.7.0-beta2 and I systematically get the following error message: 3687 [main] INFO org.apache.cassandra.config.DatabaseDescriptor - Loading settings from file:/C:... .../Cassandra/cassandra.yaml 4084 [main] INFO org.apache.cassandra.config.DatabaseDescriptor - DiskAccessMode 'auto' determined to be standard, indexAccessMode is standard 4110 [main] ERROR org.apache.cassandra.config.DatabaseDescriptor - Fatal error: Error instantiating snitch class 'org.apache.cassandra.locator.SimpleSnitch'. Bad configuration; unable to start server Googling does not return much information. Does anyone know what is happening? Thanks, JVerstry P.S.: It is very late here -> going to bed and will read answers tomorrow.