Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Problem with geomesa geoserver plugin installation

Hi Luca,

I would try removing all those jars and just leaving the geomesa-plugin-accumulo1.5-1.0.0-rc.5-SNAPSHOT-geoserver-plugin.jar in geoserver. The hadoop page won't work, but you should still be able to add the data stores. The geomesa plugin jar is a shaded jar that contains all the other geomesa jars, so you don't want the other ones there.

Once you can get the data store to work, if you want the hadoop pages to work you can try copying the hadoop jars from your hadoop lib folder. E.g. in mine I have:

hadoop-annotations-2.2.0.jar
hadoop-auth-2.2.0.jar
hadoop-client-2.2.0.jar
hadoop-common-2.2.0.jar
hadoop-hdfs-2.2.0.jar
hadoop-mapreduce-client-app-2.2.0.jar
hadoop-mapreduce-client-common-2.2.0.jar
hadoop-mapreduce-client-core-2.2.0.jar
hadoop-mapreduce-client-jobclient-2.2.0.jar
hadoop-mapreduce-client-shuffle-2.2.0.jar
hadoop-yarn-api-2.2.0.jar
hadoop-yarn-client-2.2.0.jar
hadoop-yarn-common-2.2.0.jar
hadoop-yarn-server-common-2.2.0.jar

Thanks,

Emilio

On 03/31/2015 05:15 PM, Luca Morandini wrote:
On 01/04/15 00:06, Emilio Lahr-Vivaz wrote:
Hi Luca,

The GeoServer pages aren't necessary for normal GeoMesa use. We're going to be removing them from the main GeoMesa soon, actually. To use GeoMesa data stores, just use the regular 'add new data store' page and select the 'Accumulo Feature
Data Store'.

Thanks for the answer.

However, only the "Accumulo Coverage Format" is shown in the "New data source" page: I am clearly missing something.... let me look into the logs... here it is: 01 Apr 07:58:10 ERROR [wicket.Session] - Exception when detaching/serializing page
java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration

I copied under GeoServer the contents of geomesa-plugin/target and geomesa-assemble/target after building them: what am I still missing ?

Here's what sits in my GeoServer lib directory:
cascading-hadoop-2.5.5.jar
chill-hadoop-0.4.0.jar
geomesa-core-accumulo1.5-1.0.0-rc.5-SNAPSHOT.jar
geomesa-feature-accumulo1.5-1.0.0-rc.5-SNAPSHOT.jar
geomesa-filter-accumulo1.5-1.0.0-rc.5-SNAPSHOT.jar
geomesa-jobs-accumulo1.5-1.0.0-rc.5-SNAPSHOT.jar
geomesa-plugin-accumulo1.5-1.0.0-rc.5-SNAPSHOT-geoserver-plugin.jar
geomesa-plugin-accumulo1.5-1.0.0-rc.5-SNAPSHOT.jar

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
_______________________________________________
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