簡體   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?

嘗試從BYF​​N刪除org1 peer1時出現以下錯誤。 一些幫助?

也許錯過更改configtx.yaml嗎? 我應該在哪里改變? 從BYFN更改的文件是否比第一個網絡文件夾更多?

(1)在Crypto-config.yaml中,將“模板計數”值更改為1。

(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

腳本正在嘗試從不存在的peer1.org1加入頻道,您需要在腳本文件夾中編輯script.sh。 尋找功能joinchannel。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM