无法为订购者创建交付客户端:hyprledger Fabric
我在安装 Hyperledger Fabric 时遇到问题。
错误:无法为订购者创建交付客户端:订购者客户端无法连接到本地主机:7050:无法创建新连接:连接错误:desc =“传输:拨号时出错:拨打 tcp 127.0.0.1:7050:连接:连接被拒绝”
I have a problem with installing Hyperledger Fabric.
Error: failed to create deliver client for orderer: orderer client failed to connect to localhost:7050: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp 127.0.0.1:7050: connect: connection refused"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到了类似的问题,我通过在 docker-compose yaml 文件中应用以下更改来解决它,
将网络更改为此
替换
为
运行 ./network.sh down 然后运行 ./network.sh up createChannel -ca -s couchdb
i also faced the similar issue and i resolved it by applying below changes in docker-compose yaml files
changed networks to this
Replaced
TO
Run ./network.sh down and then ./network.sh up createChannel -ca -s couchdb