【发布时间】:2019-02-04 18:12:16
【问题描述】:
我正在按照教程将 Hyperledger Composer 区块链业务网络部署到多个组织中的 Hyperledger Fabric:https://hyperledger.github.io/composer/latest/tutorials/deploy-to-fabric-multi-org
我遵循了先决条件,在执行第一步时,在成功生成通道的证书和创世块后,执行命令时:
./byfn.sh -m up -s couchdb -a
它给出了以下错误:
Channel name : mychannel
Creating channel...
2018-08-29 21:10:17.473 UTC [main] main -> ERRO 001 Cannot run peer because cannot init crypto, missing /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp folder
!!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========
+ res=1
+ set +x
ERROR !!!! Test failed
有人知道如何解决这个问题吗?
【问题讨论】:
-
你用的是什么操作系统?
-
Ubuntu 16.04 虚拟机
标签: hyperledger-fabric hyperledger blockchain hyperledger-composer