Centos Hyperledger结构-无法启动对等节点-“;找不到创世记。yaml“;

Centos Hyperledger结构-无法启动对等节点-“;找不到创世记。yaml“;,centos,hyperledger,hyperledger-fabric,peer,Centos,Hyperledger,Hyperledger Fabric,Peer,我想以本机方式构建代码,因此我下载了代码,make成功地用于peer和membersrvc。我在VirtualBox上运行的CentOS虚拟机上构建了它。 现在,当我尝试运行peer时,它抛出以下错误;不幸的是,我找不到可以帮助我解决这个问题的相关文档 $ ./peer node start 2017-03-09 05:12:33.017 EST [common/configtx/test] 1 -> CRIT 001 Could not find genesis.yaml, try se

我想以本机方式构建代码,因此我下载了代码,
make
成功地用于
peer
membersrvc
。我在VirtualBox上运行的CentOS虚拟机上构建了它。
现在,当我尝试运行peer时,它抛出以下错误;不幸的是,我找不到可以帮助我解决这个问题的相关文档

$ ./peer node start
2017-03-09 05:12:33.017 EST [common/configtx/test] 1 -> CRIT 001 Could not find genesis.yaml, try setting PEER_CFG_PATH, ORDERER_CFG_PATH, or GOPATH correctly
panic: Could not find genesis.yaml, try setting PEER_CFG_PATH, ORDERER_CFG_PATH, or GOPATH correctly

goroutine 1 [running]:
github.com/hyperledger/fabric/vendor/github.com/op/go-logging.(*Logger).Panicf(0xc4201de930, 0xccb574, 0x5d, 0x0, 0x0, 0x0)
        /root/go-dev/src/github.com/hyperledger/fabric/vendor/github.com/op/go-logging/logger.go:194 +0x11e
github.com/hyperledger/fabric/common/configtx/test.init.1()
        /root/go-dev/src/github.com/hyperledger/fabric/common/configtx/test/helper.go:72 +0x3c7
github.com/hyperledger/fabric/common/configtx/test.init()
        /root/go-dev/src/github.com/hyperledger/fabric/common/configtx/test/helper.go:113 +0xb1
github.com/hyperledger/fabric/peer/channel.init()
        /root/go-dev/src/github.com/hyperledger/fabric/peer/channel/join.go:140 +0x91
main.init()
        /root/go-dev/src/github.com/hyperledger/fabric/peer/main.go:148 +0x82
我可以毫无错误地启动membersrvc。
有线索吗?
有人能给我指一下关于“设置对等方路径、订购方路径”的相关文档吗。我尝试设置环境变量,而不是更新配置文件,但没有帮助


谢谢

针对该错误提出了一个缺陷,可以在Hyperledger v0.6上找到,它是一个旧的体系结构,已被完全重写。您将无法在此版本上获得错误修复或支持。v1.0现已发布。您应该考虑移动到最新版本。