zhuce 2018-08-23
在启动fabric的时候出现以下错误提示:
2018-08-22 11:03:23.280 UTC [orderer/multichain] newLedgerResources -> CRIT 067 Error creating configtx manager and handlers: Error deserializing key Capabilities for group /Channel: Unexpected key Capabilities
panic: Error creating configtx manager and handlers: Error deserializing key Capabilities for group /Channel: Unexpected key Capabilities
说明签名KEY存在不兼容问题,原因可能是fabric版本和镜像版本不一致引起,解决方法:
1.更新fabric版本
2.使用docker rmi删除旧images,然后重新通过source download-dockerimages.sh下载最新的镜像