无法在 CLI 中使用 composer 向参与者实例颁发身份

Failed to issue an identity to a participant instance with composer in CLI

我已经按照https://hyperledger.github.io/composer/managing/participant-add.html to add a participant instance successfully. But when issuing an identity to that participant instance by instruction in https://hyperledger.github.io/composer/managing/identity-issue.html中的说明进行操作,但收到如下错误信息:

错误:尝试查询链代码时出错。错误:链代码错误(状态:500,消息:错误:ID 为“$sysregistries”的集合中 ID 为 'Participant:resource:net.biz.PropertyNetwork.Person' 的对象不存在)

你能给我一些提示,让我可以继续解决这个问题吗?

非常感谢!

语法是(例如)

 composer identity issue -p hlfv1 -n 'digitalproperty-network' -i admin -s adminpw -u maeid1 -a "net.biz.digitalPropertyNetwork.Person#mae@biznet.org" 

将更新文档。应删除 -a 参数中的 'resource:'。