Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 88BB7D1A0 for ; Fri, 14 Sep 2012 17:59:45 +0000 (UTC) Received: (qmail 9665 invoked by uid 500); 14 Sep 2012 17:59:43 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 9611 invoked by uid 500); 14 Sep 2012 17:59:43 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 9603 invoked by uid 99); 14 Sep 2012 17:59:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 17:59:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdcryans@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 17:59:36 +0000 Received: by qafk30 with SMTP id k30so99596qaf.14 for ; Fri, 14 Sep 2012 10:59:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=4orL5DOMp2O00Y4WexwFrZr6ameiwfTDEujaH/m96wE=; b=mI6D2uyHJaMYBd9rCbOsK/IgIguizNWA+WwHSFvlyrUjx3GFIqkFBGX7EgGLJjTtrh D7dWo4R1tlHhEBgE5/a/x9DBCjP6GLrz7ArEEMiJvnLjtXrfEY5u3ukUhLKcBiln2Y4C Tm/+AoUJfL8IQj6NAOSMaIyP6bdju/prdvtupApbwAXApXXio9vY4cSg68GKpb+bgAAG JNhLae64ZSD/vvD06PwvHkNrQgInry0s0w6SIB1ynOsISomtlC2RUQgQVT2VaJILLdZ/ Yg3wrtOMz4KfrtLGVC9JdkIpxdHQmPeY2uINXStgyDe2SGXHt27gDaKCsTb+EFO+kGO4 3gEw== MIME-Version: 1.0 Received: by 10.229.105.100 with SMTP id s36mr2250674qco.88.1347645556086; Fri, 14 Sep 2012 10:59:16 -0700 (PDT) Sender: jdcryans@gmail.com Received: by 10.49.63.136 with HTTP; Fri, 14 Sep 2012 10:59:15 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Sep 2012 10:59:15 -0700 X-Google-Sender-Auth: Cjf3Evd3NJuCjmGf-uzCdLXr-R4 Message-ID: Subject: Re: HMaster construction failing over SASL authentication issue. From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org It says at the end that the connection is refused, most likely your zookeeper server at "10.12.19.110:2181" is not running. J-D On Thu, Sep 13, 2012 at 11:18 PM, Arati ! wrote: > Hi, > > I was running my HBase-Hadoop setup just fine with HBase 0.92.0 and Hadoop > 1.0.1.on 3 nodes > > Recently upgraded to HBase-0.94.1 and Hadoop-1.0.3. > > Since i was running a trial environment I hadnt added my machines to a DNS. > Now after the version change, the HRegionServer processes began failing > over not being able to reverse look up the IPs of my nodes. > > So I got that worked out and added the servers onto the DNS. After which im > getting the foloowing SASL exceptions. > > Am I missing something? > > Upon start-up all the processes are up but the logs indicate "failed > construction of HMaster". > > Can I disable SASL authentication? > > 2012-09-13 19:27:12,720 INFO org.apache.zookeeper.ClientCnxn: Opening > socket connection to server /10.12.19.110:2181 > 2012-09-13 19:27:12,722 INFO > org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper: The identifier of > this process is 17868@test110 > 2012-09-13 19:27:12,731 WARN > org.apache.zookeeper.client.ZooKeeperSaslClient: SecurityException: > java.lang.SecurityException: Unable to locate a login configuration > occurred when trying to find JAAS configuration. > 2012-09-13 19:27:12,731 INFO > org.apache.zookeeper.client.ZooKeeperSaslClient: Client will not > SASL-authenticate because the default JAAS configuration section 'Client' > could not be found. If you are not using SASL, you may ignore this. On the > other hand, if you expected SASL to work, please fix your JAAS > configuration. > 2012-09-13 19:27:12,737 WARN org.apache.zookeeper.ClientCnxn: Session 0x0 > for server null, unexpected error, closing socket connection and attempting > reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567) > at > org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:286) > at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1035) > > > Thanks, > > Arati Patro