在chaincode instansiate获取错误时错误:无法发送:rpc错误:代码=不可用desc =传输正在关闭

Deb*_*ech 3 hyperledger hyperledger-fabric

使用Linux 16.04和docker所有容器都运行正常.在core peer上成功安装了链代码.但在链代码发生时

peer chaincode instantiate -o orderer.example.com:7050 -C $CHANNEL_NAME -n fabcar -l "golang" -v 1.0 -c '{"Args":[""]}' -P "OR ('Org1MSP.member','Org2MSP.member')"
Run Code Online (Sandbox Code Playgroud)

Geeting错误

`Error: could not send: rpc error: code = Unavailable desc = transport is closing`
Run Code Online (Sandbox Code Playgroud)

提前致谢.

Deb*_*ech 6

我正面临这个问题,因为我在对等实例化时对同行启用了tls和ca文件.