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 03D22D700 for ; Wed, 22 Aug 2012 15:37:23 +0000 (UTC) Received: (qmail 44120 invoked by uid 500); 22 Aug 2012 15:37:21 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 44076 invoked by uid 500); 22 Aug 2012 15:37:21 -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 44063 invoked by uid 99); 22 Aug 2012 15:37:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 15:37:21 +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 saint.ack@gmail.com designates 209.85.160.169 as permitted sender) Received: from [209.85.160.169] (HELO mail-gh0-f169.google.com) (209.85.160.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 15:37:14 +0000 Received: by ghrr18 with SMTP id r18so897782ghr.14 for ; Wed, 22 Aug 2012 08:36:53 -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:cc:content-type; bh=AJ77C+AQnftomZxXJ7j0x6wOEB91Bb56R4vdj89ccbM=; b=YP8b52ajqh/jhBekBQ/DDZ8vbdZD9xfR1y9jwJ5p+xXkZWEnSN1Axxd0+Up9YyvlmA /7sNHxmUt5/ErgTvzOJbXc8NZP70UxlAV0AlMiG4u672z3P1sTY/Yt1znqRl5uXCrW+1 y2MUk8esLzpmK1fl2dL0vqncTDnL8T5/Jn1Mi8FTfOz0lRt6TPtHldZs5pIBBPvtGf6e ibgo3XXIHpWZBbYsZmggLc7/GrWlQkeYzA+iXKkzG7nxSTqJa9bVlTMl3XhsysF5fnEy i9cIt9tK/A2CdaE1DyDkRprg1+7S2k3KutUnZ3ner54EHLBwUQsLgLrbSknGaxwhZZmp 4DWg== MIME-Version: 1.0 Received: by 10.60.30.170 with SMTP id t10mr15721690oeh.10.1345649813143; Wed, 22 Aug 2012 08:36:53 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.76.25.201 with HTTP; Wed, 22 Aug 2012 08:36:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Aug 2012 08:36:53 -0700 X-Google-Sender-Auth: 0J3dYOkQ3qqU8Qfw9R9V2aoKXns Message-ID: Subject: Re: Hbase Shell: UnsatisfiedLinkError From: Stack To: dev@hbase.apache.org Cc: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Aug 22, 2012 at 4:39 AM, o brbrs wrote: > Thanks for your reply. I send this issue to the user mail list, but i > haven't got any reply. > I have installed jdk 1.6 and hbase 0.94, and have made configuration that > are said in http://hbase.apache.org/book.html#configuration. But the error > continues. > Suggest you go googling for an answer. This is general jruby jffi dependency issue -- our shell is jruby -- unsatisfied in your environment (For example, this link has a user running ibm's jvm which could be the cause of the missing link: http://www.digipedia.pl/usenet/thread/13899/1438/). St.Ack