简体   繁体   English

从BYFN上的org1删除peer1时出错:从BYFN更改的文件是否比第一个网络文件夹更多?

[英]Error removing peer1 from org1 on BYFN: Are there more files to change from BYFN than the first-network folder?

I had the following error while trying to remove org1 peer1 from BYFN. 尝试从BYF​​N删除org1 peer1时出现以下错误。 Some help? 一些帮助?

Maybe missed changing configtx.yaml? 也许错过更改configtx.yaml吗? Where should I change? 我应该在哪里改变? Are there more files to change from BYFN than the first-network folder? 从BYFN更改的文件是否比第一个网络文件夹更多?

(1)In Crypto-config.yaml, change the Template Count value to 1. (1)在Crypto-config.yaml中,将“模板计数”值更改为1。

(2)In docker-compose-cli.yaml, I removed references to peer1.org1.example.com, the same as in the '.sh' scripts in the first network folder. (2)在docker-compose-cli.yaml中,我删除了对peer1.org1.example.com的引用,与第一个网络文件夹中的'.sh'脚本相同。

Error: error getting endorser client for channel: endorser client failed to connect to peer1.org1.example.com:8051: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp: lookup peer1.org1.example.com on 127.0.0.11:53: no such host"
peer1.org1 failed to join the channel, Retry after 3 seconds
+ peer channel join -b mychannel.block
+ res=1
+ set +x
Error: error getting endorser client for channel: endorser client failed to connect to peer1.org1.example.com:8051: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp: lookup peer1.org1.example.com on 127.0.0.11:53: no such host"
!!!!!!!!!!!!!!! After 10 attempts, peer1.org1 has failed to join channel 'mychannel' !!!!!!!!!!!!!!!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========

ERROR !!!! Test failed

the script is trying to join channel from peer1.org1 which dose not exists you need to edit script.sh in script folder. 脚本正在尝试从不存在的peer1.org1加入频道,您需要在脚本文件夹中编辑script.sh。 look for function joinchannel. 寻找功能joinchannel。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从BYFN删除对等方和组织? - How can I remove a peer and organization from BYFN? Hyperledger Fabric 1.4 ./byfn.sh up 在 peer0_Org2 连接到通道时出错 - Hyperledger fabric 1.4 ./byfn.sh up is giving error when peer0_Org2 connecting to channel 在光纤网络第一个网络示例中,热修复错误:“传输:拨号时出错:拨打tcp:lookup peer0.org1.example.com:没有此类主机” - In fabric first-network example, hot to fix the error: “transport: error while dialing: dial tcp: lookup peer0.org1.example.com: no such host” Hyperledger byfn 的问题 - ERRO 002 无法运行对等点,因为无法初始化加密 - Issue with Hyperledger byfn - ERRO 002 Cannot run peer because cannot init crypto Hyperledger Fabric byfn 实例化失败 - 链码存在 - Hyperledger Fabric byfn instantiate fails - chaincode exists docker python app从网络共享文件夹中读取文件 - docker python app reading files from network share folder Hyperledger Fabric BYFN - 无法找到 docker-compose-base.yaml 中列出的目录 - Hyperledger Fabric BYFN - Unable to find directory listed in docker-compose-base.yaml hyperledger-fabric byfn.sh -m失败,未找到script / scripts.sh - hyperledger-fabric byfn.sh -m failed with script/scripts.sh not found Windows10:错误:peer0.org1.example.com 无法为服务 peer0.org1.example.com 创建容器:mkdir C:\Program Files\Git\var:访问被拒绝 - Windows10: ERROR: peer0.org1.example.com Cannot create container for service peer0.org1.example.com: mkdir C:\Program Files\Git\var: Access is denied 将容器中的文件夹与文件所在的 Linux 上的文件夹相关联。 错误没有这样的文件或目录 - Associate a folder from a container with a folder on Linux where the files are located. Error No such file or directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM