-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
2022-08-13 09:01:17.971 UTC 0001 ERRO [main] InitCmd -> Fatal error when initializing core config : FABRIC_CFG_PATH /etc/hyperledger/peercfg does not exist #814
Comments
Hello, I also ran into same issue while testing addOrg functionality under fabric-samples/test-network. Actually, etc/hyperledger/peercfg is not mapped to any volume on local machine. So, if we map this location to a location in our local env and it should have core.yaml file present (Information of the new peer that is to be added), then it works. Hope that helps. |
Can you check your docker compose file which has service to create peer node container. For your reference, similar way setting fabric config path can be seen in docker compose files in fabric-samples.
Then we use following command to create our containers |
I also ran into this error, but I am a little confused about the above answer, I don't know how to solve it operational |
When I use the latest version of fabric2.4, I try to add a new peer under rog1, and then add a new container in docker compose. However, an error is reported when I start it. Does anyone tell me the reason and how to solve it?


The text was updated successfully, but these errors were encountered: