Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

I'm having trouble with the BYFN tutorial. I managed to do it without problems, and now I'm trying to change some things on the configuration files. I configured 6 orgs, and I'm trying to create a channel with two of them. When I get to the command to join a channel, I'm getting this error:

Error: proposal failed (err: rpc error: code = Unknown desc = access denied: channel [] creator org [Client1MSP])

Here are my configuration files: https://www.dropbox.com/s/tutc4pla6jlygej/my_network.zip?dl=1

The commands I'm running from start to finish are on COMMANDS.txt. Any help is appreciated.

1 Answer

0 votes
by (29.5k points)

Hi, are you using :

docker ps
 docker logs <container_id> on the peer container? because that will fail to join the channel, you can read this error
on the log: expected MSP ID Org1MSP received Client1MSP

To fix this you need to make changes to docker-compose-base.yaml file, to reflect the different org names.

Browse Categories

...