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 0FEA910AA5 for ; Fri, 29 Nov 2013 10:25:31 +0000 (UTC) Received: (qmail 38094 invoked by uid 500); 29 Nov 2013 10:25:27 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 37790 invoked by uid 500); 29 Nov 2013 10:25:26 -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 37765 invoked by uid 99); 29 Nov 2013 10:25:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 10:25:25 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeremy.hanna1234@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 10:25:19 +0000 Received: by mail-wi0-f175.google.com with SMTP id hi5so1872154wib.2 for ; Fri, 29 Nov 2013 02:24:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=avJeY0bgQmvYCPdNLzzosi4yN6sWmgLWMgJZdF9BC88=; b=w+ROueNC8Du356Kg7Xty3F955sj9xz5W6RWtivs6qWKHeTS8q003JVOWrr9ZFYjEek GRC8LB7/RZqHc+0kqU3xHnzCkn151hfywx+OcR6stzBCoGbztfLMrvWgD5Y8/Zk5e0p8 +NINgjVT/gZRSAj7/d5mq0MUc9UB0C28Ph/SDp1Zc1Uij3SzMHW8vre0po4xIc0vLPML YLegdxy9PHWtabcWV2HZ+89W8V7XXZ2itfW4foI/oPVls5f3/9lPChHvU4An140+uS3U mXLUvkY+9Ab3LcTBKMQhtANBDxNpBFrIM6Vjba6+Aw8kLyFyQknVxltrNe7d0+5EU0wn rTJQ== X-Received: by 10.180.188.229 with SMTP id gd5mr6111649wic.38.1385720699377; Fri, 29 Nov 2013 02:24:59 -0800 (PST) Received: from [192.168.0.9] ([176.254.146.211]) by mx.google.com with ESMTPSA id x19sm90868863wia.5.2013.11.29.02.24.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Nov 2013 02:24:58 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: Snappy Load Error From: Jeremy Hanna In-Reply-To: Date: Fri, 29 Nov 2013 10:24:56 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1822) X-Virus-Checked: Checked by ClamAV on apache.org With RHEL, there is a problem with snappy 1.0.5. You=92d need to use = 1.0.4.1 which works fine but you need to download it separately and put = it in your lib directory. You can find the 1.0.4.1 file from = https://github.com/apache/cassandra/tree/cassandra-1.1.12/lib Jeremy On 29 Nov 2013, at 10:19, Nigel LEACH = wrote: > Hi, I'm building a new cluster, and having problems starting = Cassandra.=20 >=20 > RHEL 5.9 > Java 1.7 U40 > Cassandra 2.0.2 >=20 > Previous clusters have started fine using the same methods, although = the envoronments are a little different (new RHEL, older Java). >=20 > I am installing from DataStax tarball, and after making, I think, = trivial config changes for our environmnet, start things up with = bin/cassandra. The system log then shows this error >=20 > INFO [Thread-2] 2013-11-29 09:43:02,434 ThriftServer.java (line 135) = Listening for thrift clients...=20 > INFO [HANDSHAKE-/nn.nn.nn.nn] 2013-11-29 09:43:02,962 = OutboundTcpConnection.java (line 386) Handshaking version with / = nn.nn.nn.nn > ERROR [WRITE-/ nn.nn.nn.nn] 2013-11-29 09:43:03,015 = CassandraDaemon.java (line 187) Exception in thread Thread[WRITE-/ = nn.nn.nn.nn,5,main] > org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null > at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:239) > at org.xerial.snappy.Snappy.(Snappy.java:48) > at = org.xerial.snappy.SnappyOutputStream.(SnappyOutputStream.java:79) > at = org.xerial.snappy.SnappyOutputStream.(SnappyOutputStream.java:66) > at = org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnecti= on.java:359) > at = org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.j= ava:150) >=20 > Following this, there seems no communication between nodes (nodetool = only shows the local node on each server). >=20 > Any help very much appreciated. > Thanks, Nigel >=20 >=20 >=20 > ___________________________________________________________ > This e-mail may contain confidential and/or privileged information. If = you are not the intended recipient (or have received this e-mail in = error) please notify the sender immediately and delete this e-mail. Any = unauthorised copying, disclosure or distribution of the material in this = e-mail is prohibited. >=20 > Please refer to http://www.bnpparibas.co.uk/en/email-disclaimer/ for = additional disclosures. >=20