orientdb-gremlin icon indicating copy to clipboard operation
orientdb-gremlin copied to clipboard

error on installing orientdb plugin into gremlin console

Open rhdxmr opened this issue 5 years ago • 1 comments

gremlin> :install com.orientechnologies orientdb-gremlin 3.1.7
==>Conflicting module versions. Module [groovy-xml is loaded in version 2.5.14 and you are trying to load version 2.5.7
gremlin> :plugin use tinkerpop.orientdb
==>tinkerpop.orientdb could not be found - use ':plugin list' to see available plugins
gremlin> :plugin list
==>tinkerpop.server[active]
==>tinkerpop.gephi
==>tinkerpop.utilities[active]
==>tinkerpop.sugar
==>tinkerpop.credentials
==>tinkerpop.tinkergraph[active]
gremlin> 

rhdxmr avatar Feb 03 '21 09:02 rhdxmr

You should just remove the corresponding module in lib/ of your gremlin console folder.

mselite avatar Jul 28 '21 15:07 mselite