【发布时间】:2019-12-05 13:49:36
【问题描述】:
我已经下载了 apache-tinkerpop-gremlin-server-3.4.4 并尝试从 gremlin.net 连接它。
我收到一个错误:
ServerError: Could not deserialize the JSON value as required. Nested exception: org.apache.tinkerpop.shaded.jackson.core.JsonParseException: Unexpected character ('@' (code 64))
我认为服务器需要配置为使用文档中提到的 Graphson 2.0,但我找不到如何这样做。
任何有关配置 tinkerpop gremlin 服务器以使用 Graphson 2.0 的帮助都将得到帮助。
【问题讨论】:
标签: gremlin tinkerpop3 gremlin-server