Fabric REST API 无法为新添加的组织启动 API

Fabric REST API fails to bring up the API for the newly added organization

我正在使用 Altoros - Fabric Rest to have API to Fabric network. When I am trying to add a new organization like Adding an ORG to a channel,我在调出新组织的 docker 撰写文件时遇到错误。

REST API 适用于已存在于网络中的组织。 我检查了日志,这是什么错误。

_connect - timed out after:5000

api.ORG3.example.com         | [2018-04-26 13:02:22.491] [ERROR] peer-listener - (((((((((((( Got block error )))))))))))

api.ORG3.example.com         | [2018-04-26 13:02:22.492] [ERROR] peer-listener - Error: Unable to connect to the peer event hub

无法得到任何东西,还查看了 Event Hub 的 Fabric sdk。

提前致谢。

在新组织 addition.Full 后重新启动 API 服务器后工作 addition.Full 在此处回答 Fabric Altoros