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

issue with network creation in fabric 2.2 #2527

Open
adityajoshi12 opened this issue Mar 14, 2024 · 1 comment
Open

issue with network creation in fabric 2.2 #2527

adityajoshi12 opened this issue Mar 14, 2024 · 1 comment
Labels
enhancement New feature or request fabric Related to the Hyperledger Fabric DLT Platform

Comments

@adityajoshi12
Copy link
Contributor

Describe the bug
While creating a fabric network (2.2), I am unable to create new channel.

To Reproduce
Create a network with Org1, Org2 and OrdererOrg with channel (C1). Now when I try to add new org (Org3) with Org1 and OrdererOrg with new channel (C2). It causes orderers to be in crashbackloop.

Expected behavior
Should be able to create new channel with new org.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. MacOS]
  • Version [e.g. 22]

Additional context
Fabric 2.2

@adityajoshi12 adityajoshi12 added the bug Something isn't working label Mar 14, 2024
@suvajit-sarkar suvajit-sarkar added enhancement New feature or request fabric Related to the Hyperledger Fabric DLT Platform and removed bug Something isn't working labels Mar 26, 2024
@adityajoshi12
Copy link
Contributor Author

I am able to run the network with a workaround

  1. Create the channel C2 with Org1 and OrdererOrg.
  2. Add the Org3 (new org) to the channel C2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fabric Related to the Hyperledger Fabric DLT Platform
Projects
None yet
Development

No branches or pull requests

2 participants