Salma558
Salma558

Reputation: 55

Cannot run peer

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

Answers (1)

Salma558
Salma558

Reputation: 55

I could solve it now:

@AdityaJoshi thank you for your suggestion (first Step).

So what I did:

  1. docker volume prune
  2. docker ps -aq | xargs docker kill
  3. docker ps -aq | xargs docker rm
  4. ./byfn.sh up

Upvotes: 1

Related Questions