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

Error:user not found #29

Open
jinugeojames opened this issue Sep 27, 2018 · 9 comments
Open

Error:user not found #29

jinugeojames opened this issue Sep 27, 2018 · 9 comments

Comments

@jinugeojames
Copy link

when I run network I created this error pops up.

Unable to initialize the Fabric SDK: failed to create channel management client from Admin identity: failed to create resmgmt client due to context error: user not found

@hduwyj
Copy link

hduwyj commented Dec 3, 2018

Have you solved this problem?

@jinugeojames
Copy link
Author

jinugeojames commented Dec 3, 2018 via email

@hduwyj
Copy link

hduwyj commented Dec 3, 2018

I can run on ubuntu 16.04, but I want to run on win10 and I get that error.

@jinugeojames
Copy link
Author

I think its related to some admin enrollment.

@fusionwarecorp
Copy link

@jinugeojames It needs to map over to the user specified in your config.yaml file. I had this same issue.

selection_168
selection_169

@sshmaxime
Copy link
Contributor

@antitoine I think we can close this issue.

@csquan
Copy link

csquan commented Dec 9, 2020

have it solved?

@afrancoc2000
Copy link

For me this has also been a difficult issue to solve, another thing that works is using the users yaml instead of the cryptoPath like this:

organizations:
  Org1:
    mspid: Org1MSP
    users:
      Admin:
        cert:
          path: organizations/org1/users/[email protected]/msp/signcerts/cert.pem
        key:
          path: organizations/org1/users/[email protected]/msp/keystore/key.pem

Then you can see if there's an issue with your certificates and is easier to map the user.

@Lando-Ant
Copy link

Hi! I'm still having this issue and none of these solutions works. I am using fabric-chaincode-evm release-0.4 and fabric-samples version 2.2. I have this issue when I'm trying to run bin/fab3. Of course, before doing it I have set the environment variables required by fab3 and launched the command make fab3. Can anyone help me?

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

7 participants