[ https://issues.apache.org/jira/browse/TINKERPOP-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17785983#comment-17785983 ]
ASF GitHub Bot commented on TINKERPOP-3013: ------------------------------------------- vkagamlyk commented on PR #2341: URL: https://github.com/apache/tinkerpop/pull/2341#issuecomment-1810710363 VOTE +1 > Console not sending scripts to the server when :remote console is enabled > ------------------------------------------------------------------------- > > Key: TINKERPOP-3013 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3013 > Project: TinkerPop > Issue Type: Bug > Components: console > Affects Versions: 3.7.0 > Reporter: Stephen Mallette > Priority: Blocker > > Not sure what's happening but commands seem to be only executing locally: > {code} > gremlin> :remote connect tinkerpop.server conf/remote.yaml > ==>Configured localhost/127.0.0.1:8182 > gremlin> :remote console > ==>All scripts will now be sent to Gremlin Server - > [localhost/127.0.0.1:8182] - type ':remote console' to return to local mode > gremlin> g.V().count() > No such property: g for class: groovysh_evaluate > Type ':help' or ':h' for help. > Display stack trace? [yN]n > gremlin> :> g > ==>graphtraversalsource[tinkergraph[vertices:10000 edges:116974], standard] > gremlin> :> g.V().count() > ==>10000 > {code} > Only tested on 3.7.0 - could be bad on earlier versions. not sure.... -- This message was sent by Atlassian Jira (v8.20.10#820010)