IBM-Blockchain-Archive / ibm-blockchain-issues

Having issues with the IBM Blockchain Bluemix service? Let us know!
13 stars 12 forks source link

Orderer bootstrap fails #130

Closed yousaf101 closed 5 years ago

yousaf101 commented 5 years ago

Orderer container is not being bootstraped and exiting. I have checked the orderer logs and have found this error. Any solution?

"Error creating channelconfig bundle: cannot enable channel capabilities without orderer support first"

mrshah-at-ibm commented 5 years ago

looks like you are trying to use some capabilities when creating a channel and these capabilities are not enabled in the orderer?

yousaf101 commented 5 years ago

Can you tell me that where to enable these capabilities in the orderer? I mean which file i need to configure to enable these capabilities in the orderer?

On Mon, Oct 15, 2018 at 5:55 AM Mihir Shah notifications@github.com wrote:

looks like you are trying to use some capabilities when creating a channel and these capabilities are not enabled in the orderer?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IBM-Blockchain/ibm-blockchain-issues/issues/130#issuecomment-429841129, or mute the thread https://github.com/notifications/unsubscribe-auth/AqHTz2gqytSE-neQ6c-raHqxHeGS7Ka8ks5ulIW4gaJpZM4Xb6t0 .

kalop commented 5 years ago

Have you solved this issue? I'm in the same point

mrshah-at-ibm commented 5 years ago

@kalop @youdsf0 can you guys let me know what instructions are you following to get to this point? Maybe I can help fix the instructions.

sahooch commented 5 years ago

I am facing same issue > is any solution exist

mrshah-at-ibm commented 5 years ago

@sahooch can you tell me how you reached the issue? What are you trying to do and what instructions are you following?

darwinharianto commented 5 years ago

Got this issues, I fixed it by looking at configtx.yaml. There are some problems with my spacing and untyped rules. once it is fixed, recreating the block and channeltx file will fix it.

mrshah-at-ibm commented 5 years ago

I am going to close this issue as no one wants to point to the root of the issue where this all started.