Published on

fabric 错误记录

Authors

环境

fabric 1.4

cli调用链码时
transport: loopyWriter.run returning. connection error: desc = "transport is closing"

Error: error sending transaction for invoke: rpc error: code = Unavailable desc = transport is closing - proposal response: version:1 response:<status:200 payload:"1" >

未指定peer参数,加上--peerAddresses

cli里面报错,说需要tls 根证书,怎么配置都不行。 查看order里面的报错信息

Principal deserialization failure (MSP Org3MSP is unknown) for identity

提示找不到Org3MSP。(网络不是我自己搭建的) 询问得知该channel没有加入org3 参考 自己搭建测试网络,测试sdk