chaincode安装失败:Error getting chaincode code chaincode: <go, [env]>: failed with error: ...

栏目: Go · 发布时间: 6年前

内容简介:Chaincode安装失败,碰到如下错误:2018-09-06 10:00:43.959 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 001 Using default escc2018-09-06 10:00:43.959 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 002 Using default vscc

Chaincode安装失败,碰到如下错误:

2018-09-06 10:00:43.959 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 001 Using default escc

2018-09-06 10:00:43.959 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 002 Using default vscc

Error: Error getting chaincode code chaincode: <go, [env]>: failed with error: "exec: not started"

Usage:

peer chaincode install [flags]

Flags:

-c, --ctor string Constructor message for the chaincode in JSON format (default "{}")

-l, --lang string Language the chaincode is written in (default "golang")

-n, --name string Name of the chaincode

-p, --path string Path to chaincode

-v, --version string Version of the chaincode specified in install/instantiate/upgrade commands

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

--transient string Transient map of arguments in JSON encoding

根本原因是什么:

安装chaincode不在支持在peer的container里面进行了,必须在CLI的container里面操作:

Root Cause:

The issue is that you can no longer use the peer container as the CLI. You should use the fabric-tools container instead.

Please note the change in the e2e compose file here: https://github.com/hyperledger/fabric/blob/master/examples/e2e_cli/docker-compose-cli.yaml#L42

Please try the fabric-tools image and things should work

FYI - the error is due to the fact that the Go compiler is no included in the fabric-peer image and it is now required when using the CLI to package chaincode


以上所述就是小编给大家介绍的《chaincode安装失败:Error getting chaincode code chaincode: : failed with error: ...》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法分析-有效的学习方法(影印版)

算法分析-有效的学习方法(影印版)

Jeffrey J.McConnell / 高等教育出版社 / 2003-03-01 / 28.0

本书主要目标是提高读者关于算法对程序效率的影响等问题的认知水平,并培养读者分析程序中的算法所必需的技巧。各章材料以激发读者有效的、协同的学习方法的形式讲述。通过全面的论述和完整的数学推导,本书帮助读者最大限度地理解基本概念。 本书内容包括促使学生参与其中的大量程序设计课题。书中所有算法以伪码形式给出,使得具备条件表达式、循环与递归方面知识的读者均易于理解。本书以简洁的写作风格向读者介绍了兼具......一起来看看 《算法分析-有效的学习方法(影印版)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具