我正在使用Ubuntu 14.04的虛擬機上的本教程http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html,並運行腳本 ./byfn.sh -m up
以調出網絡。當我運行該安裝chaincode:在HyperLedger結構上安裝鏈碼時出錯
peer chaincode install -n mycc -v 1.0 -p github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02
我得到以下錯誤:
Error: Error endorsing chaincode: rpc error: code = Unknown desc = chaincode error (status: 500, message: Error installing chaincode code mycc:1.0(chaincode /var/hyperledger/production/chaincodes/mycc.1.0 exists))
我該如何解決這個問題?
注:我也跑docker exec -it cli bash
您能否請添加對等容器的日誌? –
你的意思是這樣的:http://prntscr.com/gtzd3a ?? –
您是否已經安裝鏈碼?錯誤消息似乎表明如此...... –