Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] OSGI bundle class method mismatch

All:

Somewhat off-topic but I am getting this error trying to build an OSGI bundle (for use with Karaf) of
accumulo and geomesa.

Caused by: java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.accumulo.core.data.Range.exact(Lorg/apache/hadoop/io/Text;)Lorg/apache/accumulo/core/data/Range;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoaderJava5) of the current class, org/locationtech/geomesa/accumulo/data/AccumuloMetadataAdapter$class, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoaderJava5) for the method's defining class, org/apache/accumulo/core/data/Range, have different Class objects for the type org/apache/hadoop/io/Text used in the signature
All our maven pom files specify the specific version of hadoop. Has anyone seen this issue and have any thoughts?


--
========= mailto:dboyd@xxxxxxxxxxxxxxxxx ============
David W. Boyd
VP,  Data Solutions
10432 Balls Ford, Suite 240
Manassas, VA 20109
office:   +1-703-552-2862
cell:     +1-703-402-7908
============== http://www.incadencecorp.com/ ============
ISO/IEC JTC1 WG9, editor ISO/IEC 20547 Big Data Reference Architecture
Chair ANSI/INCITS TC Big Data
Co-chair NIST Big Data Public Working Group Reference Architecture
First Robotic Mentor - FRC, FTC - www.iliterobotics.org
Board Member- USSTEM Foundation - www.usstem.org

The information contained in this message may be privileged
and/or confidential and protected from disclosure.
If the reader of this message is not the intended recipient
or an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited.  If you have received this communication
in error, please notify the sender immediately by replying to
this message and deleting the material from any computer.



Back to the top