Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-dev] Accumulo Data Store

Nice. Looks like we already have a pull request for fixing the issue. 

https://github.com/locationtech/geomesa/pull/1014

> On Aug 7, 2016, at 8:21 PM, Dave Sousa <dasousa@xxxxxxxxxxx> wrote:
> 
> Anthony,
> 
> Success!!  Looks like the documentation is good.  This jar is listed in the
> installation instructions under Accumulo 1.7+:
> htrace-core-3.1.0-incubating.jar.
> However, I used install-hadoop-accumulo.sh, and the htrace jar is not
> included in the script.  I added the jar manually to WEB-INF/lib, and was
> redirected to the New Layer page as expected.
> 
> I can download the jar manually in the Vagrant provisioning script.  Thanks
> for your help.
> 
> Dave
> 
> -----Original Message-----
> From: geomesa-dev-bounces@xxxxxxxxxxxxxxxx
> [mailto:geomesa-dev-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Anthony Fox
> Sent: Sunday, August 07, 2016 7:51 PM
> To: Discussions between GeoMesa committers <geomesa-dev@xxxxxxxxxxxxxxxx>
> Subject: Re: [geomesa-dev] Accumulo Data Store
> 
> 
> Yup, that's what I expected.  I wonder if our documentation is not up to
> date for Accumulo 1.7.x.  Looks like you'll need to add apache htrace to the
> Geoserver WEB-INF/lib directory.  If you go through a few of these jars, let
> me know what you finally end up with and I'll update the docs.
> 
> Dave Sousa <dasousa@xxxxxxxxxxx> writes:
> 
>> Found the error in localhost.2016-08-07.log, not catalina.out.  Looks 
>> like a missing jar.
>> 
>> Aug 07, 2016 11:40:58 PM org.apache.catalina.core.StandardWrapperValve
>> invoke
>> SEVERE: Servlet.service() for servlet [dispatcher] in context with 
>> path [/geoserver] threw exception [Handler processing failed; nested 
>> exception is
>> java.lang.NoClassDefFoundError: org/apache/htrace/Trace] with root 
>> cause
>> java.lang.NoClassDefFoundError: org/apache/htrace/Trace
>>        at org.apache.accumulo.core.trace.Tracer.traceInfo(Tracer.java:29)
>>        at
>> org.apache.accumulo.core.client.impl.ConnectorImpl$1.execute(Connector
>> Impl.j
>> ava:70)
>> @
>> 
>> 
>> -----Original Message-----
>> From: geomesa-dev-bounces@xxxxxxxxxxxxxxxx
>> [mailto:geomesa-dev-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Anthony Fox
>> Sent: Sunday, August 07, 2016 7:09 PM
>> To: Discussions between GeoMesa committers 
>> <geomesa-dev@xxxxxxxxxxxxxxxx>
>> Subject: Re: [geomesa-dev] Accumulo Data Store
>> 
>> 
>> Dave,
>> 
>> Usually this means there's something missing on the classpath.
>> Geoserver tends to swallow the exception in the http response.  Try
>> this: load up the network tab in Firebug or Chrome debug tools.  Then, 
>> click the save button again.  Look at the network communication in the 
>> debug tool output.  If there's an exception, send it back to the 
>> mailing list.  That'll help sort things out.
>> 
>> Thanks,
>> Anthony
>> 
>> 
>> Dave Sousa <dasousa@xxxxxxxxxxx> writes:
>> 
>>> I'm using the following configuration in a VirtualBox instance, and 
>>> trying to run the Accumulo quick start tutorial:
>>> 
>>> 
>>> 
>>> HADOOP_VERSION=2.7.2
>>> 
>>> ACCUMULO_VERSION=1.7.2
>>> 
>>> ZOOKEEPER_VERSION=3.4.8
>>> 
>>> GEOSERVER_VERSION=2.8.1
>>> 
>>> GEOTOOLS_VERSION=14.1
>>> 
>>> GEOMESA_VERSION=1.2.4
>>> 
>>> TOMCAT_VERSION=7.0.70
>>> 
>>> 
>>> 
>>> Unfortunately, when I try to create an Accumulo data store following 
>>> the instructions in the tutorial, the add data store page in 
>>> GeoServer does not refresh after clicking Save.  I'm not seeing any 
>>> errors in catalina.out, or the GeoServer logs.  At this point, I'm 
>>> stumped about what the problem could be.  Any suggestions on possible 
>>> places to look for
>> clues?
>>> 
>>> 
>>> 
>>> The Zookeeper and Accumulo logs look OK as well.
>>> 
>>> 
>>> 
>>> Dave
>>> 
>>> _______________________________________________
>>> geomesa-dev mailing list
>>> geomesa-dev@xxxxxxxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or 
>>> unsubscribe from this list, visit 
>>> http://locationtech.org/mailman/listinfo/geomesa-dev
>> _______________________________________________
>> geomesa-dev mailing list
>> geomesa-dev@xxxxxxxxxxxxxxxx
>> To change your delivery options, retrieve your password, or 
>> unsubscribe from this list, visit 
>> http://locationtech.org/mailman/listinfo/geomesa-dev
>> 
>> _______________________________________________
>> geomesa-dev mailing list
>> geomesa-dev@xxxxxxxxxxxxxxxx
>> To change your delivery options, retrieve your password, or 
>> unsubscribe from this list, visit 
>> http://locationtech.org/mailman/listinfo/geomesa-dev
> _______________________________________________
> geomesa-dev mailing list
> geomesa-dev@xxxxxxxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit http://locationtech.org/mailman/listinfo/geomesa-dev
> 
> _______________________________________________
> geomesa-dev mailing list
> geomesa-dev@xxxxxxxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> http://locationtech.org/mailman/listinfo/geomesa-dev



Back to the top