From user-return-16505-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Thu May 5 23:35:13 2011 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 2EEE92D28 for ; Thu, 5 May 2011 23:35:13 +0000 (UTC) Received: (qmail 20554 invoked by uid 500); 5 May 2011 23:35:10 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 20523 invoked by uid 500); 5 May 2011 23:35:10 -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 20515 invoked by uid 99); 5 May 2011 23:35:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 23:35:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a46.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 23:35:04 +0000 Received: from homiemail-a46.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a46.g.dreamhost.com (Postfix) with ESMTP id C998A3E4058 for ; Thu, 5 May 2011 16:34:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=aZcAbrHcK7MWbeZorR5Y6GZ4j+WqLli9ifcQkDtCeKZ 6HMXUhwt1FOw/fUB2aarBqsO2EXXxti1s0PsAB9pXwCi591kC2ESk0LsKxt1nswi F4LQzcEG3cIg1o7Z8QosFbQkyqMtPNG7dl7f0JUeuAbuwH4NtcxqfTi39lC3B2SE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=IhwTXTHkaLftfyrqqcdXIcG1blA=; b=LAwzPTed2q naXS1DyY0KZZEaqtlf3DRMK0zQIhMsyiU2Uwj6CBQG5qJmrWo++AmF8EizoClL1q tR/mBxSRDORaDN0Qf6ELRRCAqYVURKHNNb+AfgAxKtzMI2yOshaYk7Ku1HX6oPna EZwiJNnUA/oY9DvPUx1pzpG5+4OLGhklU= Received: from [10.0.1.151] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a46.g.dreamhost.com (Postfix) with ESMTPSA id 592343E4057 for ; Thu, 5 May 2011 16:34:42 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: java.lang.NoSuchMethodError From: aaron morton In-Reply-To: Date: Fri, 6 May 2011 11:34:38 +1200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1084) Release Candidates are not really supported the 0.7 ones contain bugs, = you should definitely not be using it.=20 What is the the context for this error ? in an IDE in ant ? is the avro = jar in the path ? Can you use 0.7.5 ? Cheers ----------------- Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 6 May 2011, at 05:37, Jordan Zimmerman wrote: > I can't seem to get the correct version of avro. Any help with this = error would be appreciated: >=20 > java.lang.NoSuchMethodError: = org.apache.avro.generic.GenericData$Array.(ILorg/apache/avro/Schema;= )V > at = org.apache.cassandra.io.SerDeUtils.createArray(SerDeUtils.java:129) > at = org.apache.cassandra.config.KSMetaData.deflate(KSMetaData.java:90) > at = org.apache.cassandra.db.migration.Migration.makeDefinitionMutation(Migrati= on.java:232) > at = org.apache.cassandra.db.migration.AddKeyspace.(AddKeyspace.java:51) > at = org.apache.cassandra.thrift.CassandraServer.system_add_keyspace(CassandraS= erver.java:740) > at = org.apache.cassandra.thrift.Cassandra$Processor$system_add_keyspace.proces= s(Cassandra.java:3478) > at = org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:255= 5) > at = org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(Cust= omTThreadPoolServer.java:167) > at = java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.= java:886) > at = java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java= :908) > at java.lang.Thread.run(Thread.java:680) >=20 > We're using Cassandra 0.7.0-rc4 >=20 > -JZ