Return-Path: X-Original-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DBF7966E for ; Mon, 20 Feb 2012 23:57:56 +0000 (UTC) Received: (qmail 47017 invoked by uid 500); 20 Feb 2012 23:57:56 -0000 Delivered-To: apmail-incubator-giraph-user-archive@incubator.apache.org Received: (qmail 46986 invoked by uid 500); 20 Feb 2012 23:57:56 -0000 Mailing-List: contact giraph-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-user@incubator.apache.org Delivered-To: mailing list giraph-user@incubator.apache.org Received: (qmail 46978 invoked by uid 99); 20 Feb 2012 23:57:56 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 23:57:56 +0000 Received: from localhost (HELO mail-yx0-f175.google.com) (127.0.0.1) (smtp-auth username ssc, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 23:57:55 +0000 Received: by yenr5 with SMTP id r5so2672666yen.6 for ; Mon, 20 Feb 2012 15:57:54 -0800 (PST) Received-SPF: pass (google.com: domain of ssc@apache.org designates 10.236.154.232 as permitted sender) client-ip=10.236.154.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ssc@apache.org designates 10.236.154.232 as permitted sender) smtp.mail=ssc@apache.org Received: from mr.google.com ([10.236.154.232]) by 10.236.154.232 with SMTP id h68mr32852369yhk.51.1329782274809 (num_hops = 1); Mon, 20 Feb 2012 15:57:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.154.232 with SMTP id h68mr25444584yhk.51.1329782274777; Mon, 20 Feb 2012 15:57:54 -0800 (PST) Received: by 10.236.22.166 with HTTP; Mon, 20 Feb 2012 15:57:54 -0800 (PST) In-Reply-To: <4F42DCA3.4000005@apache.org> References: <4F42DCA3.4000005@apache.org> Date: Tue, 21 Feb 2012 00:57:54 +0100 Message-ID: Subject: Re: IPC error From: Sebastian Schelter To: giraph-user@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This looks like the code tries to invoke a no-arg constructor of ArrayWritable (which doesn't exist AFAIK). Do you use a custom writable? It needs to have a working no-arg constructor. --sebastian 2012/2/21 Avery Ching : > I wonder if Giraph is compiled with the correct Hadoop version? =C2=A0Wha= t is the > Hadoop version you're using? > > Avery > > > On 2/20/12 3:41 PM, David Garcia wrote: >> >> Hello all, =C2=A0I'm getting this error and I'm pretty sure that I have = my >> class path stuff setup right. . .maybe not. >> >> ERROR org.apache.giraph.comm.BasicRPCCommunications: >> org.apache.hadoop.ipc.RemoteException: IPC server unable to read call >> parameters: java.lang.NoSuchMethodException: >> org.apache.hadoop.io.ArrayWritable.() >> Any ideas? =C2=A0This is on super step 0. >> -David > >