简体   繁体   English

超级账本资源管理器钱包存储路径

[英]hyperledger explorer walletstore path

When I start to run hyperledger explorer I get this below error.当我开始运行超级账本资源管理器时,我收到以下错误。 After a search I found that I need to give a path to walletstore path.经过搜索,我发现我需要提供一个指向 walletstore 路径的路径。 But I couldn't find where the walletstore path.但我找不到 walletstore 路径。

docker-compose.yaml file 
    volumes:
      - ./config.json:/opt/explorer/app/platform/fabric/config.json
      - ./connection-profile:/opt/explorer/app/platform/fabric/connection-profile
      - ./organizations:/tmp/crypto
      - walletstore:/opt/explorer/wallet
[2022-05-23T12:31:18.513] [ERROR] FabricGateway - Failed to create wallet, please check the configuration, and valid file paths: {
explorer.mynetwork.com      |   "errno": -2,
explorer.mynetwork.com      |   "syscall": "open",
explorer.mynetwork.com      |   "code": "ENOENT",
explorer.mynetwork.com      |   "path": "/tmp/crypto/peerOrganizations/org1.example.com/users/User1@org1.example.com/msp/signcerts/cert.pem"

在这种情况下,请检查文件夹路径“/tmp/crypto/peerOrganizations/org1.example.com/”的读写权限

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM