IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Problem in creating Blockchain network on Fabric with three organizations #178

Closed rohagarw closed 6 years ago

rohagarw commented 6 years ago

I was able to successfully execute tools like configtxgen and cryptogen with relevant files modified for three organizations.

But when I am trying to start the network using command CHANNEL_NAME=$CHANNEL_NAME TIMEOUT=10000 docker-compose -f docker-compose-cli.yaml up -d It's throwing an error

$ CHANNEL_NAME=$CHANNEL_NAME TIMEOUT=10000 docker-compose -f docker-compose-cli.yaml up -d WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string. Pulling peer0.org3.example.com (hyperledger/fabric-peer:latest)... ERROR: manifest for hyperledger/fabric-peer:latest not found

I even searched on net and found the following remedy https://stackoverflow.com/questions/43830372/error-manifest-for-hyperledger-fabric-ordererlatest-not-found But even this is not working.

Pls help...Thanks in advance.

dshuffma-ibm commented 6 years ago

ah, not sure anyone here can help. You should make an issue on the Hyperledger Fabric Jira