wxj-cyber

Results 7 issues of wxj-cyber

- ubuntu18.04 - 默认输入法 在编写代码时,存在鼠标位置与实际位置不符合的情况。如下图所示: ![image](https://github.com/WeBankBlockchain/WeBASE/assets/54149367/45757a22-2445-4684-8ca3-6f7018bd481b) ![image](https://github.com/WeBankBlockchain/WeBASE/assets/54149367/d7fccd84-3e14-4c06-a465-9632638346f9)

**Describe the bug** 运行 bash gen_node_cert.sh -c ../cert/agency/ -o newSDK,这里脚本位于127.0.0.1/目录下,执行成功。 出现了:节点证书结构与SDK证书结构一致的问题。 **To Reproduce** Steps to reproduce the behavior: 1. 将gen_node_cert.sh移动到127.0.0.1目录下; 2. 运行 bash gen_node_cert.sh -c ../cert/agency/ -o newSDK后出现成功提示; 3. ls...

使用教程中包含了一个标题为**为机构生成新的SDK证书**里面的操作是根据机构创建一个新节点的SDK证书,标题描述应该是:**生成新节点证书**或者是**根据结构生成新的节点SDK证书**归属于群组新节点,分开也好,冗余也能加深印象。只是个人主观看法,如有不正之处,恳请多多指正。 ![image](https://github.com/FISCO-BCOS/FISCO-BCOS-DOC/assets/54149367/8ed12db0-b96b-4ee4-bfaf-3bf5d5da3691)

resolved

``环境: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)...

```go package models import ( "bufio" // "errors" "io" "log" "math/big" "os" manage "proj3/manage" "github.com/FISCO-BCOS/go-sdk/client" "github.com/FISCO-BCOS/go-sdk/conf" "github.com/FISCO-BCOS/go-sdk/core/types" "github.com/ethereum/go-ethereum/common" // import store ) type ContractServiceType struct { // ConfigPath string Client...

resolved

java版本:11.0.19 Ubuntu:18.04 x64 java sdk:fisco-bcos-java-sdk-2.10.0-SNAPSHOT.jar 编译错误见附件日志 [log.txt](https://github.com/FISCO-BCOS/java-sdk/files/12613820/log.txt)

##日志WeBASE-Front-error.log:javax.net.ssl.SSLException: Failed to initialize the SSLContext: null 系统环境:ubuntu18.04 java版本:openjdk-11 操作过程: 安装好fisco-bcos之后,启动节点,解压webase-front包,将节点 证书拷贝至webase-front/conf/之下,然后启动webase-front/start.sh。之后,通过status.sh查看是running状态,多次执行该脚本就会出现not running.