Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Geoserver GDELT Example Error

Hello!

Running through the quickstart guide (http://www.geomesa.org/geomesa-quickstart/), when it comes time for Geoserver to visualize the data I receive the following error:

ERROR [geotools.rendering] - 6
java.lang.ArrayIndexOutOfBoundsException: 6
	at org.locationtech.geomesa.accumulo.index.QueryStrategyDecider$.chooseStrategy(QueryStrategyDecider.scala:40)
	at org.locationtech.geomesa.accumulo.index.QueryPlanner$$anonfun$4$$anonfun$5$$anonfun$6.apply(QueryPlanner.scala:127)

I provided a truncated version of the stack trace because I searched the listerv and found others with similar "ArrayIndexOutOfBoundsException" errors e.g. https://locationtech.org/mhonarc/lists/geomesa-dev/msg00007.html

Looking through that conversation it seems a separate github repository was suggested (https://github.com/geomesa/geomesa-gdelt).

Wondering if you could perhaps update the main geomesa.com website to reflect this if that is indeed the correct way to ingest the gdelt data so it works.

Version Info:
geomesa 1.1.0.rc-2
accumulo 1.5.3
geoserver 2.5.2
hadoop 2.7.1
zookeeper 3.4.6

Best,
T

Back to the top