testing - Hyperledger Fabric 测试网络中 channel 创建失败

标签 testing networking hyperledger-fabric blockchain peer

当我在 hyperledger Fabric 上运行测试网络时,出现此错误 错误:发布“https://localhost:7053/participation/v1/channels”:调用 tcp 127.0.0.1:7053:连接:连接被拒绝 channel 创建失败 怎么解决

最佳答案

尝试从 Github 存储库再次下载测试网络并再次启动网络。有时,当测试网络停止时,它会存储一些烦人的文件。通过重新下载测试网络,您将从一个干净的网络开始。

关于testing - Hyperledger Fabric 测试网络中 channel 创建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69325782/

相关文章:

java - 在套接字级别重试读取客户请求

c++ - 使用普通套接字的 IPv6 多播有哪些要求?

go - panic : http: multiple registrations for/debug/requests

go - 显示结构值的链代码函数

javascript - 为什么在编写 JavaScript 测试时使用 beforeEach()?

unit-testing - TDD - 我应该为此功能编写哪些测试?

python - 如何在 Flask 中获取当前端口号?

hyperledger-fabric - Hyperledger Composer 是做什么的?会为 Fabric 或其他东西创建链码吗?

testing - Botium 脚本内存 : Expected bot response not matched

ruby-on-rails - 如何测试作为 helper_method 公开的 Rails Controller 方法?