Skip to main content

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

On 28/05/15 22:17, Jim Hughes wrote:
Luca,

Sorry for the trouble.  Generally, whenever we see an AccumuloServerException, we
have to go to the tablet server and check the tserver logs for more details.
Occasionally, the Accumulo monitor web ui will have sufficient details.

If you can pass along a stack trace from there, it will likely help quite a bit.

That's the thing (which I forgot to mention): nothing shows on Accumulo logs;
actually, all the *.err files under $ACCUMULO_HOME/logs have 0 length.


There is a big difference between a WFS/GeoJSON request and a WMS request: the
former returns all the data while the latter asks for a projection of it.  WMS
only needs the geometry, and that transformation is handled server-side.  With the
logs, we'll be able to figure out if the problem is a known one addressed in the
last two release candidates or if it still affects rc.7.

I will upgrade GeoMesa to rc.7 and let you know


Other than that, it looks like you are running Accumulo as a stand-alone node.
One gotcha I have hit with that is not changing the machine names in the Accumulo
config from 'localhost' to the something which will resolve via DNS for the client
connecting to Accumulo.

I duly changed masters and slaves configurations files to point to my laptop name, same for the "instance.zookeeper.host" property in the accumulo-site.xml and the zookeeper field in the Accumulo datastore definition in GeoServer: Id did not help.

Thanks for your time and patience,

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