WeBankBlockchain/WeCross

启动WeCross Account Manager失败

yngil opened this issue · 2 comments

yngil commented

Describe the bug
在手动组网时,启动WeCross Account Manager失败,问题附在log日志中。
error.log

To Reproduce
Steps to reproduce the behavior:

  1. cd ~/wecross-networks
  2. cd ~/wecross-networks/WeCross-Account-Manager/
  3. cp ~/wecross-networks/routers-payment/cert/sdk/* conf/
  4. bash create_rsa_keypair.sh -d conf/
  5. cp conf/application-sample.toml conf/application.toml
  6. vim conf/application.toml
  7. bash start.sh

Expected behavior
期待可以看到应用启动无异常

Screenshots
image

Desktop (please complete the following information):

  • OS: [MACOS]
  • Runtime: [java]
  • Version [openjdk 1.8.0_312]

Additional context

请提供一下本地openssl的版本号,以及本地WeCross Account Manager的版本号。这个问题应该是上述步骤的第4步生成rsa密钥对加载失败引起的。

yngil commented

问题已解决,原因是macos的openssl版本为libressl,修改为openssl@1.1版本后,应用可以正常启动