Reputation: 55
When I start my network ( ./byfn.sh up
) I get the error, that I can't run peer:
Cannot run peer because cannot init crypto, folder "/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp" does not exist
!!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========
What can I do to solve my problem?
Upvotes: 0
Views: 603
Reputation: 55
I could solve it now:
@AdityaJoshi thank you for your suggestion (first Step).
So what I did:
docker volume prune
docker ps -aq | xargs docker kill
docker ps -aq | xargs docker rm
./byfn.sh up
Upvotes: 1