Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christo4ferris/3588ca59d01527fd858212f98a0b51be to your computer and use it in GitHub Desktop.
Save christo4ferris/3588ca59d01527fd858212f98a0b51be to your computer and use it in GitHub Desktop.
here's error:
And the orderer config admin "configAdminOrdererOrg0" creates a consortium "consortium1" with modification policy "/Channel/Orderer/Admins" for peer orgs who wish to form a network # steps/bootstrap_impl.py:113 0.018s
| Organization |
| peerOrg0 |
| peerOrg1 |
And user "configAdminOrdererOrg0" using cert alias "config-admin-cert" connects to deliver function on orderer "orderer0" # steps/bootstrap_impl.py:232 0.003s
Traceback (most recent call last):
File "/Users/cbf/Envs/behave_venv/lib/python2.7/site-packages/behave/model.py", line 1456, in run
match.run(runner.context)
File "/Users/cbf/Envs/behave_venv/lib/python2.7/site-packages/behave/model.py", line 1903, in run
self.func(context, *args, **kwargs)
File "steps/bootstrap_impl.py", line 239, in step_impl
user.connectToDeliverFunction(context, composeService, certAlias, nodeAdminTuple=nodeAdminTuple)
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/orderer_util.py", line 171, in connectToDeliverFunction
composeService=composeService),
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/orderer_util.py", line 204, in getABStubForComposeService
channel = bdd_grpc_util.getGRPCChannel(ipAddress=ipAddress, port=port, root_certificates=root_certificates, ssl_target_name_override=composeService)
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/bdd_grpc_util.py", line 22, in getGRPCChannel
creds = grpc.ssl_channel_credentials(root_certificates=root_certificates)
AttributeError: 'module' object has no attribute 'ssl_channel_credentials'
Captured stdout:
Will copy gensisiBlock over at this point
ipAddress in getABStubForComposeService == 0.0.0.0:32786
context.failed = True
Failing scenarios:
features/bootstrap.feature:339 Bootstrap a development network with 4 peers (2 orgs) and 1 orderer (1 org), each having a single independent root of trust (No fabric-ca, just openssl) -- @1.1 Orderer Options
0 features passed, 1 failed, 0 skipped
0 scenarios passed, 1 failed, 0 skipped
15 steps passed, 1 failed, 68 skipped, 0 undefined
Took 0m16.689s
Here's environment
(behave_venv) cbf$ python --version
Python 2.7.10
(behave_venv) cbf$ pip freeze
appdirs==1.4.3
asn1crypto==0.22.0
b3j0f.aop==0.8.4
b3j0f.utils==1.4.4
behave==1.2.5
cffi==1.10.0
CouchDB==1.0
cryptography==1.8.1
ecdsa==0.13
enum34==1.1.6
Flask==0.10.1
Flask-Cors==2.0.1
futures==3.1.1
grpcio==0.13.1
grpcio-tools==1.2.1
idna==2.5
ipaddress==1.0.18
itsdangerous==0.24
Jinja2==2.9.6
MarkupSafe==1.0
nose==1.3.7
ordereddict==1.1
packaging==16.8
parse==1.8.0
parse-type==0.3.4
protobuf==3.3.0
pycparser==2.17
pyOpenSSL==16.2.0
pyparsing==2.2.0
pysha3==1.0b1
python-dateutil==2.2
python-slugify==1.2.4
pytz==2014.3
PyYAML==3.12
requests==2.4.3
six==1.10.0
Unidecode==0.4.20
Werkzeug==0.12.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment