Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] geotools FactoryNotFoundException - No FilterFactory

Ok.   These were older accumulo versions (little VMs on our laptops).

Our new 1.7.2 cluster is now up but we are getting this error:

MinC failed (java.lang.ClassNotFoundException: org.locationtech.geomesa.accumulo.data.stats.StatsCombiner) to create hdfs://nameservice1/accumulo/tables/m/t-000008p/F00001zs.rf_tmp retrying ...
2017/03/10 21:55:38,263 tserver:bdpnode3.bdpdev.incadencecorp.com    2
ERROR
java.lang.ClassNotFoundException: org.locationtech.geomesa.accumulo.data.stats.StatsCombiner java.io.IOException: java.lang.ClassNotFoundException: org.locationtech.geomesa.accumulo.data.stats.StatsCombiner at org.apache.accumulo.core.iterators.IteratorUtil.loadIterators(IteratorUtil.java:273) at org.apache.accumulo.core.iterators.IteratorUtil.loadIterators(IteratorUtil.java:237) at org.apache.accumulo.core.iterators.IteratorUtil.loadIterators(IteratorUtil.java:218) at org.apache.accumulo.core.iterators.IteratorUtil.loadIterators(IteratorUtil.java:199) at org.apache.accumulo.tserver.tablet.Compactor.compactLocalityGroup(Compactor.java:345) at org.apache.accumulo.tserver.tablet.Compactor.call(Compactor.java:217) at org.apache.accumulo.tserver.tablet.MinorCompactor.call(MinorCompactor.java:98) at org.apache.accumulo.tserver.tablet.Tablet.minorCompact(Tablet.java:968) at org.apache.accumulo.tserver.tablet.MinorCompactionTask.run(MinorCompactionTask.java:84) at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35) at org.apache.htrace.wrappers.TraceRunnable.run(TraceRunnable.java:57) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.locationtech.geomesa.accumulo.data.stats.StatsCombiner at org.apache.commons.vfs2.impl.VFSClassLoader.findClass(VFSClassLoader.java:178)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.loadClass(AccumuloVFSClassLoader.java:110) at org.apache.accumulo.core.iterators.IteratorUtil.loadClass(IteratorUtil.java:293) at org.apache.accumulo.core.iterators.IteratorUtil.loadIterators(IteratorUtil.java:258)
        ... 14 more
On 3/10/17 3:40 PM, Emilio Lahr-Vivaz wrote:
Hi Dave,

It's likely the commons-vfs2.jar version in your Accumulo instance - GeoMesa requires 2.1 or later. More details here:

http://www.geomesa.org/documentation/user/accumulo/install.html#installing-the-accumulo-distributed-runtime-library

Thanks,

Emilio

On 03/10/2017 02:56 PM, David Boyd wrote:
All:

   Another dumb question on our path to upgrade to 1.3.0

We are getting this error in Accumulo when trying to access data.

On our client we just get server error exceptions.




_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users

--
========= 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