WeBASE-Front icon indicating copy to clipboard operation
WeBASE-Front copied to clipboard

WeBASE-Front是和FISCO BCOS节点配合使用的一个子系统,需要和节点统计部署,目前支持FISCO BCOS 2.0以上版本,可通过HTTP请求和节点进行通信,集成了web3sdk(java-sdk),对接口进行了封装和抽象,具备可视化控制台...

Results 29 WeBASE-Front issues
Sort by recently updated
recently updated
newest added

通过WeBASE-Front的合约IDE页面导出国密版java项目,并且配置文件里面cryptoMaterial.useSmCrypto=true。 明明应该使用sm_前缀的配置文件,但是它还是使用非国密的配置文件,以至于找不到文件报错。请问我应该怎么设置? ![1111](https://github.com/WeBankBlockchain/WeBASE-Front/assets/37075477/33289b36-a2d7-49ed-8567-cbafda961b12) ![222](https://github.com/WeBankBlockchain/WeBASE-Front/assets/37075477/fd2011b1-ca46-476c-858b-50fe1e3bc052)

![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/f071da6d-8c7c-4a10-b985-e0c2a6a82147) 使用的是fisco的table合约开发,然后进行执行一个查询接口 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/42ed07d5-c552-4342-9441-7235673cce55) 报了个json错误 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/3391d8ee-7903-45d8-8b02-7c7b328084f2) ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/a547beb3-eda8-4f29-8679-4f07d3a12180) 然后在console执行查询表语句是正常的 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/d91ea08b-0c11-48ed-a631-c2342e647982) 这是什么原因呢? 望解答

##日志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.

导出java项目后,编译出错,这个ProductInfo把由ProductRegister写入的数据读取出来,其它的bo没问题,只有这个有问题。 错误: 此处不允许使用修饰符static public static class ProductInfo extends DynamicStruct { public String name; public String origin; public BigInteger productionDate; public ProductInfo(Utf8String name, Utf8String origin, Uint256 productionDate) { super(name,origin,productionDate); this.name =...

# 现象:1.5.5版本直接使用1.5.4的数据库时,报错: ``` org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException: Wrong user name or password [28000-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:461) ~[h2-1.4.200.jar:1.4.200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) ~[h2-1.4.200.jar:1.4.200] at org.h2.message.DbException.get(DbException.java:205) ~[h2-1.4.200.jar:1.4.200] at org.h2.message.DbException.get(DbException.java:181) ~[h2-1.4.200.jar:1.4.200] at org.h2.message.DbException.get(DbException.java:170) ~[h2-1.4.200.jar:1.4.200] ``` ## 经调试发现 ### 1.5.4版本的数据库,通过shell连接需要有默认用户名sa...

good first issue

使用前置提供的API接口:http://localhost:5002/WeBASE-Front/{groupId}/web3/operateGroup/{type} 试图停止group1以后,前置报错,并且无法再对任何接口进行操作。必须重启前置才能正常使用。其它群组可以正常操作。

关闭节点所属的全部群组以后,无法再启动的问题。应该是getWeb3j接口调用底层SDK缓存造成的问题,可以直接使用Spring注入的rpcLient类,无需通过群组进行遍历后再创建新的Client对象 com.webank.webase.front.web3api.Web3ApiService /** * get first web3j in web3jMap * * @return */ public Client getWeb3j() { this.checkConnection(); Set groupIdSet = bcosSDK.getGroupManagerService().getGroupList(); //1 log.info("getWeb3j groupIdSet get {}", groupIdSet); if (groupIdSet.isEmpty())...

环境: OS: Anolis OS release 7.9 FISCO BCOS v3.3.0 WeBASE v3.0.2 现象:WeBASE-Front安装后再次启动时后台会报2个警告 2023-05-05 14:26:15.787 [main] WARN UUIDHexGenerator() - HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID...

【环境】centOS7 【背景】区块链应用服务9月15日10点上链上万条交易 【版本】fiscoorg/fisco-webase:v2.8.0 (采用可视化部署方案) 【现象】front服务开始报OOM错误,log路径下出现heap_error.log ![image](https://user-images.githubusercontent.com/39075131/191212626-f1ce42ef-df4a-4034-bcf1-9bae58bcfbfc.png) ![image](https://user-images.githubusercontent.com/39075131/191211441-a169b4cc-04cf-4b3f-a48d-b99c24638ce4.png) webase前端界面提示无法访问前置