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


i have followed instruction in https://hyperledger.github.io/composer/managing/participant-add.html add participant instance successfully. when issuing identity participant instance instruction in https://hyperledger.github.io/composer/managing/identity-issue.html, got error message follows:

error: error trying query chaincode. error: chaincode error (status: 500, message: error: object id 'participant:resource:net.biz.propertynetwork.person' in collection id '$sysregistries' not exist)

would please give me hints can move forwards address problem?

thanks lot!

the syntax (eg.)

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

will doc updated. should remove 'resource:' in -a parameter.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -