IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 183 forks source link

Error trying to start business network. Error: No valid responses from any peers - hyperledger-fabric #73

Closed rana78600 closed 3 years ago

rana78600 commented 3 years ago

I am new to hyperledger and try to start network using below commend.

  1. composer archive create -t dir -n . successfull

  2. composer network install --card PeerAdmin@hlfv1 --archiveFile flightoperations@0.0.5.bna successfull

  3. 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

maheshwarishikha commented 3 years ago

@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.