-
Notifications
You must be signed in to change notification settings - Fork 404
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
Failed to create channels Error: create status is BAD_REQUEST #81
Comments
solved : |
I encounter the same problem. |
I have met the same problem. Do you mean 'stop old containers' by using the command |
I also have this error, closing the old containers did not solve this. @JulienGuo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root@vm10-210-0-10:~/caliper# node benchmark/simple/main.js -c config-fabric.json -n fabric.json
TAP version 13
#######Caliper Test######
docker-compose -f network/fabric/simplenetwork/docker-compose.yaml up -d
ca_peerOrg1 is up-to-date
orderer.example.com is up-to-date
couchdb is up-to-date
ca_peerOrg2 is up-to-date
peer0.org2.example.com is up-to-date
peer1.org2.example.com is up-to-date
peer0.org1.example.com is up-to-date
peer1.org1.example.com is up-to-date
create mychannel......
not ok 1 Failed to create channels Error: create status is BAD_REQUEST at channel.organizations.reduce.then.then.then (/root/caliper/src/fabric/create-channel.js:146:43) at at process._tickCallback (internal/process/next_tick.js:188:7)
...
fabric.init() failed, Error: Fabric: Create channel failed
at channels.reduce.then.then.catch (/root/caliper/src/fabric/create-channel.js:161:31)
at
at process._tickCallback (internal/process/next_tick.js:188:7)
not ok 2 TypeError: Cannot read property 'getUpdates' of undefined
...
1..2
tests 2
pass 0
fail 2
root@vm10-210-0-10:~/caliper#
The text was updated successfully, but these errors were encountered: