作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
似乎 Gremlin 控制台不适用于 Windows:
我下载了最新的 Gremlin 控制台并运行 bin\gremlin.bat 文件。似乎在连接(如下面的命令)并运行一个简单的远程命令(g.V(123).count())后,我收到一个错误:
The most significant bit should be set according to the format
这是我运行的命令:
PS C:\Users\L836423\Downloads\apache-tinkerpop-gremlin-console-3.4.7-bin\apache-tinkerpop-gremlin-console-3.4.7\bin> .\gremlin.bat
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> :remote connect tinkerpop.server conf/remote.yaml
log4j:WARN No appenders could be found for logger (com.jcabi.manifests.Manifests).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
==>Configured my_gremlin_dns.com/55.222.88.111:8182
gremlin> :remote console
==>All scripts will now be sent to Gremlin Server - [my_gremlin_dns.com/55.222.88.111:8182] - type ':remote console' to return to local mode
gremlin> g.V(123).count()
The most significant bit should be set according to the format
Type ':help' or ':h' for help.
Display stack trace? [yN]
gremlin>
最佳答案
当您连接的服务器不支持较新版本的 TinkerPop 使用的 Graph Binary 字符串序列化时,就会发生这种情况。您将需要使用较旧的客户端。找出服务器支持的级别并使用相应的 Gremlin Client 版本。
具体来说,该更改作为 3.4.3 版本的一部分进入 Gremlin 客户端。您的服务器至少需要是该版本才能使用 Gremlin 客户端 >= 3.4.3
在 3.4.3 中,Gremlin 客户端的默认序列化程序已更改为 GraphBinary。您也可以编辑客户端读取的 YAML 文件中的设置以使用不同的序列化程序。
关于Windows 错误 "The most significant bit.."的 Gremlin 控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63249944/
我是一名优秀的程序员,十分优秀!