Hyperledger Composer 部署到多个组织身份错误

Hyperledger Composer deployment to Multiple Orgs Identity Error

我正在研究并尝试按照教程将 Hyperledger Composer 业务网络部署到 Fabric Multiple Org https://hyperledger.github.io/composer/latest/tutorials/deploy-to-fabric-multi-org

我已经完全按照要求完成了所有步骤。

我在 composer ping 步骤

中遇到错误
composer network ping -c alice@trade-network

"Error trying to ping. Error: 2 UNKNOWN: error executing chaincode: transaction returned with failure: Error: The current identity, with the name 'admin' and the identifier '29ab231d7527bdad3784fc6ea332f401e4fa493f1721d7b96621cacde5e34149', has not been registered"

前面的所有步骤都运行良好,命令成功。我正在使用 Composer v0.19

我猜这一定是在从 composer.bluemix 导出 'trade-network.bna' 业务定义并在此处使用时出现的错误。 我不太确定这一步。

我正在使用这个代码脚本,并根据最新的 composer 版本和教程文档更改了代码。 https://www.skcript.com/svr/simple-steps-to-run-hyperledger-fabric-composer-network-with-multiple-organization/

我被卡住了,不知道如何解决这个问题!请帮忙。 谢谢

是的,我明白了。我刚刚从 skript 教程开始网络,并使用 Composer 文档中的教程部署到多个组织。这次问题没有出现。 也许 skcript 教程有旧的基于作曲家的代码。

谢谢