执行./byfn.sh -m up -c mychannel报错
来源:2-5 日志和示例代码解析(上)

慕丝6063840
2020-02-13
root@inet:~/go/src/github.com/hyperledger/fabric# git checkout release-1.0
Already on 'release-1.0’
Your branch is up-to-date with ‘origin/release-1.0’.
root@inet:~/go/src/github.com/hyperledger/fabric-samples# git checkout release-1.0
Already on 'release-1.0’
Your branch is up-to-date with ‘origin/release-1.0’.
我两个都切换到了1.0,但是还是报了这个错
2020-02-13 04:42:23.059 UTC [main] InitCmd -> WARN 001 CORE_LOGGING_LEVEL is no longer supported, please use the FABRIC_LOGGING_SPEC environment variable
2020-02-13 04:42:23.065 UTC [main] SetOrdererEnv -> WARN 002 CORE_LOGGING_LEVEL is no longer supported, please use the FABRIC_LOGGING_SPEC environment variable
Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050: failed to create new connection: context deadline exceeded
!!! Channel creation failed !!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========
1回答
-
2.几的课程还不需要用到代码。现在是你的镜像不是1.0的
062020-02-17
相似问题