GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[BUG] Connecting via Gremlin-Console with doc has some ERROR

Open JackyYangPassion opened this issue 2 years ago • 0 comments

Describe the bug

gremlin> :remote connect tinkerpop.server conf/remote.yaml

Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0

To Reproduce Steps to reproduce the behavior:

  1. config remote.yaml

serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { serializeResultToString: true }}

  1. gremlin> :remote connect tinkerpop.server conf/remote.yaml

  2. See error Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0

Screenshots image

Environment (please complete the following information):

  • GraphScope version: v0.24.0
  • OS: MacOS

Additional context Add any other context about the problem here.

JackyYangPassion avatar Nov 06 '23 08:11 JackyYangPassion