Skip to content

Can't find connection-org1.json #1

@ibna62

Description

@ibna62

When i run the command

node enrollAdmin.js org1

it gives me the following error

--> Enrolling the Org1 CA admin
Error in enrolling admin: Error: no such file or directory: /home/hyperledger/fabric-samples/CrossBorderPaymentSystem-main/cbps-network/organizations/peerOrganizations/org1.example.com/connection-org1.json

it seems it is getting error

exports.buildCCPOrg1 = () => {
  const ccpPath = path.resolve(
    __dirname,
    "..",
    "..",
    "cbps-network",
    "organizations",
    "peerOrganizations",
    "org1.example.com",
    "connection-org1.json"
  );

here in the AppUtil.js file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions