Description
[WARN] GremlinExecutor - Could not initialize gremlin-groovy ScriptEngine with scripts/complex-lifecycle.groovy as file does not exist
References missing script scripts/complex-lifecycle.groovy. This usually sets the traversal g. So it breaks clients expecting g to exist on the server.
gremlin> graph = EmptyGraph.instance() ==>emptygraph[empty] gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties') ==>graphtraversalsource[emptygraph[empty], standard] gremlin> g.V() org.apache.tinkerpop.gremlin.driver.exception.ResponseException: The traversal source [g] for alias [g] is not configured on the server. Type ':help' or ':h' for help. Display stack trace? [yN] gremlin>
Server configs should have sane defaults.
Not sure what happened here, but fixed with e4e629f8e069b80ac2f6c98c79be79dfef43d9f4 for tp31 3.1.5 and d0469a1405cfb166573db91fb7a19833a383034f for master and 3.2.3 (of course, i fixed it on master realizing too late it also needed a fix for tp31).