Hyperledger Fabric error on outputChannelCreateTx Cannot define a new channel with no Application section

0 votes

When I try to create Hyperledger Fabric network, I am getting this error:

error on outputChannelCreateTx: Cannot define a new channel with no Application section
Nov 2, 2018 in Blockchain by digger
• 26,740 points
1,305 views

1 answer to this question.

0 votes

Try defining or referencing the application in the profile and also have an Application section if using *ApplicationDefaults.

Profiles:
...
ExampleChannel:
    Consortium: SampleConsortium
    Application:
        <<: *ApplicationDefaults
        Organizations:
                - *Org1
                - *Org2
...
Application: &ApplicationDefaults

Organizations:

answered Nov 2, 2018 by Omkar
• 69,210 points

Related Questions In Blockchain

+1 vote
0 answers
+4 votes
2 answers

How do I create a new block in Hyperledger Fabric?

This link might help you: https://github.com/hyperledger/fabric-sample ...READ MORE

answered Oct 11, 2018 in Blockchain by Sahu
2,360 views
+1 vote
1 answer

How hyperledger fabric is stored on a PC?

Firstly, your web application will interact with ...READ MORE

answered Apr 7, 2018 in Blockchain by Christine
• 15,790 points
621 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,241 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
738 views
+1 vote
1 answer
+3 votes
4 answers

How do I add a new node on a Hyperledger network?

You can do this by generating the crypto ...READ MORE

answered Apr 7, 2018 in Blockchain by Christine
• 15,790 points
4,956 views
0 votes
1 answer

Hyperledger Fabric: "No go in PATH" error.

The error is because the go path ...READ MORE

answered Jun 27, 2018 in Blockchain by Omkar
• 69,210 points
1,343 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP