|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path. now I am trying to edit system channel and getting the following error. any idea ab
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path. now I am trying to edit system channel and getting the following error. any idea ab
|
By
Vijaya Bhaskar
· #11285
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost along with port number where orderer is listenin
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost along with port number where orderer is listenin
|
By
satheesh
· #11284
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
thanks for the reply Satheesh. I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still persist
thanks for the reply Satheesh. I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still persist
|
By
Vijaya Bhaskar
· #11283
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
you need to pass orderer details as well: for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
you need to pass orderer details as well: for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
|
By
satheesh
· #11282
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
|
By
...
· #11281
·
|
|
rpc error when installing chaincode
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size. Eventually we encounter rpc error mentioned. peer lifecycle chai
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size. Eventually we encounter rpc error mentioned. peer lifecycle chai
|
By
satheesh
· #11280
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper. the current running blockchain is on azure central India cl
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper. the current running blockchain is on azure central India cl
|
By
Vijaya Bhaskar
· #11279
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
|
By
Vijaya Bhaskar
· #11278
·
|
|
rpc error when installing chaincode
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in? From: fabric@... <fabric@...
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in? From: fabric@... <fabric@...
|
By
David Enyeart
· #11277
·
|
|
rpc error when installing chaincode
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed, repeated builds are increasing the
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed, repeated builds are increasing the
|
By
satheesh
· #11276
·
|
|
Switching spec.yaml file causes error
great. good to hear. Minifabric has been really heavily tested. It has been solid for past few years.
great. good to hear. Minifabric has been really heavily tested. It has been solid for past few years.
|
By
email4tong@gmail.com
· #11275
·
|
|
Switching spec.yaml file causes error
Started working now. I'm not sure if something in memory was causing the issue as rebooting my computer seems to have cleared up this issue - at least for now.
Started working now. I'm not sure if something in memory was causing the issue as rebooting my computer seems to have cleared up this issue - at least for now.
|
By
Brett Tiller
· #11274
·
|
|
Block listener
#fabric-sdk-java
hi All, This is my block listener implemented in fabric sdk: Consumer<BlockEvent> blockListener = blockEvent -> { //some lines } networkObj.addBlockListener(startBlockNumber, blockListener); once adde
hi All, This is my block listener implemented in fabric sdk: Consumer<BlockEvent> blockListener = blockEvent -> { //some lines } networkObj.addBlockListener(startBlockNumber, blockListener); once adde
|
By
jeff.jo95z@...
· #11273
·
|
|
Why Leader is rotating after every block creation in Hyperledger fabric SBFT 2.3.0
#fabric-orderer
#consensus
We are using Hyperledger Fabric 2.3.0 and using SBFT Consensus, and leader is rotating after every block creation. and we set MaxMessageCount to 10 in configtx.yaml but it is not restricting no of tra
We are using Hyperledger Fabric 2.3.0 and using SBFT Consensus, and leader is rotating after every block creation. and we set MaxMessageCount to 10 in configtx.yaml but it is not restricting no of tra
|
By
banerjeeprojat.pb@...
· #11272
·
|
|
Getting error while calling contract event
Hi team, I am calling contract event in following way. ==================== await contract.addContractListener(listener, { checkpointer: await DefaultCheckpointers.file('checkpoint.json'), }); =======
Hi team, I am calling contract event in following way. ==================== await contract.addContractListener(listener, { checkpointer: await DefaultCheckpointers.file('checkpoint.json'), }); =======
|
By
Kumari Shweta
· #11271
·
|
|
rpc error when installing chaincode
When installing chaincode in a fabric network, I get below error: # peer lifecycle chaincode install contract.tar.gz Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted des
When installing chaincode in a fabric network, I get below error: # peer lifecycle chaincode install contract.tar.gz Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted des
|
By
satheesh
· #11270
·
|
|
How to create network in two diffrent machine(terminal)
A good starting point: https://www.udemy.com/course/hyperledger-fabric-network-design-setup/ Is 2.2 but with some adjustments, you can tailor it to 2.4.x version. And follow de docs: https://hyperledg
A good starting point: https://www.udemy.com/course/hyperledger-fabric-network-design-setup/ Is 2.2 but with some adjustments, you can tailor it to 2.4.x version. And follow de docs: https://hyperledg
|
By
David Faulstich Diniz Reis
· #11269
·
|
|
Testing fabric sdk code
#fabric-sdk-java
Hi All, Actually I was testing fabric sdk code. I have this blocklistener: Consumer<BlockEvent> blockListener = blockEvent -> { //some code } //outside //some code while testing it with JUNit testcase
Hi All, Actually I was testing fabric sdk code. I have this blocklistener: Consumer<BlockEvent> blockListener = blockEvent -> { //some code } //outside //some code while testing it with JUNit testcase
|
By
jeff.jo95z@...
· #11268
·
|
|
Endorsement Policy Failure while committing chaincode
#fabric-kubernetes
#hyperledger-fabric
#chaincode
@Dave, Yes the NodeOUs are also configured. The logs state that the sub-policies are not being satisfied but there is evidently no such thing in the configtx.yaml which indicates/backs the claim. How
@Dave, Yes the NodeOUs are also configured. The logs state that the sub-policies are not being satisfied but there is evidently no such thing in the configtx.yaml which indicates/backs the claim. How
|
By
Arsh
· #11267
·
|
|
Endorsement Policy Failure while committing chaincode
#fabric-kubernetes
#hyperledger-fabric
#chaincode
@Josh, I would love to see if fabric-operator and k8s-builder lifecycle make my life any easier. Need to find time to test them. Also, will keep my investigation of finding what went wrong with the fa
@Josh, I would love to see if fabric-operator and k8s-builder lifecycle make my life any easier. Need to find time to test them. Also, will keep my investigation of finding what went wrong with the fa
|
By
Arsh
· #11266
·
|