Welcome to the Linux Foundation Forum!

ca.example container

Happy Thanksgiving everyone!

When i run docker ps, I get all containers but ca.example. How do i fix this? I believe this is causing my errors in lab4-6.

Thank you

ONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
de2c496a4611 hyperledger/fabric-tools "/bin/bash" 33 minutes ago Up 5 seconds cli
b79225347bea hyperledger/fabric-peer "peer node start" 33 minutes ago Up 8 seconds 0.0.0.0:7051->7051/tcp, 0.0.0.0:7053->7053/tcp peer0.org1.example.com
978d91367b2f hyperledger/fabric-peer "peer node start" 33 minutes ago Up 8 seconds 0.0.0.0:8051->7051/tcp, 0.0.0.0:8053->7053/tcp peer1.org1.example.com
03ce54759c2d hyperledger/fabric-couchdb "tini -- /docker-ent…" 33 minutes ago Up 13 seconds 4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp couchdbOrg1Peer0
4d3e8a81f941 hyperledger/fabric-couchdb "tini -- /docker-ent…" 33 minutes ago Up 14 seconds 4369/tcp, 9100/tcp, 0.0.0.0:6984->5984/tcp couchdbOrg1Peer1
6b3796166c98 hyperledger/fabric-orderer "orderer" 2 months ago Up 15 seconds 0.0.0.0:7050->7050/tcp orderer.example.com

Comments

  • BrettR
    BrettR Posts: 10

    Look in DOCKER-COMPOSE.YML. Check the KEYFILE environment section ca.example matches what is in the corresponding folder. Change the environment to match.

    ca.example.com:

    - FABRIC_CA_SERVER_CA_KEYFILE=/etc/hyperledger/fabric-ca-server-config/4239aa0dcd76daeeb8ba0cda701851d14504d31aad1b2ddddbac6a57365e497c_sk

  • BrettR
    BrettR Posts: 10

    Also, check the logs. They will indicate where, if any, a mismatch of keys

    docker container logs ca.example.com

    Hope that helps.

  • etrelz
    etrelz Posts: 29

    I have this command line, however, the lab guide does not have a command line on the reference: starting on page 19.

    Is this the correct command line information

    command: sh -c 'fabric-ca-server start -b admin:adminpw'

  • BrettR
    BrettR Posts: 10

    @etrelz said:
    I have this command line, however, the lab guide does not have a command line on the reference: starting on page 19.

    Is this the correct command line information

    command: sh -c 'fabric-ca-server start -b admin:adminpw'

    please run this and post results:

    docker container logs ca.example.com

  • etrelz
    etrelz Posts: 29

    Okay here is the results running docker-compose container logs ca.example

    eric@eric-VirtualBox:~/Desktop/fabric-samples/startFiles$ docker container logs ca.example.com

    2019/11/30 16:05:24 [INFO] Created default configuration file at /etc/hyperledger/fabric-ca-server/fabric-ca-server-config.yaml
    2019/11/30 16:05:24 [INFO] Starting server in home directory: /etc/hyperledger/fabric-ca-server
    2019/11/30 16:05:24 [INFO] Server Version: 1.4.3
    2019/11/30 16:05:24 [INFO] Server Levels: &{Identity:2 Affiliation:1 Certificate:1 Credential:1 RAInfo:1 Nonce:1}
    Error: Failed to find private key for certificate in '/etc/hyperledger/fabric-ca-server-config/ca.org1.example.com-cert.pem': Could not find matching private key for SKI: Failed getting key for SKI [[14 5 93 250 125 115 14 27 241 80 232 190 149 207 221 132 186 81 166 237 234 163 40 224 224 147 254 197 18 89 219 38]]: Key with SKI 0e055dfa7d730e1bf150e8be95cfdd84ba51a6edeaa328e0e093fec51259db26 not found in /etc/hyperledger/fabric-ca-server/msp/keystore

  • etrelz
    etrelz Posts: 29

    failed to find private key? Hope there is a solution.

    Thank you

    Error: Failed to find private key for certificate in '/etc/hyperledger/fabric-ca-server-config/ca.org1.example.com-cert.pem': Could not find matching private key for SKI: Failed getting key for SKI [[14 5 93 250 125 115 14 27 241 80 232 190 149 207 221 132 186 81 166 237 234 163 40 224 224 147 254 197 18 89 219 38]]: Key with SKI 0e055dfa7d730e1bf150e8be95cfdd84ba51a6edeaa328e0e093fec51259db26 not found in /etc/hyperledger/fabric-ca-server/msp/keystore

  • etrelz
    etrelz Posts: 29

    I decided to uninstall everything and start over. Thank you. And i all ready have an issue.

Categories

Upcoming Training