|
Peer logs filled with TLS handshake error
#fabric
#tls
#ssl
#fabric-questions
Hi Team, in peer logs we keep seeing following error messages:
```
2021-01-12 14:36:08.217 UTC [core.comm] ServerHandshake -> ERRO 2278 TLS handshake failed with error read tcp
Hi Team, in peer logs we keep seeing following error messages:
```
2021-01-12 14:36:08.217 UTC [core.comm] ServerHandshake -> ERRO 2278 TLS handshake failed with error read tcp
|
By
chintanr97@...
·
#9476
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
Hi David, That's correct! However, we found a minor fix in the chaincode and post that the latest error logs give following stack trace:
```
[34m2021-01-12 09:22:03.362 UTC [endorser] callChaincode
Hi David, That's correct! However, we found a minor fix in the chaincode and post that the latest error logs give following stack trace:
```
[34m2021-01-12 09:22:03.362 UTC [endorser] callChaincode
|
By
chintanr97@...
·
#9474
·
|
|
Re: Operations Smart Contract for Hyperledger Fabric v2.x
Thank you for your email.
Yes, we are going to update this tool.
Support for channel participation without system channel is one of the future features.
Tatsuya Sato
Thank you for your email.
Yes, we are going to update this tool.
Support for channel participation without system channel is one of the future features.
Tatsuya Sato
|
By
Sato, Tatsuya
·
#9473
·
|
|
Write Fabric chaincode with zero code
#fabric
#fabric-chaincode
If you do not like to write boilerplate code repeatedly, or spend time to learn a new programming language supported by the Fabric chaincode. You may want to check this out:
If you do not like to write boilerplate code repeatedly, or spend time to learn a new programming language supported by the Fabric chaincode. You may want to check this out:
|
By
Yueming Xu
·
#9472
·
|
|
Re: Operations Smart Contract for Hyperledger Fabric v2.x
I like your idea of managing chaincode and channels using blockchain. Fabric v2.3 has removed the dependency of system channel and consortium. Are you going to update the tool accordingly?
I like your idea of managing chaincode and channels using blockchain. Fabric v2.3 has removed the dependency of system channel and consortium. Are you going to update the tool accordingly?
|
By
Yueming Xu
·
#9471
·
|
|
Private Chaincode Lab - Tue, 01/12/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 12 January 2021
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 12 January 2021
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9470
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
Your first log snippet showed CouchDB queries timing out after 35 seconds each. This is the core.yaml ledger.state.couchDBConfig.requestTimeout of 35s. It means that CouchDB is still processing the
Your first log snippet showed CouchDB queries timing out after 35 seconds each. This is the core.yaml ledger.state.couchDBConfig.requestTimeout of 35s. It means that CouchDB is still processing the
|
By
David Enyeart
·
#9469
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
Thanks a lot David for your response. So digging deeper into the logs, we found that peer was returning below error:
[chaincode] BuildQueryResponse -> ERRO Failed to get query result from iterator
Thanks a lot David for your response. So digging deeper into the logs, we found that peer was returning below error:
[chaincode] BuildQueryResponse -> ERRO Failed to get query result from iterator
|
By
chintanr97@...
·
#9468
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
Adding workarounds such as longer timeouts will only prolong your pain. You must address the root cause of the slow query in CouchDB. Troubleshoot it in a separate CouchDB environment until you have
Adding workarounds such as longer timeouts will only prolong your pain. You must address the root cause of the slow query in CouchDB. Troubleshoot it in a separate CouchDB environment until you have
|
By
David Enyeart
·
#9467
·
|
|
Re: #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
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
|
By
Marek Malik <info@...>
·
#9466
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
Hi David,
The chaincode is performing a select query on the CouchDB documents, and the fields set for filtering the results are indexed while installing and instantiating the chaincode. The single
Hi David,
The chaincode is performing a select query on the CouchDB documents, and the fields set for filtering the results are indexed while installing and instantiating the chaincode. The single
|
By
chintanr97@...
·
#9465
·
|
|
Operations Smart Contract for Hyperledger Fabric v2.x
Hello,
We just released the first version of Operations Smart Contract (OpsSC) for Hyperledger Fabric v2.x.
This is a smart contract-based system operation tool for Hyperledger Fabric-based
Hello,
We just released the first version of Operations Smart Contract (OpsSC) for Hyperledger Fabric v2.x.
This is a smart contract-based system operation tool for Hyperledger Fabric-based
|
By
Sato, Tatsuya
·
#9464
·
|
|
Re: Fabric for Covid-19 Immunity Passports on Fabric deployed on multi-cloud (aws, azure, gcp)
Nathan,
There are some solutions out there along these lines, including our partner Vottun’s PROOF OF HEALTH CREDENTIALS built on Fabric and available on Oracle Blockchain Platform, but could
Nathan,
There are some solutions out there along these lines, including our partner Vottun’s PROOF OF HEALTH CREDENTIALS built on Fabric and available on Oracle Blockchain Platform, but could
|
By
Mark Rakhmilevich
·
#9463
·
|
|
Re: API to get local MSPID in chaincode?
#fabric
#fabric-chaincode
#fabric-questions
Thanks. chaincode-go has the same API, shim.GetMSPID(), which returns the value of env CORE_PEER_LOCALMSPID.
Thanks. chaincode-go has the same API, shim.GetMSPID(), which returns the value of env CORE_PEER_LOCALMSPID.
|
By
Yueming Xu
·
#9462
·
|
|
Re: Assistance for planning design of a chaincode
#couchdb
#fabric
#hyperledger-fabric
Hi Samyak Jain,
Just to add on top of the approach David suggested.
You can use the block event service to do much more like pushing important data to various systems (not just data stores). In the
Hi Samyak Jain,
Just to add on top of the approach David suggested.
You can use the block event service to do much more like pushing important data to various systems (not just data stores). In the
|
By
Tsvetan Georgiev
·
#9461
·
|
|
Fabric for Covid-19 Immunity Passports on Fabric deployed on multi-cloud (aws, azure, gcp)
Hi everyone,
Has anyone explored the use of fabric for covid-19 immunity passports purposes?
These peer nodes could be setup and managed by the various governments, the WHO, etc.
Once vaccinated, your
Hi everyone,
Has anyone explored the use of fabric for covid-19 immunity passports purposes?
These peer nodes could be setup and managed by the various governments, the WHO, etc.
Once vaccinated, your
|
By
Nathan Aw
·
#9460
·
|
|
Re: API to get local MSPID in chaincode?
#fabric
#fabric-chaincode
#fabric-questions
Hi,
If I get your questions right, you want to fetch the MSPID of the peer that starts/endorses the chaincode. For that purpose you can use the chaincode shim API. In case it is java based chaincode
Hi,
If I get your questions right, you want to fetch the MSPID of the peer that starts/endorses the chaincode. For that purpose you can use the chaincode shim API. In case it is java based chaincode
|
By
Tsvetan Georgiev
·
#9459
·
|
|
API to get local MSPID in chaincode?
#fabric
#fabric-chaincode
#fabric-questions
when my chaincode wants to write to the implicit private data collection, I need to get the local MSPID where the chaincode is deployed. What is a good way to get it? check the ENV of
when my chaincode wants to write to the implicit private data collection, I need to get the local MSPID where the chaincode is deployed. What is a good way to get it? check the ENV of
|
By
Yueming Xu
·
#9458
·
|
|
Re: #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
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
|
By
Marek Malik <info@...>
·
#9457
·
|
|
Re: #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
Put admin certificates in the admin folder,or define the admin OU in the config.yaml of the MSP folder
From: "Marek Malik"<info@...>
To: fabric@...
Date: 01/08/2021 11:49 PM
Subject:
Put admin certificates in the admin folder,or define the admin OU in the config.yaml of the MSP folder
From: "Marek Malik"<info@...>
To: fabric@...
Date: 01/08/2021 11:49 PM
Subject:
|
By
Yacov
·
#9456
·
|