[ 
https://issues.apache.org/jira/browse/TINKERPOP-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15478381#comment-15478381
 ] 

Gabor Szarnyas commented on TINKERPOP-1430:
-------------------------------------------

No, I encountered the issue on an Ubuntu 14.04 workstation without Docker.

Steps to reproduce: grab a fresh version of TinkerPop and run the following 
commands. These clean up the caches and try to install neo4j-gremlin:

rm -rf ~/.groovy/grapes ~/.m2/repository
echo ":install org.apache.tinkerpop neo4j-gremlin 3.2.1" > script.gremlin
bin/gremlin.sh < script.gremlin

For me, this results in the following output:

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.2.1
==>Error grabbing Grapes -- [unresolved dependency: 
com.github.jeremyh#jBCrypt;jbcrypt-0.4: not found]
gremlin> 


> Cannot install neo4j-gremlin from Gremlin Console
> -------------------------------------------------
>
>                 Key: TINKERPOP-1430
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1430
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>            Reporter: Gabor Szarnyas
>            Priority: Minor
>
> The install command cannot resolve jbcrypt as it is only available from 
> jitpack.io: 
> https://groups.google.com/d/msg/gremlin-users/ZUfKJBWYJp0/0y1OcOzsAgAJ
> gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.2.1
> ==>Error grabbing Grapes -- [unresolved dependency: 
> com.github.jeremyh#jBCrypt;jbcrypt-0.4: not found]
> Adding jitpack to the Grape configuration 
> (docker/resources/groovy/grapeConfig.xml) resolves this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to