|
Is there any way to query the couchDB records by nested properties of an array?
#couchdb
#fabric-chaincode
Hi there, I'm was trying to find out if this is possible on the SO and reading the CouchDB documentation, but could not find anything that would work on the Fauxton web client to test it. I have a dat
Hi there, I'm was trying to find out if this is possible on the SO and reading the CouchDB documentation, but could not find anything that would work on the Fauxton web client to test it. I have a dat
|
By
...
· #9804
·
|
|
calling a methods chaincode from a different method in the same chaincode
#fabric-chaincode
Hello Guys, Just a quick question. I have this scenario where I'm calling one method inside a chaincode A (let's say to update some properties based on external factors). Now, these external factors a
Hello Guys, Just a quick question. I have this scenario where I'm calling one method inside a chaincode A (let's say to update some properties based on external factors). Now, these external factors a
|
By
...
· #9795
·
|
|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hello Tsvetan, Thank you for your suggestion, indeed I’m using the Service Discovery. Your proposal is very good. Only thing I would like to have the blockchain network configuration separated from ho
Hello Tsvetan, Thank you for your suggestion, indeed I’m using the Service Discovery. Your proposal is very good. Only thing I would like to have the blockchain network configuration separated from ho
|
By
...
· #9703
·
|
|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hi there, I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel. I'm running my network inside a
Hi there, I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel. I'm running my network inside a
|
By
...
· #9690
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Hi there, If there would be anyone that could look in to the setup. This is a part of the Kubernetes setup that I’m using to deploy on k8s cluster. https://github.com/Marek00Malik/hyperledger-k8 The r
Hi there, If there would be anyone that could look in to the setup. This is a part of the Kubernetes setup that I’m using to deploy on k8s cluster. https://github.com/Marek00Malik/hyperledger-k8 The r
|
By
...
· #9540
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Evening again, Again I’m asking for help with the ordere. I was trying to understand the configbuilder.go file that identifies the NodeOUs and if the FabricNoOUs is enabled. I’m using Fabric 2.2.1 rel
Evening again, Again I’m asking for help with the ordere. I was trying to understand the configbuilder.go file that identifies the NodeOUs and if the FabricNoOUs is enabled. I’m using Fabric 2.2.1 rel
|
By
...
· #9533
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Just a note, This is the log from the orderer when starting it. Could anyone help, give any idea ? I would really appreciate anyone giving any ideas. 2021-01-25 23:28:19.265 UTC [bccsp] GetDefault ->
Just a note, This is the log from the orderer when starting it. Could anyone help, give any idea ? I would really appreciate anyone giving any ideas. 2021-01-25 23:28:19.265 UTC [bccsp] GetDefault ->
|
By
...
· #9531
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Thank you Wang, But as I mentioned, I already have a config.yaml file in the msp folder. The cert that is referenced in that file exists. Any other idea? Best Regards, Marek Malik Od: wang dong <xdrag
Thank you Wang, But as I mentioned, I already have a config.yaml file in the msp folder. The cert that is referenced in that file exists. Any other idea? Best Regards, Marek Malik Od: wang dong <xdrag
|
By
...
· #9530
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Hi all, Could I please ask you guys for help? When starting the orderer I'm getting the following error: 2021-01-20 22:57:02.487 UTC [orderer.common.server] Main -> PANI 113 Failed validating bootstra
Hi all, Could I please ask you guys for help? When starting the orderer I'm getting the following error: 2021-01-20 22:57:02.487 UTC [orderer.common.server] Main -> PANI 113 Failed validating bootstra
|
By
...
· #9516
·
|
|
#fabric-ca #fabric-orderer #hyperledger-fabric Unable to start the Orderer, keep getting "initializing channelconfig failed: could not create channel Consortiums sub-group config:"
#fabric-ca
#fabric-orderer
#hyperledger-fabric
Is there any change someone could help here? I really straggling on finding what is the bottom reason. The config.yaml file is read correctly, because if I change the paths or the cert names then I’m
Is there any change someone could help here? I really straggling on finding what is the bottom reason. The config.yaml file is read correctly, because if I change the paths or the cert names then I’m
|
By
...
· #9479
·
|
|
#fabric-ca #fabric-orderer #hyperledger-fabric Unable to start the Orderer, keep getting "initializing channelconfig failed: could not create channel Consortiums sub-group config:"
#fabric-ca
#fabric-orderer
#hyperledger-fabric
Anyone could help with this one? I was thinking I have something wrong with the volume what I’m connecting to the container in k8s, but it looks correct. This is the files structure in the container:
Anyone could help with this one? I was thinking I have something wrong with the volume what I’m connecting to the container in k8s, but it looks correct. This is the files structure in the container:
|
By
...
· #9466
·
|
|
#fabric-ca #fabric-orderer #hyperledger-fabric Unable to start the Orderer, keep getting "initializing channelconfig failed: could not create channel Consortiums sub-group config:"
#fabric-ca
#fabric-orderer
#hyperledger-fabric
Thanks Yacov, but I don’t intend to create the admincerts folder. “define the admin OU in the config.yaml of the MSP folder” This is exactly what I’m doing -> This is the config.yaml from the mail: No
Thanks Yacov, but I don’t intend to create the admincerts folder. “define the admin OU in the config.yaml of the MSP folder” This is exactly what I’m doing -> This is the config.yaml from the mail: No
|
By
...
· #9457
·
|
|
#fabric-ca #fabric-orderer #hyperledger-fabric Unable to start the Orderer, keep getting "initializing channelconfig failed: could not create channel Consortiums sub-group config:"
#fabric-ca
#fabric-orderer
#hyperledger-fabric
Hello Guys, I'm trying to setup my network to work in Kubernetes cluster, but my Orderer keeps failing. I'm getting the following error: Main -> PANI 005 Failed validating bootstrap block: initializin
Hello Guys, I'm trying to setup my network to work in Kubernetes cluster, but my Orderer keeps failing. I'm getting the following error: Main -> PANI 005 Failed validating bootstrap block: initializin
|
By
...
· #9455
·
|
|
Build blockchain with timeshift feature
#fabric-chaincode
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
|
By
...
· #8663
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
|
By
...
· #8659
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
|
By
...
· #8652
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hi Matthew, Thank you! I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that FabCar is r
Hi Matthew, Thank you! I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that FabCar is r
|
By
...
· #8320
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hello guys, Sorry for being such a pain in the ass, but could one please help with that darn performance issue ? I have tried to strip down my chaincode and do a copy-past of what the FabCar java chai
Hello guys, Sorry for being such a pain in the ass, but could one please help with that darn performance issue ? I have tried to strip down my chaincode and do a copy-past of what the FabCar java chai
|
By
...
· #8317
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
Hi David, I have tried to replicate the same scenario you setup with FabCar, because your response was quite nice (3500ms for 140 records, this would entirely acceptable for my team at this stage). I
Hi David, I have tried to replicate the same scenario you setup with FabCar, because your response was quite nice (3500ms for 140 records, this would entirely acceptable for my team at this stage). I
|
By
...
· #8278
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
One more thing that I found. I’ve loaded 600+ records. The query took: 259 seconds. But the mysterious: lockbasedtxmgr has been iterating over the data in 6 groups of 100 items and last that was 16 it
One more thing that I found. I’ve loaded 600+ records. The query took: 259 seconds. But the mysterious: lockbasedtxmgr has been iterating over the data in 6 groups of 100 items and last that was 16 it
|
By
...
· #8254
·
|