Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fabric-explorer Failed to create wallet, please check the configuration, and valid file paths #477

Open
SirSteven1 opened this issue Dec 14, 2023 · 4 comments

Comments

@SirSteven1
Copy link

I followed the official docker-compose method step by step, but in the end the container image was already running, but viewing the container image log is as follows
1
and my configuration information is as follows:
{ "name": "test-network", "version": "1.0.0", "client": { "tlsEnable": true, "adminCredential": { "id": "exploreradmin", "password": "exploreradminpw" }, "enableAuthentication": true, "organization": "Org1MSP", "connection": { "timeout": { "peer": { "endorser": "300" }, "orderer": "300" } } }, "channels": { "mychannel": { "peers": { "peer0.org1.example.com": {} } } }, "organizations": { "Org1MSP": { "mspid": "Org1MSP", "adminPrivateKey": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk" }, "peers": ["peer0.org1.example.com"], "signedCert": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]" } } }, "peers": { "peer0.org1.example.com": { "tlsCACerts": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt" }, "url": "grpcs://peer0.org1.example.com:7051" } } }

@SirSteven1
Copy link
Author

Error message when configuring fabric-explorer installation

@Udhayakumari
Copy link
Contributor

@cxqi Thanks for your query. For your log error, please check all the configuration paths are valid in config.json, test-network.json files. And also verify that all environmental variables(mainly volumes) are mapped in docker-compose.yaml file.

@ravinayag
Copy link

i too facing same issue. I checked the paths are configurations are perfect.
any way to debug this errors .. ?

@cradonn
Copy link

cradonn commented Jun 11, 2024

Paths in the test-network.json file must match the paths as they are mapped inside the container.
See: https://gist.github.com/cradonn/601fad86a8fb35cb64bbf4708e14720a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants