我在Mac上安装了Go(1.8.0)(10.10然后升级到10.12),然后按照https://github.com/aerospike/aerospike-client-go的步骤在我的机器上获取Aerospike客户端库。
我们已经创建了代码,并使用我们的远程服务器IP地址,以便在同事上使用Aerospike'机器以及在Google Cloud上运行的VM。此代码在我的机器上不起作用。我甚至尝试过aerospike-client-go README中的测试代码,我也得到了同样的错误:{
"timestamp": "2017-05-10T18:15:21.812+0000",
"status": 400,
"error": "Bad Request",
"exception": "org.springframework.web.multipart.support.MissingServletRequestPartException",
"message": "Required request part 'file' is not present",
"path": "/api/upload"
}
我能够在端口3000上ping这些IP地址而没有任何问题。
是否存在可能需要更改的配置(环境变量等)才能实现此目的?