IBM / blockchainbean2

This code pattern shows how to model a supply-chain network using the IBM Blockchain Platform and is based on a collaboration with Brooklyn Roasting Company. The story, along with the supply-chain documents that were used to model this network, can be found at: https://www.ibm.com/blockchainbean. Note that the 'view the blockchain' button is being migrated''
https://developer.ibm.com/patterns/coffee-supply-chain-network-hyperledger-fabric-blockchain-2/
122 stars 84 forks source link

CrashLoopBackOff #34

Closed boraarazb closed 3 years ago

boraarazb commented 3 years ago

1.Openshift Cluster (4.6) was installed with Assissted Bare Metal Installer (3 Master and 2 Workers) 2.IBM Blockchain Platform (2.5.1.) was setup manually 3.While building network on IBM Blockchain Platform, in the very first step creating LobiCA (Certificate Authority), I got Pod Error "CrashLoopBackOff" 4.Log File

2020/11/13 22:07:23 [INFO] Configuration file location: /data/ca/fabric-ca-server-config.yaml 2020/11/13 22:07:24 [INFO] Starting server in home directory: /data/ca 2020/11/13 22:07:24 [INFO] Server Version: 1.4.9 2020/11/13 22:07:24 [INFO] Server Levels: &{Identity:2 Affiliation:1 Certificate:1 Credential:1 RAInfo:1 Nonce:1} 2020/11/13 22:07:24 [INFO] Loading CA from /data/tlsca/fabric-ca-server-config.yaml 2020/11/13 22:07:24 [INFO] The CA key and certificate files already exist 2020/11/13 22:07:24 [INFO] Key file location: /crypto/tlsca/key.pem 2020/11/13 22:07:24 [INFO] Certificate file location: /crypto/tlsca/cert.pem 2020/11/13 22:07:24 [ERROR] Error occurred initializing database: Error encountered while committing transaction: disk I/O error 2020/11/13 22:07:24 [INFO] The CA key and certificate files already exist 2020/11/13 22:07:24 [INFO] Key file location: /crypto/ca/key.pem 2020/11/13 22:07:24 [INFO] Certificate file location: /crypto/ca/cert.pem 2020/11/13 22:07:24 [ERROR] Error occurred initializing database: Error encountered while committing transaction: disk I/O error 2020/11/13 22:07:24 [INFO] Home directory for default CA: /data/ca 2020/11/13 22:07:24 [INFO] Operation Server Listening on [::]:9443 2020/11/13 22:07:24 [INFO] Listening on https://0.0.0.0:7054