Error trying to start business network. Error: No valid responses from any peers - hyperledger-fabric
rana78600 opened this issue · 1 comments
I am new to hyperledger and try to start network using below commend.
-
composer archive create -t dir -n .
successfull -
composer network install --card PeerAdmin@hlfv1 --archiveFile flightoperations@0.0.5.bna
successfull -
composer network start --networkName flightoperations --networkVersion 0.0.5 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card
Error:
Starting business network flightoperations at version 0.0.5
Processing these Network Admins:
userName: admin
✖ Starting business network definition. This may take a minute...
Error: Error trying to start business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: failed to execute transaction 0f5bdde7d55439863c41b93be0bd2388b371bb86d43c0542b59b77959ceeb902: error starting container: error starting container: Failed to generate platform-specific docker build: Failed to pull hyperledger/fabric-ccenv:latest: API error (500): Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.1.1:53: read udp 127.0.0.1:34408->127.0.1.1:53: i/o timeout
Command failed
@rana78600 - this repository does not talk about composer. So this is not the right place for your question. This repo is talking about setting up Fabric network on Kubernetes. Thanks.