gpt4 book ai didi

java - 连接到 MacOS 上 vagrant 虚拟机中运行的 aerospike

转载 作者:行者123 更新时间:2023-11-30 02:10:28 26 4
gpt4 key购买 nike

我按照上述步骤在我的 Mac 上安装了 aerospike - https://www.aerospike.com/docs/operations/install/vagrant/mac/index.html 我可以在系统上打开 AMC 控制台,但无法通过 Java aerospike 客户端连接到 aerospike

我正在我的 Java 代码中创建如下所示的 AerospikeClient。

new AerospikeClient("172.28.128.3", 8081);

出现以下错误。谁能告诉我问题出在哪里。

Factory method 'aerospikeClient' threw exception; nested exception is com.aerospike.client.AerospikeException$Connection: Error Code 11: Failed to connect to host(s): 
172.28.128.3 8081 java.io.EOFException

最佳答案

尝试连接到port 3000 ,而不是 8081。该端口仅开放以允许 AMC 从 macOS 端连接到集群。

安装tools package对于 macOS 并尝试以下操作:

asinfo -h "172.28.128.3" -v version

关于java - 连接到 MacOS 上 vagrant 虚拟机中运行的 aerospike,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50268283/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com