Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] accumuloQuickStart tutorial

Hi Rasel,

You are probably missing jars in your geoserver WEB-INF/lib. If you look in the geoserver logs, there will likely be class not found exceptions. Follow the instructions here to install the correct accumulo and hadoop jars:

http://www.geomesa.org/documentation/user/installation_and_configuration.html#for-accumulo

If you're using 1.3.x, you will need geoserver 2.9.x, not 2.8.x as mentioned in the docs.

Thanks,

Emilio

On 11/05/2016 06:45 AM, Rasel Ahmed wrote:
After run give this output:


Creating feature-type (schema):  AccumuloQuickStart
Configured server-side iterators do not match client version - client version: 1.3.0-m1, server version: 1.2.6
Creating new features
Inserting new features
Submitting query
1.  Bierce|589|Sat Jul 05 12:02:15 BDT 2014|POINT (-76.88146600670152 -37.40156607152168)|null
2.  Bierce|886|Wed Jul 23 00:12:36 BDT 2014|POINT (-76.59795732474399 -37.18420917493149)|null
3.  Bierce|394|Sat Aug 02 05:55:05 BDT 2014|POINT (-77.42555615743139 -37.26710898726304)|null
4.  Bierce|343|Wed Aug 06 14:59:22 BDT 2014|POINT (-76.66826220670282 -37.44503877750368)|null
5.  Bierce|259|Fri Aug 29 01:59:30 BDT 2014|POINT (-76.90122194030118 -37.148525741002466)|null
6.  Bierce|640|Mon Sep 15 01:48:25 BDT 2014|POINT (-77.36222958792739 -37.13013846773835)|null
7.  Bierce|322|Wed Jul 16 03:09:42 BDT 2014|POINT (-77.01760098223343 -37.30933767159561)|null
8.  Bierce|925|Mon Aug 18 09:28:33 BDT 2014|POINT (-76.5621106573523 -37.34321201566148)|null
9.  Bierce|931|Sat Jul 05 04:25:38 BDT 2014|POINT (-76.51304097832912 -37.49406125975311)|null
Submitting secondary index query
Feature ID Observation.859 | Who: Bierce
Feature ID Observation.355 | Who: Bierce
Feature ID Observation.940 | Who: Bierce
Feature ID Observation.631 | Who: Bierce
Feature ID Observation.817 | Who: Bierce
Submitting secondary index query with sorting (sorted by 'What' descending)
Feature ID Observation.999 | Who: Addams | What: 999
Feature ID Observation.996 | Who: Addams | What: 996
Feature ID Observation.993 | Who: Addams | What: 993
Feature ID Observation.990 | Who: Addams | What: 990
Feature ID Observation.987 | Who: Addams | What: 987

Process finished with exit code 0

Program Arguments which are provided by me when configured.
-instanceId DIGITAL_OCEAN -zookeepers localhost:2181 -user root -password 12345678 -tableName myNamespace

Now i am  login geoserver,  click New data store, then click accumulo(geomesa) under vector data sources.
Then fill up the form.like

Data Source Name * geomesa_quick_start
Description GeoMesa quick start

instanceId *  DIGITAL_OCEAN  
zookeepers *        localhost:2181                    
user *        root
Password *   12345678
 others  keeped defaults
click save 
click publish layer.
now give me exception error

Attach a screenshot.
how to solve me this problem 




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


Back to the top