hyperledger / hyperledger/fabric

Orderer - Failed to setup local msp with config: signing identity expired

Open
#5,064 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
16.7k
Forks
9.1k
Avg merge
5h 38m
Merged PRs (30d)
26

Description

Im currently running fabric 2.2.2 in AKS Kubernetes environment. I have 3 Orderers, 3 Orgs and all their certificates are expired on 31 May 2024. The orderers are currently down with the below error and stack trace due to expired certificates.

I have tried defining below env variables with no luck bringing the orderer up -
export ORDERER_GENERAL_TLS_TLSHANDSHAKETIMESHIFT='6000h'
export ORDERER_GENERAL_CLUSTER_TLSHANDSHAKETIMESHIFT='6000h'
export ORDERER_OPERATIONS_TLS_TLSHANDSHAKETIMESHIFT='6000h'
export ORDERER_KAFKA_TLS_TLSHANDSHAKETIMESHIFT='6000h'
export ORDERER_GENERAL_AUTHENTICATION_NOEXPIRATIONCHECKS=true
export ORDERER_GENERAL_AUTHENTICATION_TIMEWINDOW='6000h'

I tried doing timeshift using alpine-libfaketime as current pod is running as root and date cannot be changed dynamically, but libfaketime only changes /bin/date which go lang time.now() doesnt rely but instead it relies on host kernel time maybe(which i dont have control in AKS) ? . Can you let me know how to bring up the orderer in this case ?

```
2024-12-03 15:46:24.828 UTC [orderer.common.server] loadLocalMSP -> PANI 0f4 Failed to setup local msp with config: signing identity expired 4486h58m24.828276628s ago
panic: Failed to setup local msp with config: signing identity expired 4486h58m24.828276628s ago
```
```
/opt/gopath/src/github.com/hyperledger/fabric $ orderer
2024-12-03 15:46:23.532 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[interface{}]interface{} value for consensus
2024-12-03 15:46:23.533 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.533 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for consensus.WALDir setting to string /var/hyperledger/production/orderer/etcdraft/wal
2024-12-03 15:46:23.533 UTC [viperutil] unmarshalJSON -> DEBU 004 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.533 UTC [viperutil] getKeysRecursively -> DEBU 005 Found real value for consensus.SnapDir setting to string /var/hyperledger/production/orderer/etcdraft/snapshot
2024-12-03 15:46:23.533 UTC [viperutil] getKeysRecursively -> DEBU 006 Found map[interface{}]interface{} value for general
2024-12-03 15:46:23.533 UTC [viperutil] unmarshalJSON -> DEBU 007 Unmarshal JSON: value cannot be unmarshalled: invalid character '.' after top-level value
2024-12-03 15:46:23.533 UTC [viperutil] getKeysRecursively -> DEBU 008 Found real value for general.ListenAddress setting to string 0.0.0.0
2024-12-03 15:46:23.533 UTC [viperutil] unmarshalJSON -> DEBU 009 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.533 UTC [viperutil] getKeysRecursively -> DEBU 00a Found real value for general.LocalMSPDir setting to string /var/hyperledger/orderer/msp
2024-12-03 15:46:23.623 UTC [viperutil] unmarshalJSON -> DEBU 00b Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.623 UTC [viperutil] getKeysRecursively -> DEBU 00c Found real value for general.ConnectionTimeout setting to
2024-12-03 15:46:23.623 UTC [viperutil] unmarshalJSON -> DEBU 00d Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.623 UTC [viperutil] getKeysRecursively -> DEBU 00e Found real value for general.BootstrapFile setting to
2024-12-03 15:46:23.624 UTC [viperutil] getKeysRecursively -> DEBU 00f Found map[string]interface{} value for general.TLS
2024-12-03 15:46:23.628 UTC [viperutil] unmarshalJSON -> DEBU 010 Unmarshal JSON: value is not a string: false
2024-12-03 15:46:23.628 UTC [viperutil] getKeysRecursively -> DEBU 011 Found real value for general.TLS.ClientAuthRequired setting to bool false
2024-12-03 15:46:23.628 UTC [viperutil] unmarshalJSON -> DEBU 012 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.628 UTC [viperutil] getKeysRecursively -> DEBU 013 Found real value for general.TLS.ClientRootCAs setting to
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value cannot be unmarshalled: json: cannot unmarshal bool into Go value of type map[string]string
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for general.TLS.Enabled setting to string true
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value cannot be unmarshalled: invalid character 'h' after top-level value
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for general.TLS.TLSHandshakeTimeShift setting to string 5000h
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for general.TLS.PrivateKey setting to string /var/hyperledger/orderer/tls/server.key
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 01a Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 01b Found real value for general.TLS.Certificate setting to string /var/hyperledger/orderer/tls/server.crt
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 01c Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 01d Found real value for general.TLS.RootCAs setting to string [/var/hyperledger/orderer/tls/ca.crt]
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 01e Found map[string]interface{} value for general.Profile
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 01f Unmarshal JSON: value cannot be unmarshalled: invalid character '.' after top-level value
2024-12-03 15:46:23.629 UTC [viperutil] getKeysRecursively -> DEBU 020 Found real value for general.Profile.Address setting to string 0.0.0.0:6060
2024-12-03 15:46:23.629 UTC [viperutil] unmarshalJSON -> DEBU 021 Unmarshal JSON: value is not a string: false
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 022 Found real value for general.Profile.Enabled setting to bool false
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 023 Found map[string]interface{} value for general.Authentication
2024-12-03 15:46:23.630 UTC [viperutil] unmarshalJSON -> DEBU 024 Unmarshal JSON: value cannot be unmarshalled: invalid character 'm' after top-level value
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 025 Found real value for general.Authentication.TimeWindow setting to string 15m
2024-12-03 15:46:23.630 UTC [viperutil] unmarshalJSON -> DEBU 026 Unmarshal JSON: value cannot be unmarshalled: json: cannot unmarshal bool into Go value of type map[string]string
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 027 Found real value for general.Authentication.NoExpirationChecks setting to string true
2024-12-03 15:46:23.630 UTC [viperutil] unmarshalJSON -> DEBU 028 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 029 Found real value for general.GenesisFile setting to string /var/hyperledger/orderer/orderer.genesis.block
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 02a Found map[string]interface{} value for general.Keepalive
2024-12-03 15:46:23.630 UTC [viperutil] unmarshalJSON -> DEBU 02b Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 02c Found real value for general.Keepalive.ServerInterval setting to string 7200s
2024-12-03 15:46:23.630 UTC [viperutil] unmarshalJSON -> DEBU 02d Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:23.630 UTC [viperutil] getKeysRecursively -> DEBU 02e Found real value for general.Keepalive.ServerTimeout setting to string 20s
2024-12-03 15:46:23.730 UTC [viperutil] unmarshalJSON -> DEBU 02f Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:23.737 UTC [viperutil] getKeysRecursively -> DEBU 030 Found real value for general.Keepalive.ServerMinInterval setting to string 60s
2024-12-03 15:46:23.738 UTC [viperutil] getKeysRecursively -> DEBU 031 Found map[string]interface{} value for general.Cluster
2024-12-03 15:46:23.738 UTC [viperutil] unmarshalJSON -> DEBU 032 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.738 UTC [viperutil] getKeysRecursively -> DEBU 033 Found real value for general.Cluster.ListenAddress setting to
2024-12-03 15:46:23.738 UTC [viperutil] unmarshalJSON -> DEBU 034 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.739 UTC [viperutil] getKeysRecursively -> DEBU 035 Found real value for general.Cluster.ServerCertificate setting to
2024-12-03 15:46:23.739 UTC [viperutil] unmarshalJSON -> DEBU 036 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.739 UTC [viperutil] getKeysRecursively -> DEBU 037 Found real value for general.Cluster.ReplicationBufferSize setting to
2024-12-03 15:46:23.739 UTC [viperutil] unmarshalJSON -> DEBU 038 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.739 UTC [viperutil] getKeysRecursively -> DEBU 039 Found real value for general.Cluster.ReplicationRetryTimeout setting to
2024-12-03 15:46:23.739 UTC [viperutil] unmarshalJSON -> DEBU 03a Unmarshal JSON: value cannot be unmarshalled: invalid character 'h' after top-level value
2024-12-03 15:46:23.739 UTC [viperutil] getKeysRecursively -> DEBU 03b Found real value for general.Cluster.TLSHandshakeTimeShift setting to string 5000h
2024-12-03 15:46:23.739 UTC [viperutil] unmarshalJSON -> DEBU 03c Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.740 UTC [viperutil] getKeysRecursively -> DEBU 03d Found real value for general.Cluster.ServerPrivateKey setting to
2024-12-03 15:46:23.740 UTC [viperutil] unmarshalJSON -> DEBU 03e Unmarshal JSON: value is not a string: 10
2024-12-03 15:46:23.740 UTC [viperutil] getKeysRecursively -> DEBU 03f Found real value for general.Cluster.SendBufferSize setting to int 10
2024-12-03 15:46:23.740 UTC [viperutil] unmarshalJSON -> DEBU 040 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.740 UTC [viperutil] getKeysRecursively -> DEBU 041 Found real value for general.Cluster.ListenPort setting to
2024-12-03 15:46:23.740 UTC [viperutil] unmarshalJSON -> DEBU 042 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.740 UTC [viperutil] getKeysRecursively -> DEBU 043 Found real value for general.Cluster.ReplicationBackgroundRefreshInterval setting to
2024-12-03 15:46:23.741 UTC [viperutil] unmarshalJSON -> DEBU 044 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.741 UTC [viperutil] getKeysRecursively -> DEBU 045 Found real value for general.Cluster.ReplicationMaxRetries setting to
2024-12-03 15:46:23.741 UTC [viperutil] unmarshalJSON -> DEBU 046 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.741 UTC [viperutil] getKeysRecursively -> DEBU 047 Found real value for general.Cluster.CertExpirationWarningThreshold setting to
2024-12-03 15:46:23.741 UTC [viperutil] unmarshalJSON -> DEBU 048 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.741 UTC [viperutil] getKeysRecursively -> DEBU 049 Found real value for general.Cluster.ClientPrivateKey setting to string /var/hyperledger/orderer/tls/server.key
2024-12-03 15:46:23.741 UTC [viperutil] unmarshalJSON -> DEBU 04a Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.741 UTC [viperutil] getKeysRecursively -> DEBU 04b Found real value for general.Cluster.RootCAs setting to string [/var/hyperledger/orderer/tls/ca.crt]
2024-12-03 15:46:23.824 UTC [viperutil] unmarshalJSON -> DEBU 04c Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.824 UTC [viperutil] getKeysRecursively -> DEBU 04d Found real value for general.Cluster.DialTimeout setting to
2024-12-03 15:46:23.824 UTC [viperutil] unmarshalJSON -> DEBU 04e Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.824 UTC [viperutil] getKeysRecursively -> DEBU 04f Found real value for general.Cluster.ClientCertificate setting to string /var/hyperledger/orderer/tls/server.crt
2024-12-03 15:46:23.824 UTC [viperutil] unmarshalJSON -> DEBU 050 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.824 UTC [viperutil] getKeysRecursively -> DEBU 051 Found real value for general.Cluster.RPCTimeout setting to
2024-12-03 15:46:23.825 UTC [viperutil] unmarshalJSON -> DEBU 052 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 053 Found real value for general.Cluster.ReplicationPullTimeout setting to
2024-12-03 15:46:23.825 UTC [viperutil] unmarshalJSON -> DEBU 054 Unmarshal JSON: value cannot be unmarshalled: invalid character 'h' looking for beginning of value
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 055 Found real value for general.LocalMSPID setting to string hosMSP
2024-12-03 15:46:23.825 UTC [viperutil] unmarshalJSON -> DEBU 056 Unmarshal JSON: value is not a string: 7050
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 057 Found real value for general.ListenPort setting to int 7050
2024-12-03 15:46:23.825 UTC [viperutil] unmarshalJSON -> DEBU 058 Unmarshal JSON: value cannot be unmarshalled: invalid character 'i' in literal false (expecting 'a')
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 059 Found real value for general.BootstrapMethod setting to string file
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 05a Found map[string]interface{} value for general.BCCSP
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 05b Found map[string]interface{} value for general.BCCSP.SW
2024-12-03 15:46:23.825 UTC [viperutil] unmarshalJSON -> DEBU 05c Unmarshal JSON: value is not a string: 256
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 05d Found real value for general.BCCSP.SW.Security setting to int 256
2024-12-03 15:46:23.825 UTC [viperutil] getKeysRecursively -> DEBU 05e Found map[string]interface{} value for general.BCCSP.SW.FileKeyStore
2024-12-03 15:46:23.826 UTC [viperutil] unmarshalJSON -> DEBU 05f Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.826 UTC [viperutil] getKeysRecursively -> DEBU 060 Found real value for general.BCCSP.SW.FileKeyStore.KeyStore setting to
2024-12-03 15:46:23.826 UTC [viperutil] unmarshalJSON -> DEBU 061 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
2024-12-03 15:46:23.826 UTC [viperutil] getKeysRecursively -> DEBU 062 Found real value for general.BCCSP.SW.Hash setting to string SHA2
2024-12-03 15:46:23.826 UTC [viperutil] getKeysRecursively -> DEBU 063 Found map[string]interface{} value for general.BCCSP.PKCS11
2024-12-03 15:46:23.826 UTC [viperutil] unmarshalJSON -> DEBU 064 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.826 UTC [viperutil] getKeysRecursively -> DEBU 065 Found real value for general.BCCSP.PKCS11.Pin setting to
2024-12-03 15:46:23.826 UTC [viperutil] unmarshalJSON -> DEBU 066 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.826 UTC [viperutil] getKeysRecursively -> DEBU 067 Found real value for general.BCCSP.PKCS11.Hash setting to
2024-12-03 15:46:23.826 UTC [viperutil] unmarshalJSON -> DEBU 068 Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 069 Found real value for general.BCCSP.PKCS11.Security setting to
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 06a Found map[string]interface{} value for general.BCCSP.PKCS11.FileKeyStore
2024-12-03 15:46:23.827 UTC [viperutil] unmarshalJSON -> DEBU 06b Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 06c Found real value for general.BCCSP.PKCS11.FileKeyStore.KeyStore setting to
2024-12-03 15:46:23.827 UTC [viperutil] unmarshalJSON -> DEBU 06d Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 06e Found real value for general.BCCSP.PKCS11.Library setting to
2024-12-03 15:46:23.827 UTC [viperutil] unmarshalJSON -> DEBU 06f Unmarshal JSON: value is not a string:
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 070 Found real value for general.BCCSP.PKCS11.Label setting to
2024-12-03 15:46:23.827 UTC [viperutil] unmarshalJSON -> DEBU 071 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
2024-12-03 15:46:23.827 UTC [viperutil] getKeysRecursively -> DEBU 072 Found real value for general.BCCSP.Default setting to string SW
2024-12-03 15:46:23.828 UTC [viperutil] unmarshalJSON -> DEBU 073 Unmarshal JSON: value cannot be unmarshalled: invalid character 'i' in literal false (expecting 'a')
2024-12-03 15:46:23.828 UTC [viperutil] getKeysRecursively -> DEBU 074 Found real value for general.GenesisMethod setting to string file
2024-12-03 15:46:23.828 UTC [viperutil] getKeysRecursively -> DEBU 075 Found map[interface{}]interface{} value for fileledger
2024-12-03 15:46:23.828 UTC [viperutil] unmarshalJSON -> DEBU 076 Unmarshal JSON: value cannot be unmarshalled: invalid character '/' looking for beginning of value
2024-12-03 15:46:23.828 UTC [viperutil] getKeysRecursively -> DEBU 077 Found real value for fileledger.Location setting to string /var/hyperledger/production/orderer
2024-12-03 15:46:23.828 UTC [viperutil] unmarshalJSON -> DEBU 078 Unmarshal JSON: value cannot be unmarshalled: invalid character 'h' looking for beginning of value
2024-12-03 15:46:23.828 UTC [viperutil] getKeysRecursively -> DEBU 079 Found real value for fileledger.Prefix setting to string hyperledger-fabric-ordererledger
2024-12-03 15:46:23.828 UTC [viperutil] getKeysRecursively -> DEBU 07a Found map[interface{}]interface{} value for kafka
2024-12-03 15:46:23.932 UTC [viperutil] unmarshalJSON -> DEBU 07b Unmarshal JSON: value is not a string: false
2024-12-03 15:46:23.932 UTC [viperutil] getKeysRecursively -> DEBU 07c Found real value for kafka.Verbose setting to bool false
2024-12-03 15:46:23.932 UTC [viperutil] getKeysRecursively -> DEBU 07d Found map[string]interface{} value for kafka.TLS
2024-12-03 15:46:23.932 UTC [viperutil] unmarshalJSON -> DEBU 07e Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.025 UTC [viperutil] getKeysRecursively -> DEBU 07f Found real value for kafka.TLS.ClientAuthRequired setting to
2024-12-03 15:46:24.025 UTC [viperutil] unmarshalJSON -> DEBU 080 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.026 UTC [viperutil] getKeysRecursively -> DEBU 081 Found real value for kafka.TLS.ClientRootCAs setting to
2024-12-03 15:46:24.028 UTC [viperutil] unmarshalJSON -> DEBU 082 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.028 UTC [viperutil] getKeysRecursively -> DEBU 083 Found real value for kafka.TLS.TLSHandshakeTimeShift setting to
2024-12-03 15:46:24.028 UTC [viperutil] unmarshalJSON -> DEBU 084 Unmarshal JSON: value is not a string: false
2024-12-03 15:46:24.028 UTC [viperutil] getKeysRecursively -> DEBU 085 Found real value for kafka.TLS.Enabled setting to bool false
2024-12-03 15:46:24.028 UTC [viperutil] unmarshalJSON -> DEBU 086 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.029 UTC [viperutil] getKeysRecursively -> DEBU 087 Found real value for kafka.TLS.PrivateKey setting to
2024-12-03 15:46:24.029 UTC [viperutil] unmarshalJSON -> DEBU 088 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.029 UTC [viperutil] getKeysRecursively -> DEBU 089 Found real value for kafka.TLS.Certificate setting to
2024-12-03 15:46:24.030 UTC [viperutil] unmarshalJSON -> DEBU 08a Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.030 UTC [viperutil] getKeysRecursively -> DEBU 08b Found real value for kafka.TLS.RootCAs setting to
2024-12-03 15:46:24.030 UTC [viperutil] getKeysRecursively -> DEBU 08c Found map[string]interface{} value for kafka.SASLPlain
2024-12-03 15:46:24.031 UTC [viperutil] unmarshalJSON -> DEBU 08d Unmarshal JSON: value is not a string: false
2024-12-03 15:46:24.032 UTC [viperutil] getKeysRecursively -> DEBU 08e Found real value for kafka.SASLPlain.Enabled setting to bool false
2024-12-03 15:46:24.033 UTC [viperutil] unmarshalJSON -> DEBU 08f Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.120 UTC [viperutil] getKeysRecursively -> DEBU 090 Found real value for kafka.SASLPlain.User setting to
2024-12-03 15:46:24.129 UTC [viperutil] unmarshalJSON -> DEBU 091 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 092 Found real value for kafka.SASLPlain.Password setting to
2024-12-03 15:46:24.224 UTC [viperutil] unmarshalJSON -> DEBU 093 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 094 Found real value for kafka.Version setting to
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 095 Found map[string]interface{} value for kafka.Retry
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 096 Found map[string]interface{} value for kafka.Retry.Consumer
2024-12-03 15:46:24.224 UTC [viperutil] unmarshalJSON -> DEBU 097 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 098 Found real value for kafka.Retry.Consumer.RetryBackoff setting to string 2s
2024-12-03 15:46:24.224 UTC [viperutil] unmarshalJSON -> DEBU 099 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.224 UTC [viperutil] getKeysRecursively -> DEBU 09a Found real value for kafka.Retry.ShortInterval setting to string 5s
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 09b Unmarshal JSON: value cannot be unmarshalled: invalid character 'm' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 09c Found real value for kafka.Retry.ShortTotal setting to string 10m
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 09d Unmarshal JSON: value cannot be unmarshalled: invalid character 'm' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 09e Found real value for kafka.Retry.LongInterval setting to string 5m
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 09f Unmarshal JSON: value cannot be unmarshalled: invalid character 'h' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a0 Found real value for kafka.Retry.LongTotal setting to string 12h
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a1 Found map[string]interface{} value for kafka.Retry.NetworkTimeouts
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 0a2 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a3 Found real value for kafka.Retry.NetworkTimeouts.ReadTimeout setting to string 10s
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 0a4 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a5 Found real value for kafka.Retry.NetworkTimeouts.WriteTimeout setting to string 10s
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 0a6 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a7 Found real value for kafka.Retry.NetworkTimeouts.DialTimeout setting to string 10s
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0a8 Found map[string]interface{} value for kafka.Retry.Metadata
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 0a9 Unmarshal JSON: value cannot be unmarshalled: invalid character 'm' after top-level value
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0aa Found real value for kafka.Retry.Metadata.RetryBackoff setting to string 250ms
2024-12-03 15:46:24.225 UTC [viperutil] unmarshalJSON -> DEBU 0ab Unmarshal JSON: value is not a string: 3
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0ac Found real value for kafka.Retry.Metadata.RetryMax setting to int 3
2024-12-03 15:46:24.225 UTC [viperutil] getKeysRecursively -> DEBU 0ad Found map[string]interface{} value for kafka.Retry.Producer
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0ae Unmarshal JSON: value cannot be unmarshalled: invalid character 'm' after top-level value
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0af Found real value for kafka.Retry.Producer.RetryBackoff setting to string 100ms
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0b0 Unmarshal JSON: value is not a string: 3
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b1 Found real value for kafka.Retry.Producer.RetryMax setting to int 3
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b2 Found map[string]interface{} value for kafka.Topic
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0b3 Unmarshal JSON: value is not a string: 3
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b4 Found real value for kafka.Topic.ReplicationFactor setting to int 3
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b5 Found map[interface{}]interface{} value for debug
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0b6 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b7 Found real value for debug.DeliverTraceDir setting to
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0b8 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0b9 Found real value for debug.BroadcastTraceDir setting to
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0ba Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0bb Found real value for ChannelParticipation setting to
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0bc Found map[interface{}]interface{} value for operations
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0bd Unmarshal JSON: value cannot be unmarshalled: invalid character '.' after top-level value
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0be Found real value for operations.ListenAddress setting to string 0.0.0.0:8443
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0bf Found map[string]interface{} value for operations.TLS
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0c0 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0c1 Found real value for operations.TLS.TLSHandshakeTimeShift setting to
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0c2 Unmarshal JSON: value is not a string: false
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0c3 Found real value for operations.TLS.Enabled setting to bool false
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0c4 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0c5 Found real value for operations.TLS.Certificate setting to
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0c6 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0c7 Found real value for operations.TLS.PrivateKey setting to
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0c8 Unmarshal JSON: value is not a string: false
2024-12-03 15:46:24.226 UTC [viperutil] getKeysRecursively -> DEBU 0c9 Found real value for operations.TLS.ClientAuthRequired setting to bool false
2024-12-03 15:46:24.226 UTC [viperutil] unmarshalJSON -> DEBU 0ca Unmarshal JSON: value is not a string: []
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0cb Found real value for operations.TLS.ClientRootCAs setting to []interface {} []
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0cc Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0cd Found real value for operations.TLS.RootCAs setting to
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0ce Found map[interface{}]interface{} value for metrics
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0cf Unmarshal JSON: value cannot be unmarshalled: invalid character 'p' looking for beginning of value
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d0 Found real value for metrics.Provider setting to string prometheus
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d1 Found map[string]interface{} value for metrics.Statsd
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0d2 Unmarshal JSON: value cannot be unmarshalled: invalid character 's' after top-level value
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d3 Found real value for metrics.Statsd.WriteInterval setting to string 30s
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0d4 Unmarshal JSON: value is not a string:
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d5 Found real value for metrics.Statsd.Prefix setting to
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0d6 Unmarshal JSON: value cannot be unmarshalled: invalid character 'u' looking for beginning of value
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d7 Found real value for metrics.Statsd.Network setting to string udp
2024-12-03 15:46:24.227 UTC [viperutil] unmarshalJSON -> DEBU 0d8 Unmarshal JSON: value cannot be unmarshalled: invalid character '.' after top-level value
2024-12-03 15:46:24.227 UTC [viperutil] getKeysRecursively -> DEBU 0d9 Found real value for metrics.Statsd.Address setting to string 127.0.0.1:8125
2024-12-03 15:46:24.227 UTC [viperutil] EnhancedExactUnmarshal -> DEBU 0da map[ChannelParticipation: consensus:map[SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot WALDir:/var/hyperledger/production/orderer/etcdraft/wal] debug:map[BroadcastTraceDir: DeliverTraceDir:] fileledger:map[Location:/var/hyperledger/production/orderer Prefix:hyperledger-fabric-ordererledger] general:map[Authentication:map[NoExpirationChecks:true TimeWindow:15m] BCCSP:map[Default:SW PKCS11:map[FileKeyStore:map[KeyStore:] Hash: Label: Library: Pin: Security:] SW:map[FileKeyStore:map[KeyStore:] Hash:SHA2 Security:256]] BootstrapFile: BootstrapMethod:file Cluster:map[CertExpirationWarningThreshold: ClientCertificate:/var/hyperledger/orderer/tls/server.crt ClientPrivateKey:/var/hyperledger/orderer/tls/server.key DialTimeout: ListenAddress: ListenPort: RPCTimeout: ReplicationBackgroundRefreshInterval: ReplicationBufferSize: ReplicationMaxRetries: ReplicationPullTimeout: ReplicationRetryTimeout: RootCAs:[/var/hyperledger/orderer/tls/ca.crt] SendBufferSize:10 ServerCertificate: ServerPrivateKey: TLSHandshakeTimeShift:5000h] ConnectionTimeout: GenesisFile:/var/hyperledger/orderer/orderer.genesis.block GenesisMethod:file Keepalive:map[ServerInterval:7200s ServerMinInterval:60s ServerTimeout:20s] ListenAddress:0.0.0.0 ListenPort:7050 LocalMSPDir:/var/hyperledger/orderer/msp LocalMSPID:hosMSP Profile:map[Address:0.0.0.0:6060 Enabled:false] TLS:map[Certificate:/var/hyperledger/orderer/tls/server.crt ClientAuthRequired:false ClientRootCAs: Enabled:true PrivateKey:/var/hyperledger/orderer/tls/server.key RootCAs:[/var/hyperledger/orderer/tls/ca.crt] TLSHandshakeTimeShift:5000h]] kafka:map[Retry:map[Consumer:map[RetryBackoff:2s] LongInterval:5m LongTotal:12h Metadata:map[RetryBackoff:250ms RetryMax:3] NetworkTimeouts:map[DialTimeout:10s ReadTimeout:10s WriteTimeout:10s] Producer:map[RetryBackoff:100ms RetryMax:3] ShortInterval:5s ShortTotal:10m] SASLPlain:map[Enabled:false Password: User:] TLS:map[Certificate: ClientAuthRequired: ClientRootCAs: Enabled:false PrivateKey: RootCAs: TLSHandshakeTimeShift:] Topic:map[ReplicationFactor:3] Verbose:false Version:] metrics:map[Provider:prometheus Statsd:map[Address:127.0.0.1:8125 Network:udp Prefix: WriteInterval:30s]] operations:map[ListenAddress:0.0.0.0:8443 TLS:map[Certificate: ClientAuthRequired:false ClientRootCAs:[] Enabled:false PrivateKey: RootCAs: TLSHandshakeTimeShift:]]]
2024-12-03 15:46:24.238 UTC [localconfig] completeInitialization -> WARN 0db General.GenesisFile should be replaced by General.BootstrapFile
2024-12-03 15:46:24.238 UTC [localconfig] completeInitialization -> INFO 0dc Kafka.Version unset, setting to 0.10.2.0
2024-12-03 15:46:24.238 UTC [orderer.common.server] prettyPrintStruct -> INFO 0dd Orderer config values:
General.ListenAddress = "0.0.0.0"
General.ListenPort = 7050
General.TLS.Enabled = true
General.TLS.PrivateKey = "/var/hyperledger/orderer/tls/server.key"
General.TLS.Certificate = "/var/hyperledger/orderer/tls/server.crt"
General.TLS.RootCAs = [/var/hyperledger/orderer/tls/ca.crt]
General.TLS.ClientAuthRequired = false
General.TLS.ClientRootCAs = []
General.TLS.TLSHandshakeTimeShift = 5000h0m0s
General.Cluster.ListenAddress = ""
General.Cluster.ListenPort = 0
General.Cluster.ServerCertificate = ""
General.Cluster.ServerPrivateKey = ""
General.Cluster.ClientCertificate = "/var/hyperledger/orderer/tls/server.crt"
General.Cluster.ClientPrivateKey = "/var/hyperledger/orderer/tls/server.key"
General.Cluster.RootCAs = [/var/hyperledger/orderer/tls/ca.crt]
General.Cluster.DialTimeout = 5s
General.Cluster.RPCTimeout = 7s
General.Cluster.ReplicationBufferSize = 20971520
General.Cluster.ReplicationPullTimeout = 5s
General.Cluster.ReplicationRetryTimeout = 5s
General.Cluster.ReplicationBackgroundRefreshInterval = 5m0s
General.Cluster.ReplicationMaxRetries = 12
General.Cluster.SendBufferSize = 10
General.Cluster.CertExpirationWarningThreshold = 168h0m0s
General.Cluster.TLSHandshakeTimeShift = 5000h0m0s
General.Keepalive.ServerMinInterval = 1m0s
General.Keepalive.ServerInterval = 2h0m0s
General.Keepalive.ServerTimeout = 20s
General.ConnectionTimeout = 0s
General.GenesisMethod = "file"
General.GenesisFile = "/var/hyperledger/orderer/orderer.genesis.block"
General.BootstrapMethod = "file"
General.BootstrapFile = "/var/hyperledger/orderer/orderer.genesis.block"
General.Profile.Enabled = false
General.Profile.Address = "0.0.0.0:6060"
General.LocalMSPDir = "/var/hyperledger/orderer/msp"
General.LocalMSPID = "hosMSP"
General.BCCSP.ProviderName = "SW"
General.BCCSP.SwOpts.SecLevel = 256
General.BCCSP.SwOpts.HashFamily = "SHA2"
General.BCCSP.SwOpts.FileKeystore.KeyStorePath = ""
General.BCCSP.SwOpts.DummyKeystore =
General.BCCSP.SwOpts.InmemKeystore =
General.Authentication.TimeWindow = 15m0s
General.Authentication.NoExpirationChecks = true
FileLedger.Location = "/var/hyperledger/production/orderer"
FileLedger.Prefix = "hyperledger-fabric-ordererledger"
Kafka.Retry.ShortInterval = 5s
Kafka.Retry.ShortTotal = 10m0s
Kafka.Retry.LongInterval = 5m0s
Kafka.Retry.LongTotal = 12h0m0s
Kafka.Retry.NetworkTimeouts.DialTimeout = 10s
Kafka.Retry.NetworkTimeouts.ReadTimeout = 10s
Kafka.Retry.NetworkTimeouts.WriteTimeout = 10s
Kafka.Retry.Metadata.RetryMax = 3
Kafka.Retry.Metadata.RetryBackoff = 250ms
Kafka.Retry.Producer.RetryMax = 3
Kafka.Retry.Producer.RetryBackoff = 100ms
Kafka.Retry.Consumer.RetryBackoff = 2s
Kafka.Verbose = false
Kafka.Version = 0.10.2.0
Kafka.TLS.Enabled = false
Kafka.TLS.PrivateKey = ""
Kafka.TLS.Certificate = ""
Kafka.TLS.RootCAs = []
Kafka.TLS.ClientAuthRequired = false
Kafka.TLS.ClientRootCAs = []
Kafka.TLS.TLSHandshakeTimeShift = 0s
Kafka.SASLPlain.Enabled = false
Kafka.SASLPlain.User = ""
Kafka.SASLPlain.Password = ""
Kafka.Topic.ReplicationFactor = 3
Debug.BroadcastTraceDir = ""
Debug.DeliverTraceDir = ""
Consensus = map[SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot WALDir:/var/hyperledger/production/orderer/etcdraft/wal]
Operations.ListenAddress = "0.0.0.0:8443"
Operations.TLS.Enabled = false
Operations.TLS.PrivateKey = ""
Operations.TLS.Certificate = ""
Operations.TLS.RootCAs = []
Operations.TLS.ClientAuthRequired = false
Operations.TLS.ClientRootCAs = []
Operations.TLS.TLSHandshakeTimeShift = 0s
Metrics.Provider = "prometheus"
Metrics.Statsd.Network = "udp"
Metrics.Statsd.Address = "127.0.0.1:8125"
Metrics.Statsd.WriteInterval = 30s
Metrics.Statsd.Prefix = ""
ChannelParticipation.Enabled = false
ChannelParticipation.RemoveStorage = false
2024-12-03 15:46:24.336 UTC [bccsp] GetDefault -> DEBU 0de Before using BCCSP, please call InitFactories(). Falling back to bootBCCSP.
2024-12-03 15:46:24.336 UTC [bccsp_sw] openKeyStore -> DEBU 0df KeyStore opened at [/var/hyperledger/orderer/msp/keystore]...done
2024-12-03 15:46:24.336 UTC [msp] getPemMaterialFromDir -> DEBU 0e0 Reading directory /var/hyperledger/orderer/msp/signcerts
2024-12-03 15:46:24.336 UTC [msp] getPemMaterialFromDir -> DEBU 0e1 Inspecting file /var/hyperledger/orderer/msp/signcerts/orderer1-hos-cert.pem
2024-12-03 15:46:24.336 UTC [msp] getPemMaterialFromDir -> DEBU 0e2 Reading directory /var/hyperledger/orderer/msp/cacerts
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e3 Inspecting file /var/hyperledger/orderer/msp/cacerts/rca-hos-cert.pem
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e4 Reading directory /var/hyperledger/orderer/msp/admincerts
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e5 Inspecting file /var/hyperledger/orderer/msp/admincerts/hosadmin-cert.pem
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e6 Reading directory /var/hyperledger/orderer/msp/intermediatecerts
2024-12-03 15:46:24.337 UTC [msp] getMspConfig -> DEBU 0e7 Intermediate certs folder not found at [/var/hyperledger/orderer/msp/intermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/intermediatecerts: no such file or directory]
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e8 Reading directory /var/hyperledger/orderer/msp/tlscacerts
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0e9 Inspecting file /var/hyperledger/orderer/msp/tlscacerts/tlsca-cert.pem
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0ea Reading directory /var/hyperledger/orderer/msp/tlsintermediatecerts
2024-12-03 15:46:24.337 UTC [msp] getMspConfig -> DEBU 0eb TLS intermediate certs folder not found at [/var/hyperledger/orderer/msp/tlsintermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/tlsintermediatecerts: no such file or directory]
2024-12-03 15:46:24.337 UTC [msp] getPemMaterialFromDir -> DEBU 0ec Reading directory /var/hyperledger/orderer/msp/crls
2024-12-03 15:46:24.337 UTC [msp] getMspConfig -> DEBU 0ed crls folder not found at [/var/hyperledger/orderer/msp/crls]. Skipping. [stat /var/hyperledger/orderer/msp/crls: no such file or directory]
2024-12-03 15:46:24.337 UTC [msp] getMspConfig -> DEBU 0ee Loading NodeOUs
2024-12-03 15:46:24.337 UTC [msp] newBccspMsp -> DEBU 0ef Creating BCCSP-based MSP instance
2024-12-03 15:46:24.338 UTC [msp] Setup -> DEBU 0f0 Setting up MSP instance hosMSP
2024-12-03 15:46:24.338 UTC [msp.identity] newIdentity -> DEBU 0f1 Creating identity instance for cert -----BEGIN CERTIFICATE-----
MIIB0zCCAXmgAwIBAgIUAMFFLw8rtai0sHv4HW8EjDezfNUwCgYIKoZIzj0EAwIw
RjELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENhcm9saW5hMQwwCgYDVQQK
EwNob3MxEDAOBgNVBAMTB3JjYS1ob3MwHhcNMjMwNTMxMDY0MjAwWhcNMzgwNTI3
MDY0MjAwWjBGMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGggQ2Fyb2xpbmEx
DDAKBgNVBAoTA2hvczEQMA4GA1UEAxMHcmNhLWhvczBZMBMGByqGSM49AgEGCCqG
SM49AwEHA0IABHtv+QSrFEvAp2EmnKt8hiytllW0jT6/U7o7dagOqwwwenqgAM
TecXBVdJmxLx9ieE5WOFI/EF8yiuPTLvYvCjRTBDMA4GA1UdDwEB/wQEAwIBBjAS
BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBRUblebsmdKJxKNlCL+0AZwBEMz
eTAKBggqhkjOPQQDAgNIADBFAiEA4ceDz5bwa+LW/DuI35WVc0D7xwFZ6bj5XkPX
biCEe6sCIFxmKVpxWqjgjdwJs6WRg3cgIOA8E726IwXTITvpKXC/
-----END CERTIFICATE-----
2024-12-03 15:46:24.338 UTC [msp.identity] newIdentity -> DEBU 0f2 Creating identity instance for cert -----BEGIN CERTIFICATE-----
MIICizCCAjGgAwIBAgIUCwZq9IWHrLDhwpAaYCjLgq4ZP2wwCgYIKoZIzj0EAwIw
RjELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENhcm9saW5hMQwwCgYDVQQK
EwNob3MxEDAOBgNVBAMTB3JjYS1ob3MwHhcNMjMwNTMxMTY0MzAwWhcNMjQwNTMw
MTY0ODAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGggQ2Fyb2xpbmEx
EjAQBgNVBAoTCUhvbmV5d2VsbDEQMA4GA1UECxMHb3JkZXJlcjEVMBMGA1UEAxMM
b3JkZXJlcjEtaG9zMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUq69IHgaZUaf
LO36Yhh7A9dTi8l+0s1q8CrN8An2AS45X/s7pgoEpDzQNeW6H+G9Boe6707gRN
I8XEvI+4s6OB3zCB3DAOBgNVHQ8BAf8EBAMCB4AwDAYDVR0TAQH/BAIwADAdBgNV
HQ4EFgQU9tY8aVbyV5xnIB4VDLRDvI9Y4G4wHwYDVR0jBBgwFoAUVG5Xm7JnSicS
jZQi/tAGcARDM3kwGgYDVR0RBBMwEYIPZmFicmljLWNhLWNsaS0wMGAGCCoDBAUG
BwgBBFR7ImF0dHJzIjp7ImhmLkFmZmlsaWF0aW9uIjoiIiwiaGYuRW5yb2xsbWVu
dElEIjoib3JkZXJlcjEtaG9zIiwiaGYuVHlwZSI6Im9yZGVyZXIifX0wCgYIKoZI
zj0EAwIDSAAwRQIhAIfAhQhEU/IH8m6KKR9o2Grv74RQ8TaPVqdEJRVeZCxmAiB7
aaZz+2z0F5FphiukmQEHWu9OHvIGKIQcM50MwBVfaw==
-----END CERTIFICATE-----
2024-12-03 15:46:24.823 UTC [msp.identity] newIdentity -> DEBU 0f3 Creating identity instance for cert -----BEGIN CERTIFICATE-----
MIICizCCAjGgAwIBAgIUCwZq9IWHrLDhwpAaYCjLgq4ZP2wwCgYIKoZIzj0EAwIw
RjELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENhcm9saW5hMQwwCgYDVQQK
EwNob3MxEDAOBgNVBAMTB3JjYS1ob3MwHhcNMjMwNTMxMTY0MzAwWhcNMjQwNTMw
MTY0ODAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGggQ2Fyb2xpbmEx
EjAQBgNVBAoTCUhvbmV5d2VsbDEQMA4GA1UECxMHb3JkZXJlcjEVMBMGA1UEAxMM
b3JkZXJlcjEtaG9zMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUq69IHgaZUaf
LO36Yhh7A9dTi8l+0s1AAq8CrN8An2AS45X/s7pgoEpDzQNeW6H+G9Boe6707gRN
I8XEvI+4s6OB3zCBAOBgNVHQ8BAf8EBAMCB4AwDAYDVR0TAQH/BAIwADAdBgNV
HQ4EFgQU9tY8aVbyV5xnIB4VDLRDvI9Y4G4wHwYDVR0jBBgwFoAUVG5Xm7JnSicS
jZQi/tAGcARDM3kwGgYDVR0RBBMwEYIPZmFicmljLWNhLWNsaS0wMGAGCCoDBAUG
BwgBBFR7ImF0dHJzIjp7ImhmLkFmZmlsaWF0aW9uIjoiIiwiaGYuRW5yb2xsbWVu
dElEIjoib3JkZXJlcjEtaG9zIiwiaGYuVHlwZSI6Im9yZGVyZXIifX0wCgYIKoZI
zj0EAwIDSAAwRQIhAIfAhQhEU/IH8m6KKR9o2Grv74RQ8TaPVqdEJRVeZCxmAiB7
aaZz+2z0F5FphiukmQEHWu9OHvIGKIQcM50MwBVfaw==
-----END CERTIFICATE-----
2024-12-03 15:46:24.828 UTC [orderer.common.server] loadLocalMSP -> PANI 0f4 Failed to setup local msp with config: signing identity expired 4486h58m24.828276628s ago
panic: Failed to setup local msp with config: signing identity expired 4486h58m24.828276628s ago

goroutine 1 [running]:
go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0003b71e0, 0x0, 0x0, 0x0)
/go/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/zapcore/entry.go:230 +0x545
go.uber.org/zap.(*SugaredLogger).log(0xc000190230, 0xc000162304, 0x102f140, 0x29, 0xc00056b460, 0x1, 0x1, 0x0, 0x0, 0x0)
/go/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/sugar.go:234 +0x100
go.uber.org/zap.(*SugaredLogger).Panicf(...)
/go/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/sugar.go:159
github.com/hyperledger/fabric/common/flogging.(*FabricLogger).Panicf(...)
/go/src/github.com/hyperledger/fabric/common/flogging/zap.go:74
github.com/hyperledger/fabric/orderer/common/server.loadLocalMSP(0xc00022e000, 0xc000146320, 0x0)
/go/src/github.com/hyperledger/fabric/orderer/common/server/main.go:696 +0x314
github.com/hyperledger/fabric/orderer/common/server.Main()
/go/src/github.com/hyperledger/fabric/orderer/common/server/main.go:91 +0x252
main.main()
/go/src/github.com/hyperledger/fabric/cmd/orderer/main.go:15 +0x20
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.