FISCO-BCOS / FISCO-BCOS/console

多群组部署网络节点,控制台/webase-front无法切换群组的问题

Open
#779 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
96
Forks
62
PR merge metrics
No merged PRs in 30d

Description

``环境:ubuntu18.04
节点版本:2.9.1
fisco-bcos版本:2.7.2

ipconf内容如下:
```js
127.0.0.1:2 agencyProduce 1
127.0.0.1:2 agencyCustom 1,2,3
127.0.0.1:2 agencyTransit 2
127.0.0.1:2 agencySealer 3
```
>暂时先这么配置,初学区块链,尝试自己用fisco-bcos写一个溯源类的项目,暂时还没有服务器资源,就干自己的CPU吧😄😄

通过`tail -f node3/log/*|grep "g:3.*++"`查看节点3与群组3之间的共识,结果如图:
![image](https://github.com/FISCO-BCOS/console/assets/54149367/f38381a8-d818-4d0e-8f7a-c61d66cb6a2b)

通过`tail -f nodex/log/*lgrep "connected count"`查看节点连接数,结果如图:
![image](https://github.com/FISCO-BCOS/console/assets/54149367/e8920099-d55b-40ed-b56a-520be077f896)

打开控制台,通过`switch 2`切换,出现:
![1689814315786](https://github.com/FISCO-BCOS/console/assets/54149367/ef83c532-2116-4778-96f2-cf856a5b1ae0)
日志:
![1689814366698](https://github.com/FISCO-BCOS/console/assets/54149367/0e680a20-d74c-4f0d-ba81-b78482335636)
webase-front的切换群组也是**一样**,日志:
![1689814444826](https://github.com/FISCO-BCOS/console/assets/54149367/1b6dd260-62e4-4099-9e5f-cbad126a2abe)
之前使用webase-depoly一键部署是可以的,可以在控制台/webase-front切换群组。
恳请哥哥姐姐们,在百忙之中给予指正😊😊😊😊😊

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the reported ipconf entries and reproducing the console `switch 2` failure on Ubuntu 18.04 with the stated node and FISCO BCOS versions. Compare the node connection and consensus logs with the console and webase-front logs; the issue is resolved when switching to group 2 succeeds in both clients.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell, ubuntu
Domain
blockchain, cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.