作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我按照上述步骤在我的 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/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!