You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Andrew Holway <an...@gmail.com> on 2013/07/24 21:56:21 UTC

unsubscribe Re: calling hbase method in web service using Axis

On 24 July 2013 20:06, naveen.ara <na...@gmail.com> 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.

Re: unsubscribe Re: calling hbase method in web service using Axis

Posted by Ted Yu <yu...@gmail.com>.
Please email to user-unsubscribe@hbase.apache.org

On Wed, Jul 24, 2013 at 12:56 PM, Andrew Holway <an...@gmail.com>wrote:

> On 24 July 2013 20:06, naveen.ara <na...@gmail.com> 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.
>