[ 
https://issues.apache.org/jira/browse/TINKERPOP-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1512.
---------------------------------------
       Resolution: Fixed
         Assignee: stephen mallette
    Fix Version/s: 3.2.3
                   3.1.5

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).

> gremlin-server-classic.yaml is broken
> -------------------------------------
>
>                 Key: TINKERPOP-1512
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1512
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.2.2
>            Reporter: Robert Dale
>            Assignee: stephen mallette
>             Fix For: 3.1.5, 3.2.3
>
>
> {noformat}
> [WARN] GremlinExecutor - Could not initialize gremlin-groovy ScriptEngine 
> with scripts/complex-lifecycle.groovy as file does not exist
> {noformat}
> References missing script *scripts/complex-lifecycle.groovy*.  This usually 
> sets the traversal *g*.  So it breaks clients expecting *g* to exist on the 
> server.
> {noformat}
> 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> 
> {noformat}
> Server configs should have sane defaults. 



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

Reply via email to