Error: 2 UNKNOWN: access denied: channel [contentbackchainchannel] creator org

谁说胖子不能爱 提交于 2019-12-02 21:29:55
Tariq

Try to use following commands,

Inside fabric-tools folder

./teardownFabric.sh
./startFabric.sh
./createPeerAdminCard.sh

Then go to business card and run following.

Make sure you already created archive file for your business card (tutorial-network):

composer network install --card PeerAdmin@hlfv1 --archiveFile tutorial-network@0.0.1.bna

composer network start --networkName tutorial-network --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card

Refer this link for more https://hyperledger.github.io/composer/latest/tutorials/developer-tutorial

you need to check the value of CORE_PEER_LOCALMSPID if exactly same as the value that you have set in the configtx.yaml. or maybe already channel exists

Check if the participantorg's peers joined to the channel or not.
The peer who is interacting with channel must joined the channel.
Channel also have one channel MSP in which it keep the information of joined peers.
So when you're trying to interact with channel with the peer which is yet not joined the channel will get the error message.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!