Fabric搭建错误

Posted 黑荔枝、

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fabric搭建错误相关的知识,希望对你有一定的参考价值。

fabric搭建错误解决

在搭建fabric环境时./byfn.sh up 时遇到错误Error: error getting endorser client for channel: endorser client failed to connect to peer0.org1.example.com:7051: failed to create new connection: context deadline exceeded

解决办法如下:在 /first-network/docker-compose-cli.yaml 中 cli 容器下,添加环境变量 GODEBUG=netdns=go
在 /first-network/base/peer-base.yaml 中peer-base 容器下,添加环境变量 GODEBUG=netdns=go
成功运行:

参考文章:https://zhuanlan.zhihu.com/p/339288707

以上是关于Fabric搭建错误的主要内容,如果未能解决你的问题,请参考以下文章

Fabric搭建错误

Fabric搭建错误

fabric环境搭建常见错误

Hyperledger Fabric环境搭建过程

深入解析Hyperledger Fabric启动的全过程

fabric环境搭建,fabric-samples