2017-09-07 1 views
0

Je suis exécutant tissu hyper-ledger sur une machine virtuelle ubuntu sur un Mac OSX exécutant Parallels, docker téléchargé, a tout configuré, mais lors de l'exécution du premier exemple de réseau (commande ./byfn. sh -M up) Je reçois cette erreurHyperledger Fabric problème - "Erreur lors du démarrage du conteneur"

===================== Chaincode is installed on remote peer PEER2 ===================== 

Instantiating chaincode on org2/peer2... 
CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt 
CORE_PEER_TLS_KEY_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key 
CORE_PEER_LOCALMSPID=Org2MSP 
CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock 
CORE_PEER_TLS_CERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt 
CORE_PEER_TLS_ENABLED=true 
CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/users/[email protected]/msp 
CORE_PEER_ID=cli 
CORE_LOGGING_LEVEL=DEBUG 
CORE_PEER_ADDRESS=peer0.org2.example.com:7051 
2017-09-07 20:15:16.984 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP 
2017-09-07 20:15:16.984 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity 
2017-09-07 20:15:16.987 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 003 Using default escc 
2017-09-07 20:15:16.987 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 004 Using default vscc 
2017-09-07 20:15:16.988 UTC [msp/identity] Sign -> DEBU 005 Sign: plaintext: 0A91070A6708031A0C08D4D1C6CD0510...324D53500A04657363630A0476736363 
2017-09-07 20:15:16.988 UTC [msp/identity] Sign -> DEBU 006 Sign: digest: 17D7F0C37473394040F19251CCA253B1ECA95F7AD65AF27EFA92DE1F10D94A9B 
Error: Error endorsing chaincode: rpc error: code = Unknown desc = Error starting container: Get https://registry-1.docker.io/v2/hyperledger/fabric-baseos/manifests/x86_64-0.3.2: dial tcp: lookup registry-1.docker.io on 127.0.1.1:53: read udp 127.0.0.1:54547->127.0.1.1:53: i/o timeout 
Usage: 
    peer chaincode instantiate [flags] 

Flags: 
    -C, --channelID string The channel on which this command should be executed (default "testchainid") 
    -c, --ctor string  Constructor message for the chaincode in JSON format (default "{}") 
    -E, --escc string  The name of the endorsement system chaincode to be used for this chaincode 
    -l, --lang string  Language the chaincode is written in (default "golang") 
    -n, --name string  Name of the chaincode 
    -P, --policy string  The endorsement policy associated to this chaincode 
    -v, --version string  Version of the chaincode specified in install/instantiate/upgrade commands 
    -V, --vscc string  The name of the verification system chaincode to be used for this chaincode 

Global Flags: 
     --cafile string    Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint 
     --logging-level string  Default logging level and overrides, see core.yaml for full syntax 
    -o, --orderer string    Ordering service endpoint 
     --test.coverprofile string Done (default "coverage.cov") 
     --tls      Use TLS when communicating with the orderer endpoint 

!!!!!!!!!!!!!!! Chaincode instantiation on PEER2 on channel 'mychannel' failed !!!!!!!!!!!!!!!! 
========= ERROR !!! FAILED to execute End-2-End Scenario =========== 
+0

pouvez-vous envoyer une requête ping aux adresses IP externes de votre machine virtuelle Paralles? –

+0

Ah, ça a résolu mon problème, j'ai réalisé que ma connexion internet était inégalée et connectée à une vraie connexion wifi, ça fonctionne parfaitement maintenant et ça va jusqu'à la fin de la construction de votre premier réseau. Merci! –

+0

np, vous êtes les bienvenus. J'ai converti mon commentaire dans la réponse juste pour fournir une solution à votre question. –

Répondre

1

Error: Error endorsing chaincode: rpc error: code = Unknown desc = Error starting container: Get https://registry-1.docker.io/v2/hyperledger/fabric-baseos/manifests/x86_64-0.3.2 : dial tcp: lookup registry-1.docker.io on 127.0.1.1:53: read udp 127.0.0.1:54547->127.0.1.1:53: i/o timeout

Comme il est dit dans l'erreur que vous avez un problème de connectivité de votre machine virtuelle, semble connexion IP externes est à la traîne.