Return-Path: X-Original-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-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 3C87276CC for ; Thu, 29 Dec 2011 22:15:58 +0000 (UTC) Received: (qmail 66875 invoked by uid 500); 29 Dec 2011 22:15:58 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 66821 invoked by uid 500); 29 Dec 2011 22:15:58 -0000 Mailing-List: contact accumulo-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-user@incubator.apache.org Delivered-To: mailing list accumulo-user@incubator.apache.org Received: (qmail 66813 invoked by uid 99); 29 Dec 2011 22:15:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 22:15:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.medinets@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 22:15:51 +0000 Received: by pbcc11 with SMTP id c11so7045535pbc.6 for ; Thu, 29 Dec 2011 14:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cWHMq4AA+8o1EmCoeNj61gZVnjQ7+r50cSxW8KE3A2A=; b=Gi5yLasO4kTApmdoUk0Uh6ECro2GnI176qEq1KQXJnJ5nEXaqXWqvjkeGT3Yp4Lzuw w5+veA8wmXrUzHEZhjwjRzi8NjsYtiKXxEtSkSb5V3b4JhAHoCHgOb56kMh8oxq/uFqZ Xm87vgCqqSq8VhcbVkXze8uGuvJ6oyBvXv9VQ= MIME-Version: 1.0 Received: by 10.68.74.233 with SMTP id x9mr60965079pbv.74.1325196930650; Thu, 29 Dec 2011 14:15:30 -0800 (PST) Received: by 10.68.41.228 with HTTP; Thu, 29 Dec 2011 14:15:30 -0800 (PST) In-Reply-To: <9BE7B05B-FA30-4678-A980-FA608785B536@cordovas.org> References: <9BE7B05B-FA30-4678-A980-FA608785B536@cordovas.org> Date: Thu, 29 Dec 2011 17:15:30 -0500 Message-ID: Subject: Re: Failed to find an available server in the list of servers From: David Medinets To: accumulo-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I did. This is the output from the start-all command: $ bin/start-all.sh Starting tablet servers and loggers .... done Starting logger on localhost Starting tablet server on localhost 29 17:04:31,722 [server.Accumulo] INFO : Attempting to talk to zookeeper 29 17:04:32,430 [server.Accumulo] INFO : Zookeeper connected and initialized, attemping to talk to HDFS 29 17:04:33,083 [server.Accumulo] INFO : Connected to HDFS Starting master on localhost Starting garbage collector on localhost Starting monitor on localhost Starting tracer on localhost These processes were started: org.apache.accumulo.start.Main logger org.apache.accumulo.start.Main master org.apache.accumulo.start.Main gc org.apache.accumulo.start.Main monitor org.apache.accumulo.start.Main tracer On Thu, Dec 29, 2011 at 5:06 PM, Aaron Cordova wrote: > did you already run bin/start-all.sh ? > > On Dec 29, 2011, at 5:04 PM, David Medinets wrote: > >> I think I am very close to getting a working one-server instance of >> Accumulo. I'm hoping someone has run into this issue. >> >> Zookeeper is running. Hadoop is running and 'hadoop fs -ls /' shows >> the /accumulo direcory. I have run the init command (yes, I misspelled >> development). Then I tried to run the shell command: >> >> $ bin/accumulo shell -u root >> Enter current password for 'root'@'deveopment': ******** >> 29 16:53:15,821 [impl.ServerClient] WARN : Failed to find an available >> server in the list of servers: [] >> >> My masters and slaves file both simply have 'localhost' in them. >> >> What did I do wrong? Any suggestions? >