超级账本无法更新频道

问题描述

我正在尝试更新现有频道以启用生命周期。

官方链接: https://hyperledger-fabric.readthedocs.io/en/release-2.2/enable_cc_lifecycle.html

在我的同伴上启动此命令:

peer channel update -f config_update_in_envelope.pb -c channelid -o orderer.domain.com:7050 --cafile /opt/gopath/s
rc/github.com/hyperledger/fabric/crypto-config/peerOrganizations/*******/ca

错误

got unexpected status: BAD_REQUEST -- initializing channelconfig failed: could 
not create channel Consortiums sub-group config: setting up the MSP 
managerfailed: expected at least one CA certificate

我尝试了网络上所有可用的现有ca证书,但无法正常工作

请帮助

谢谢

解决方法

此错误是“可能”是由于版本不匹配所致……我的网络上使用的一个订购器仍在使用1.4版本,因为该订购器已升级,因此无法再次再现此错误。即使我不明白为什么错误消息msg正在谈论CA文件...

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...