I'm currently learning to setup a multi-org Hyperledger Fabric network with Composer.
I've started with the byfn sample from HL Fabric documentation, changed the names of the orgs and added an extra organization, changed the referenced scripts, and so on. Using the sample as help, I'm able to create the channel, join all the peers from my 3 orgs, setup the anchor peers.
What I'm doing next is moving on to the Composer tutorial on how to deploy for a multi-org Fabric. And I've successfully created and imported the business network cards and installed the bna on to the peer nodes for each organization.
The next step would be to run the composer identity request command to retrieve certificates, and this is the place I'm stuck.
composer identity request -c PeerAdmin@test-network-manager -u admin -s adminpw -d andreim
with the following result:
Error: failed to request identity. Error trying to enroll user and return certificates. Error: Calling enrollment endpoint failed with error [Error: connect ECONNREFUSED 127.0.0.1:7054]
Does anybody have any ideas of what I've done wrong?