Could not deploy business network to hyperledger fabric beta using composer

后端 未结 2 403
旧时难觅i
旧时难觅i 2021-01-23 20:13

I have tried to deploy a business network using composer to but it fails with the following error

Error: event message must be properly signed by an ident

相关标签:
2条回答
  • There are several reasons why you might get this error

    1. You are not running composer v0.8.0 or higher. You can check what level you are running by invoking the command

    composer -v

    1. You haven't specified a valid hlfv1 profile or you forgot to specify the profile to use on the network deploy command. If you have followed the tutorials and guides on the hyperledger composer site then a profile will have been created called hlfv1. Ensure you specify it on the command line invocations. For example to deploy

    composer network deploy -a test.bna -i PeerAdmin -s anything -p hlfv1

    0 讨论(0)
  • 2021-01-23 21:10

    You are running an older version of docker. Level may be checked by invoking the command: docker -v

    Invoking the ./prereqs-ubuntu.sh detailed in the 'Installing a developing with Hyperledger Composer' will update the prerequisites accordingly.

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题