无法为订购者创建交付客户端:hyprledger Fabric

发布于 2025-01-11 04:42:26 字数 157 浏览 0 评论 0原文

我在安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山色无中 2025-01-18 04:42:26

我也遇到了类似的问题,我通过在 docker-compose yaml 文件中应用以下更改来解决它,

将网络更改为此

networks:      
  fabric_test:

替换

1. image: hyperledger/fabric-orderer:latest
2. image: hyperledger/fabric-peer:latest  
3. image: hyperledger/fabric-tools:latest

  1. 图像:hyperledger/fabric-orderer:2.2
  2. 图像:hyperledger/fabric-peer:2.2
  3. 图像:hyperledger/fabric-工具:2.2

运行 ./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

networks:      
  fabric_test:

Replaced

1. image: hyperledger/fabric-orderer:latest
2. image: hyperledger/fabric-peer:latest  
3. image: hyperledger/fabric-tools:latest

TO

  1. image: hyperledger/fabric-orderer:2.2
  2. image: hyperledger/fabric-peer:2.2
  3. image: hyperledger/fabric-tools:2.2

Run ./network.sh down and then ./network.sh up createChannel -ca -s couchdb

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文