-
Notifications
You must be signed in to change notification settings - Fork 74
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: Failed to save card: PeerAdmin@hlfv1 #98
Comments
Not having the peer joined to the channel wouldn't cause the card to fail to import. |
I'm also not seeing what version of Fabric you're using. If it's v1.1.0, you're connection profile's got to be a bit more substantial: https://hyperledger.github.io/composer/latest/reference/connectionprofile |
Thanks! I'm using the Helm Chart from this repo and it uses:
and it includes:
The Deployment is created from this file which is simpler than the one you reference. I'll try create something more complete: |
IIUC, I tried using
|
Hmm, you wouldn't want to try the more complicated profile for a fabric 1.0.0 network, but you could get a newer version of composer (stay on the 0.16.x level). Last I checked, it was 0.16.6. |
Solved! I mixed up volume mounts between: Helm Chart's and
|
In full disclosure, I've not used Composer previously and was hoping that, by following through these scripts, it would work without issue. It doesn't.
I'm having issues getting the Peers to join the Channel (#97) so it's entirely possible that this subsequent step won't work until that issue is addressed. However, it doesn't appear immediately dependent.
The
composer-card-import
Pod|container fails withError: Failed to save card: PeerAdmin@hlfv1
So getting on to the container and running the script step-by-step:
The text was updated successfully, but these errors were encountered: