ArangoDB-Community / arangodb-tinkerpop-provider

An implementation of the Tinkerpop OLTP Provider for ArangoDB
Apache License 2.0
84 stars 16 forks source link

Can't install provider in gremlin3.3.4 #56

Closed lych4o closed 4 years ago

lych4o commented 4 years ago

I followed the guide in https://github.com/ArangoDB-Community/arangodb-tinkerpop-provider/wiki/Console and got this:

gremlin> :install org.arangodb arangodb-tinkerpop-provider 2.0.2
==>Error grabbing Grapes -- [unresolved dependency: org.arangodb#arangodb-tinkerpop-provider;2.0.2: not found]
arcanefoam commented 4 years ago

I would guess that it is failing to find the provider in the maven repository. Not sure if the console uses its own maven or the one in your system. Either way, make sure they have access to the maven reposotory. If you are using a local/private maven repository make sure that one can access the Internet one.

On Tue, 14 Jan 2020, 12:34 lych4o, notifications@github.com wrote:

I followed the guide in https://github.com/ArangoDB-Community/arangodb-tinkerpop-provider/wiki/Console and got this:

gremlin> :install org.arangodb arangodb-tinkerpop-provider 2.0.2 ==>Error grabbing Grapes -- [unresolved dependency: org.arangodb#arangodb-tinkerpop-provider;2.0.2: not found]

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ArangoDB-Community/arangodb-tinkerpop-provider/issues/56?email_source=notifications&email_token=AAQOU3J7Q77PKRD7CJQ75MTQ5WWM7A5CNFSM4KGSISB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGBJFDA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQOU3L7AJHS7XVQGLP76L3Q5WWM7ANCNFSM4KGSISBQ .

lych4o commented 4 years ago

I would guess that it is failing to find the provider in the maven repository. Not sure if the console uses its own maven or the one in your system. Either way, make sure they have access to the maven reposotory. If you are using a local/private maven repository make sure that one can access the Internet one. On Tue, 14 Jan 2020, 12:34 lych4o, @.***> wrote: I followed the guide in https://github.com/ArangoDB-Community/arangodb-tinkerpop-provider/wiki/Console and got this: gremlin> :install org.arangodb arangodb-tinkerpop-provider 2.0.2 ==>Error grabbing Grapes -- [unresolved dependency: org.arangodb#arangodb-tinkerpop-provider;2.0.2: not found] — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#56?email_source=notifications&email_token=AAQOU3J7Q77PKRD7CJQ75MTQ5WWM7A5CNFSM4KGSISB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGBJFDA>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQOU3L7AJHS7XVQGLP76L3Q5WWM7ANCNFSM4KGSISBQ .

I'm sorry that I'm new to maven. I don't know where to put these config code if I just want to use arangodb as the backend of gremlin-console:

<dependencies>
  <dependency>
    <groupId>org.arangodb</groupId>
    <artifactId>arangodb-tinkerpop-provider</artifactId>
    <version>2.0.2</version>
  </dependency>
    ....
</dependencies>