Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/list/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Blockchain 在“hyper ledger composer”中启动业务网络时,我发现以下错误_Blockchain_Hyperledger Composer - Fatal编程技术网

Blockchain 在“hyper ledger composer”中启动业务网络时,我发现以下错误

Blockchain 在“hyper ledger composer”中启动业务网络时,我发现以下错误,blockchain,hyperledger-composer,Blockchain,Hyperledger Composer,请帮助我解决composer中的此错误。当您使用composer v0.20并尝试使用Fabric 1.1时,通常会看到此错误。对于Composer v0.20,您需要使用结构1.2或结构1.2.1。Composer的发行版和兼容的结构版本 如果您需要有关删除结构1.1和安装结构1.2.1的详细说明,则其中一个步骤涵盖了这些步骤。它只进入多组织网络,这种类型的错误不是进入单个组织,你能告诉我为什么它只存在于多组织网络中吗?我猜你已经下载了两个版本的Fabric-1.1和1.2。运行单组织教程时,

请帮助我解决composer中的此错误。

当您使用composer v0.20并尝试使用Fabric 1.1时,通常会看到此错误。对于Composer v0.20,您需要使用结构1.2或结构1.2.1。Composer的发行版和兼容的结构版本


如果您需要有关删除结构1.1和安装结构1.2.1的详细说明,则其中一个步骤涵盖了这些步骤。

它只进入多组织网络,这种类型的错误不是进入单个组织,你能告诉我为什么它只存在于多组织网络中吗?我猜你已经下载了两个版本的Fabric-1.1和1.2。运行单组织教程时,您使用的是Fabric 1.2;运行多组织教程时,您使用的是Fabric 1.1。-也许您正在查看教程文档的v0.19版本?或者你最近把Composer升级到了v0.20?我的Composer版本是20.0,fabric版本是1.2,但它仍然不能工作。你能告诉我,在linux中如何查看fabric版本,我可以看到Composer版本,在linux中我看不到fabric版本,请告诉我如何获取fabric版本。命令
docker images
将显示您下载的所有docker图像,并且版本应显示为“标记”。您可能下载了多个版本。也许您最好删除所有容器和所有图像,然后仔细阅读多组织教程,确保您看到的是“最新”版本的教程(而不是v0.19版本)
Starting business network definition. This may take a minute...
Error: Error trying to start business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: 2 UNKNOWN: chaincode error (status: 500, message:  is not a valid endorsement system chaincode)
Response from attempted peer comms was an error: Error: 2 UNKNOWN: chaincode error (status: 500, message:  is not a valid endorsement system chaincode)
Response from attempted peer comms was an error: Error: 2 UNKNOWN: chaincode error (status: 500, message:  is not a valid endorsement system chaincode)
Response from attempted peer comms was an error: Error: 2 UNKNOWN: chaincode error (status: 500, message:  is not a valid endorsement system chaincode)
Command failed