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

Frank,

There are at least two possibilities that leap out to us here:

1.  The GeoMesa build process makes two GeoServer plugin JARs:
      geomesa-plugin-accumulo1.5-1.0.0-rc.7-geoserver-plugin.jar
      geomesa-plugin-accumulo1.5-1.0.0-rc.7.jar

    You want the former (with the longer name and the much
    larger file size), not the latter.

2.  Are there any of the other dependent JARs that are missing from your
geoserver/WEB-INF/lib directory as listed in the GeoMesa Deployment
Guide (http://www.geomesa.org/geomesa-deployment/)?

Please let us know if neither of these suggestions helps.

Thanks!

Sincerely,
  -- Chris


On Thu, 2015-05-21 at 16:18 -0400, Gouineau wrote:
> Hi,
> 
>  
> 
> I’m having trouble instaling geomesa plugin to geoserver.
> 
> Geoserver is running without any error until I go to any page of
>  GeoMesa where I get this error :
> 
>  
> 
> On the “Data Stores” page :
> 
> 2015-05-21 16:15:16.905::WARN:  /geoserver/geomesa/ingest/rate
> 
> org.locationtech.geomesa.shade.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: org/locationtech/geomesa/shade/commons/httpclient/HttpClient
> 
>         at
> org.locationtech.geomesa.shade.google.common.cache.LocalCache
> $Segment.get(LocalCache.java:2232)
> 
>  
> 
>  
> 
> On the “Hadoop Status” page : 
> 
> org.apache.wicket.WicketRuntimeException: Can't instantiate page using
> constructor public
> org.locationtech.geomesa.plugin.ui.HadoopStatusPage()
> 
>        at
> org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212)
> 
> 
> 
>  
> 
> Do you have any idea of what is happening ?
> 
>  
> 
> Also, do you plan on creating a virtual machine with geoserver+geomesa
> plugin or using Docker ?
> 
>  
> 
> Thanks,
> 
>  
> 
> Frank Gouineau
> 
> 
> _______________________________________________
> 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