WeBankBlockchain/WeCross

快速开始失败

Watsonss opened this issue · 0 comments

BUG描述
使用快速开始的脚本 bash_cross_all.sh 但是每次在BCOS安装系统链码时出错

[INFO] deploy_system_contract, type: BCOS2.0, chain: chains/bcos-group1, deploy: true, contract: proxy
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/Wecross/wecross-demo/routers-payment/127.0.0.1-8250-25500/lib/log4j-slf4j-impl-2.13.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/Wecross/wecross-demo/routers-payment/127.0.0.1-8250-25500/plugin/bcos2-stub-gm-1.2.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/Wecross/wecross-demo/routers-payment/127.0.0.1-8250-25500/plugin/bcos2-stub-1.2.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
Failed, please check contract or account. Exception details:
java.lang.RuntimeException: Failed to connect to nodes: [ ssl handshake failed:/127.0.0.1:20200]The reasons for failure may be:
1. the configured certificate is not the same set of certificates as the node's certificate;
2. the configured certificate is not issued by the same authority as the node's certificate.
Please refer to https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk.html#id24

    at org.fisco.bcos.wecross.normal.channel.handler.ChannelConnections.startConnect(ChannelConnections.java:498)
    at org.fisco.bcos.wecross.normal.channel.client.Service.run(Service.java:341)
    at com.webank.wecross.stub.bcos.normal.web3j.Web3jUtility.initWeb3j(Web3jUtility.java:110)
    at com.webank.wecross.stub.bcos.normal.web3j.Web3jWrapperFactory.createWeb3jWrapperInstance(Web3jWrapperFactory.java:24)
    at com.webank.wecross.stub.bcos.normal.preparation.ProxyContract.<init>(ProxyContract.java:56)
    at com.webank.wecross.stub.bcos.normal.preparation.ProxyContractDeployment.deploy(ProxyContractDeployment.java:127)
    at com.webank.wecross.stub.bcos.normal.preparation.ProxyContractDeployment.handle2Args(ProxyContractDeployment.java:88)
    at com.webank.wecross.stub.bcos.normal.preparation.ProxyContractDeployment.main(ProxyContractDeployment.java:61)

请问应该怎么解决呢