Skip to content

Commit

Permalink
Test Network tutorial header fix (#452)
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
  • Loading branch information
nikhil550 authored and yacovm committed Jan 3, 2020
1 parent c34eae3 commit d89b9a6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/test_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ below provide a guided tour of what happens when you issue the command of
channel, the peer cli initializes the chainocde using the `Init` and invokes
the chaincode to put initial data on the ledger.

# Troubleshooting
## Troubleshooting

If you have any problems with the tutorial, review the following:

Expand Down Expand Up @@ -582,6 +582,16 @@ If you have any problems with the tutorial, review the following:
:set ff=unix
```

- If your orderer exits upon creation or if you see that the create channel
command fails due to an inability to connect to your ordering service, use
the `docker logs` command to read the logs from the ordering node. You may see
the following message:
```
PANI 007 [channel system-channel] config requires unsupported orderer capabilities: Orderer capability V2_0 is required but not supported: Orderer capability V2_0 is required but not supported
```
This occurs when you are trying to run the network using Fabric version 1.4.x
docker images. The test network needs to run using Fabric version 2.x.

If you continue to see errors, share your logs on the **fabric-questions**
channel on [Hyperledger Rocket Chat](https://chat.hyperledger.org/home) or on
[StackOverflow](https://stackoverflow.com/questions/tagged/hyperledger-fabric).
Expand Down

0 comments on commit d89b9a6

Please sign in to comment.