其他分享
首页 > 其他分享> > ./byfn.sh -m up -s couchdb Error: got unexpected status: BAD_REQUEST -- error authorizing update: er

./byfn.sh -m up -s couchdb Error: got unexpected status: BAD_REQUEST -- error authorizing update: er

作者:互联网

./byfn.sh -m up -s couchdb 

报错

Error: got unexpected status: BAD_REQUEST -- error authorizing update: error validating ReadSet: readset expected key [Group]  /Channel/Application at version 0, but got version 1
Usage:
  peer channel create [flags]

Flags:
  -c, --channelID string   In case of a newChain command, the channel ID to create.
  -f, --file string        Configuration transaction file generated by a tool such as configtxgen for submitting to orderer
  -t, --timeout int        Channel creation timeout (default 5)

Global Flags:
      --cafile string                       Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint
      --certfile string                     Path to file containing PEM-encoded X509 public key to use for mutual TLS communication with the orderer endpoint
      --clientauth                          Use mutual TLS when communicating with the orderer endpoint
      --keyfile string                      Path to file containing PEM-encoded private key to use for mutual TLS communication with the orderer endpoint
      --logging-level string                Default logging level and overrides, see core.yaml for full syntax
  -o, --orderer string                      Ordering service endpoint
      --ordererTLSHostnameOverride string   The hostname override to use when validating the TLS connection to the orderer.
      --tls                                 Use TLS when communicating with the orderer endpoint
  -v, --version                             Display current version of fabric peer server

!!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========

ERROR !!!! Test failed

解决方法,还未试

#解决办法:删除原来的镜像

$ docker rm $(docker ps -a -q)

https://blog.csdn.net/tzhennan/article/details/84918883

标签:status,TLS,unexpected,string,--,orderer,endpoint,file
来源: https://blog.csdn.net/u013288190/article/details/112333006