Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Quickstart fails

I just got it to work!  I was digging around tearing my hair out and saw an old accumulo-site.xml online and noticed this:

  <property>
    <name>general.dynamic.classpaths</name>
    <value>/etc/accumulo/lib/ext/[^.].*.jar</value>
    <description>Classpaths that accumulo checks for updates and class files to dynamically load.</description>
  </property>

The one on my machine did NOT have the [^.].*.jar on it.  So I changed it to match the above and restarted and viola it worked!!

Thanks to everybody for the help!

On 03/13/2015 11:38 AM, David J. Bakeman wrote:
I am trying out geomesa and have not been able to figure out why I get the following error in my tserver logs when I try to run the quickstart test.

java.io.IOException: java.lang.ClassNotFoundException: org.locationtech.geomesa.core.iterators.SpatioTemporalIntersectingIterator


The tables are created and they have data.

Note I am trying this on accumulo 1.6.1 so I am using the accumulo6 branch of geomesa.  I built the geomesa jar and copied it to ACCUMULO_HOME/lib/ext and I built the geomesa-quickstart against the geomesa6 I built per instructions from geomesa1.6 even though I am not using cloudera it helped.  Also I just used the accumulo6 branch I have not tried to merge it to the latest.

I suspect I am configuring something wrong in accumulo (I've never used accumulo before) but I don't know how to figure it out.  accumulo classpath shows the geomesa jar and jar tf on the jar reports the class?

I am running accumulo/hadoop/zookeeper on my laptop running fedora 21.

Any ideas?

Thanks.


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


Back to the top