Gremlin Console in v1.0.0 and v1.1.0
A weird behaviour i am facing in v1.0.0 and v1.1.0
v1.0.0
v1.1.0
Here if i put :> ConfiguredGraphFactory.getGraphNames() then it is successful
Anyone facing similar issue?
2 Replies
i am able to reproduce this issue in docker as well
https://github.com/waileong-leong/janusgraph_configured_docker/tree/1.0.0
https://github.com/waileong-leong/janusgraph_configured_docker/tree/1.1.0
GitHub
GitHub - waileong-leong/janusgraph_configured_docker at 1.0.0
Contribute to waileong-leong/janusgraph_configured_docker development by creating an account on GitHub.
GitHub
GitHub - waileong-leong/janusgraph_configured_docker
Contribute to waileong-leong/janusgraph_configured_docker development by creating an account on GitHub.
if i replace gremlin-console ./lib/gremlin-console-3.7.3.jar with 3.7.0, then the above is not happening
another workaround solution :
remove "JanusGraphGremlinPlugin" from "plugins.txt" and the gremlin console executes remotely like it should.
https://groups.google.com/g/gremlin-users/c/U2gIxmRcrI8/m/x12banhdAAAJ
@Bo should we remove "JanusGraphGremlinPlugin" from "ext/plugins.txt" by default ?