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 D068B10474 for ; Wed, 24 Jul 2013 20:03:11 +0000 (UTC) Received: (qmail 88517 invoked by uid 500); 24 Jul 2013 20:03:09 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 88375 invoked by uid 500); 24 Jul 2013 20:03:09 -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 88365 invoked by uid 99); 24 Jul 2013 20:03:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 20:03:09 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 20:03:05 +0000 Received: by mail-lb0-f180.google.com with SMTP id t13so842583lbd.39 for ; Wed, 24 Jul 2013 13:02:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VHmCZ9Ir5ocpI8qfHqaiSRLAEVtPJ4CzmSvCB+uCtno=; b=vjU5vFhjYn5+GMD4hwqRl2DkHl5RRjTB6oyeeHpeUBav9khSg/Hn8A5WDc6BszOBEn z2OqW1nxzITpFrkWiPEFtTsNsCTV/aKI1PEHIjwGFGXmgg9HNsvHA1sl86PzZQW8ifOb P582m+5sgNItl/OX90iwscu6lBCVfs75ZMpaI2ZaXEJuPuHFh0UrtMRg9ps5SdLIzIIi oMUyKdcbieNrG8NC08/sooZcvAKBwKsV5F1Gi52mmGOe1GiwQJh/EE+e4h6e5nAH7qhw MOThVGgnvzRcxa0Rk39Kh9Ecs06F/Hkl7qsZYzcYEQJw21NGSpLkIY6iR4iiaQQrG5q/ yGJg== MIME-Version: 1.0 X-Received: by 10.112.5.199 with SMTP id u7mr17244261lbu.67.1374696163605; Wed, 24 Jul 2013 13:02:43 -0700 (PDT) Received: by 10.112.141.5 with HTTP; Wed, 24 Jul 2013 13:02:43 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 Jul 2013 13:02:43 -0700 Message-ID: Subject: Re: unsubscribe Re: calling hbase method in web service using Axis From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=14dae94ed6fd81843904e247644d X-Virus-Checked: Checked by ClamAV on apache.org --14dae94ed6fd81843904e247644d Content-Type: text/plain; charset=ISO-8859-1 Please email to user-unsubscribe@hbase.apache.org On Wed, Jul 24, 2013 at 12:56 PM, Andrew Holway wrote: > On 24 July 2013 20:06, naveen.ara wrote: > > I am using hbase to query some data in java, I also have hadoop jars in > my > > class path. I am able to query hbase data from main method in java class, > > but calling same method from web service using Axis gives this error : > > > > java.lang.NoClassDefFoundError: > > org/apache/hadoop/hbase/filter/WritableByteArrayComparable > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Unknown Source) > > at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:177) > > at java.security.AccessController.doPrivileged(Native Method > > > > > > I have hbase-0.94.6-cdh4.3.0-security.jar > > > > jaxb-api-2.2.2.jar, jaxb-impl-2.2.3-1.jar in class path in eclipse. > > > > > > > > > > > > -- > > View this message in context: > http://apache-hbase.679495.n3.nabble.com/calling-hbase-method-in-web-service-using-Axis-tp4048294.html > > Sent from the HBase User mailing list archive at Nabble.com. > --14dae94ed6fd81843904e247644d--