fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

Error: proposal failed (err: bad proposal response 500: cannot create ledger from genesis block: ledger [mychannel] already exists with state [ACTIVE]) After 5 attempts, peer0.1 has failed to join channel 'mychannel'

Open Piyushmethi09 opened this issue 1 year ago • 5 comments

Error: proposal failed (err: bad proposal response 500: cannot create ledger from genesis block: ledger [mychannel] already exists with state [ACTIVE]) After 5 attempts, peer0.1 has failed to join channel 'mychannel'

Piyushmethi09 avatar Oct 18 '23 10:10 Piyushmethi09

@Piyushmethi09 Did you find a fix for this issue? I have the same.

eveporras23 avatar Jan 06 '24 15:01 eveporras23

I hit this error recently and the problem - for me at least - seemed to be Docker volumes hanging around from a previous time the Fabric network was created. This was resolved by running:

  1. ./network.sh down
  2. docker system prune --volumes

bestbeforetoday avatar Feb 25 '24 02:02 bestbeforetoday

I have the same error as you, but only while trying to add a second peer to the channel : image

I don't understand why it attempts to recreate a channel, when I only want to add another peer to it.

If someone has a clue...

ConstantRohmer avatar Apr 15 '24 11:04 ConstantRohmer

I have the same error as you, but only while trying to add a second peer to the channel : image

I don't understand why it attempts to recreate a channel, when I only want to add another peer to it.

If someone has a clue...

Hello, have you solved this problem? I'm running into this issue now as well

lvxinnian avatar Jul 22 '24 12:07 lvxinnian

I hit this error recently and the problem - for me at least - seemed to be Docker volumes hanging around from a previous time the Fabric network was created. This was resolved by running:

  1. ./network.sh down
  2. docker system prune --volumes

this solved the issue for me! thank youu!

dave1725 avatar Jul 25 '24 05:07 dave1725