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 4E8F598BC for ; Wed, 14 Mar 2012 19:52:10 +0000 (UTC) Received: (qmail 6269 invoked by uid 500); 14 Mar 2012 19:52:10 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 6247 invoked by uid 500); 14 Mar 2012 19:52:10 -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 6238 invoked by uid 99); 14 Mar 2012 19:52:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 19:52:10 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rvesse@yarcdata.com designates 64.18.1.23 as permitted sender) Received: from [64.18.1.23] (HELO exprod6og109.obsmtp.com) (64.18.1.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 19:52:03 +0000 Received: from CFWEX01.americas.cray.com ([136.162.34.11]) (using TLSv1) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKT2D2zio1/YArH/M2pLIkUU+ufz76+ChK@postini.com; Wed, 14 Mar 2012 12:51:43 PDT Received: from CFWEX01.americas.cray.com ([::1]) by CFWEX01.americas.cray.com ([::1]) with mapi id 14.01.0355.002; Wed, 14 Mar 2012 14:51:37 -0500 From: Robert Vesse To: "accumulo-user@incubator.apache.org" Subject: Accumulo fails to start Thread-Topic: Accumulo fails to start Thread-Index: AQHNAhvd9k2kQGQiSkKPCbnuM7ml6w== Date: Wed, 14 Mar 2012 19:51:36 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.26.68.38] Content-Type: text/plain; charset="us-ascii" Content-ID: <999EC6A0F565DE4FB0C762A8C7FC3919@cray.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I'm having problems with Accumulo not starting correctly - yet from the com= mand line it looks to start fine i.e. when I run bin/start-all.sh I see the= following output: Starting tablet servers and loggers .... done Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java= ... Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java= ... Starting logger on localhost Starting tablet server on localhost Starting master on localhost Starting garbage collector on localhost Starting monitor on localhost Starting tracer on localhost Yet if I try to start an accumulo shell with bin/accumulo shell -u root I g= et the following error: 14 12:41:27,472 [impl.ServerClient] WARN : Failed to find an available serv= er in the list of servers: [] 14 12:41:27,473 [shell.Shell] ERROR: org.apache.accumulo.core.client.Accumu= loException: org.apache.thrift.transport.TTransportException: Failed to con= nect to a server I looked under the logs/ directory and see that a bunch of logs are created= but they are all zero bytes in size so no helpful hints there :-( I have followed the README to configure everything appropriately for a sing= le node setup (I have Hadoop and Zookeeper running fine) and I actually had= Accumulo working correctly a couple of days ago yet now I am unable to sta= rt things up again. I have tried reformatting my HDFS (as this is just a d= ev setup) and starting from scratch but I consistently hit this issue that = Accumulo just does not start properly. Any help or guidance on this would be much appreciated Rob=