Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试帮助客户启动 RESTHeart 并连接到托管在 AmazonAWS 上的 MongoDB。yml 文件的启动看起来像是连接到我们的 MongoDB(附件中的黄色突出显示),但随后失败并出现绑定错误。尝试设置带有和不带有端口、IP 和主机名的 mongo-uri,结果都相同。我查看了 softinstigate 站点以寻求帮助或论坛,他们在这里提出了建议。任何建议或指导将不胜感激。
开启调试的状态日志
http 和 https 绑定到同一个地址。这是不可能的。
在日志中,我还发现了 Mongodb 版本:?
这通常是由于 restheart 没有与 mongodb 通信。您必须检查您的网络设置...
你能从运行 restheart 的主机远程登录到 mongodb 吗?