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
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
gremlin> :remote console session
gremlin> ConfiguredGraphFactory.getGraphNames()
==>test1
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
gremlin> :remote console session
gremlin> ConfiguredGraphFactory.getGraphNames()
==>test1
v1.1.0
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
gremlin> :remote console session
gremlin> ConfiguredGraphFactory.getGraphNames()
org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException: Please add a key named "ConfigurationManagementGraph" to the "graphs" property in your YAML file and restart the server to be able to use the functionality of the ConfigurationManagementGraph class.

gremlin> :> ConfiguredGraphFactory.getGraphNames()
==>test1
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
gremlin> :remote console session
gremlin> ConfiguredGraphFactory.getGraphNames()
org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException: Please add a key named "ConfigurationManagementGraph" to the "graphs" property in your YAML file and restart the server to be able to use the functionality of the ConfigurationManagementGraph class.

gremlin> :> ConfiguredGraphFactory.getGraphNames()
==>test1
Here if i put :> ConfiguredGraphFactory.getGraphNames() then it is successful Anyone facing similar issue?
2 Replies
Wleong
WleongOP2mo ago
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.
Wleong
WleongOP2mo ago
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 ?
Want results from more Discord servers?
Add your server