Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] GeoMesa points not displayed on GeoServer...

...although I can download them with a WFS call.

I was able to load data into Accumulo, download them (including geometries) as GeoJSON, but not display them using WMS (as in the GeoServer OpenLayers preview).

Similar issues have been raised before, but I was not able to find a solution that fit my case.

These are the relevant JARs in GeoServer
hadoop-hdfs-2.6.0.jar
hadoop-mapreduce-client-shuffle-2.6.0.jar
hadoop-mapreduce-client-jobclient-2.6.0.jar
hadoop-mapreduce-client-core-2.6.0.jar
hadoop-mapreduce-client-common-2.6.0.jar
hadoop-mapreduce-client-app-2.6.0.jar
libthrift-0.9.1.jar
accumulo-trace-1.5.1.jar
geomesa-quickstart-1.0-SNAPSHOT.jar.disabled
commons-configuration-1.6.jar
accumulo-fate-1.5.1.jar
accumulo-core-1.5.1.jar
zookeeper-3.4.6.jar
hadoop-annotations-2.6.0.jar
hadoop-auth-2.6.0.jar
hadoop-nfs-2.6.0.jar
hadoop-common-2.6.0.jar
geomesa-plugin-accumulo1.5-1.0.0-rc.5-SNAPSHOT-geoserver-plugin.jar

My rig is: Java 8 + Hadoop 2.6 + Spark 1.3.0 + Accumulo 1.5.1 + GeoMesa rc5 +
GeoServer 2.5.2

This is the relevant GeoServer log:
28 May 16:11:25 DEBUG [geotools.rendering] - Querying layer http://aurin.org.au:atraffic with bbox: ReferencedEnvelope[138.565883916015 : 138.628495083985, -34.958251578125 : -34.882711421875] 28 May 16:11:25 WARN [impl.TabletServerBatchReaderIterator] - Error on server 127.0.0.1:9997 org.apache.accumulo.core.client.impl.AccumuloServerException: Error on server 127.0.0.1:9997 at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.doLookup(TabletServerBatchReaderIterator.java:712) at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator$QueryTask.run(TabletServerBatchReaderIterator.java:369) at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
        at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.thrift.TApplicationException: Internal error processing startMultiScan at org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71)
at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_startMultiScan(TabletClientService.java:294) at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.startMultiScan(TabletClientService.java:274) at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.doLookup(TabletServerBatchReaderIterator.java:652)
        ... 7 more

Regards,

Luca Morandini
Data Architect - AURIN project
Melbourne eResearch Group
Department of Computing and Information Systems
University of Melbourne
Tel. +61 03 903 58 380
Skype: lmorandini


Back to the top