Hi, I have embedded the hbase-0.94.8.jar and other required jars in my OSGi bundle. The hbase-0.94.8 jar does have the following class - org.apache.hadoop.hbase.ipc.WritableRpcEngine.
I am still getting the following exception - java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.ipc.WritableRpcEngine not found from bundle [java_cartridge] at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1004) at org.apache.hadoop.hbase.ipc.HBaseRPC.getProtocolEngine(HBaseRPC.java:99) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.ensureZookeeperTrackers(HConnectionManager.java:630) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:882) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:857) at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:233) at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:173) at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:132) at com.oracle.cep.hbase.impl.HBaseConnection.<init>(HBaseConnection.java:103) What could be the cause and solution for this? Thanks in advance for any help. Rgds, Yogesh -- View this message in context: http://apache-hbase.679495.n3.nabble.com/java-lang-RuntimeException-java-lang-ClassNotFoundException-org-apache-hadoop-hbase-ipc-WritableRpcEd-tp4047442.html Sent from the HBase User mailing list archive at Nabble.com.