Welcome to the Linux Foundation Forum!

Lab02 'instantiate' fails at ./08_deploy_chaincode.sh

Options

When running this step in Lab02, ./08_deploy_chaincode.sh, chaincode is successfully installed, but cannot be instantiated. I do have an internet connection:

instantiate chaincode 'messages'
2018-10-03 19:29:09.563 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 001 Using default escc
2018-10-03 19:29:09.563 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 002 Using default vscc
Error: Error endorsing chaincode: rpc error: code = Unknown desc = error starting container: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.15:36901->10.0.2.3:53: i/o timeout

Log file entries from peer container

peer0.org1.hacera.com | 2018-10-03 19:29:09.586 UTC [util] DockerBuild -> DEBU 5a6 Attempting build with image hyperledger/fabric-ccenv:x86_64-1.1.0
peer0.org1.hacera.com | 2018-10-03 19:29:27.881 UTC [dockercontroller] deployImage -> ERRO 5a7 Error building images: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.15:36901->10.0.2.3:53: i/o timeout
peer0.org1.hacera.com | 2018-10-03 19:29:27.881 UTC [dockercontroller] deployImage -> ERRO 5a8 Image Output:
peer0.org1.hacera.com | ********************
peer0.org1.hacera.com | Step 1/4 : FROM hyperledger/fabric-baseos:x86_64-0.4.6
peer0.org1.hacera.com |
peer0.org1.hacera.com | ********************

Comments

Categories

Upcoming Training