|
Unable to revoke a certificate
#fabric
#hyperledger-fabric
#fabric-sdk-node
We could revoke an user successfully. But, unable to update the channel with crl details. We are getting below error Unexpected error error applying config update to existing channel 'trusttrace': ini
We could revoke an user successfully. But, unable to update the channel with crl details. We are getting below error Unexpected error error applying config update to existing channel 'trusttrace': ini
|
By
p.kamesh.cse@...
· #7936
·
|
|
UNABLE_TO_GET_ISSUER_CERT_LOCALLY Error on chaincode install
#fabric-sdk-node
#tls
#fabric
I am trying to install chaincode on a mac catalina which has Symantec WSS. I get following error when I try to install chaincode: + peer lifecycle chaincode install mycc.tar.gz + res=1 Error: chaincod
I am trying to install chaincode on a mac catalina which has Symantec WSS. I get following error when I try to install chaincode: + peer lifecycle chaincode install mycc.tar.gz + res=1 Error: chaincod
|
By
Kevin X
· #9944
·
|
|
UNABLE_TO_GET_ISSUER_CERT_LOCALLY Error on chaincode install
#fabric-sdk-node
#tls
#fabric
On May 2, 2021, at 10:51 PM, Kevin X <kevinx8888@...> wrote: I am trying to install chaincode on a mac catalina which has Symantec WSS. I get following error when I try to install chaincode: +
On May 2, 2021, at 10:51 PM, Kevin X <kevinx8888@...> wrote: I am trying to install chaincode on a mac catalina which has Symantec WSS. I get following error when I try to install chaincode: +
|
By
...
· #9946
·
|
|
UNABLE_TO_GET_ISSUER_CERT_LOCALLY Error on chaincode install
#fabric-sdk-node
#tls
#fabric
Do you have Docker installed?
Do you have Docker installed?
|
By
...
· #9947
·
|
|
UNABLE_TO_GET_ISSUER_CERT_LOCALLY Error on chaincode install
#fabric-sdk-node
#tls
#fabric
Yes, docker is installed and local network is up. This is happening at npm install stage likely when chaincode docker image is built.
Yes, docker is installed and local network is up. This is happening at npm install stage likely when chaincode docker image is built.
|
By
Kevin X
· #9948
·
|
|
Error while invoking functions of the chaincode using Node SDK (Fabric network on Kubernetes)
#fabric
#kubernetes
#fabric-sdk-node
Hello, we are running a Hyperledger Fabric network on Kubernetes (using minikube, kubectl to run locally) and then trying to connect the Node SDK with the network. Currently, we have a fabric network
Hello, we are running a Hyperledger Fabric network on Kubernetes (using minikube, kubectl to run locally) and then trying to connect the Node SDK with the network. Currently, we have a fabric network
|
By
...
· #10267
·
|
|
Error while invoking functions of the chaincode using Node SDK (Fabric network on Kubernetes)
#fabric
#kubernetes
#fabric-sdk-node
Those certificate verification failures during the TLS handshake look like a problem to me. I guess the node certificates are not valid for localhost. Maybe you could add entries to your client's loca
Those certificate verification failures during the TLS handshake look like a problem to me. I guess the node certificates are not valid for localhost. Maybe you could add entries to your client's loca
|
By
Mark Lewis
· #10270
·
|
|
Peer cannot discover orderer when node.js application is used to invoke chaincode
#hyperledger-fabric
#fabric-sdk-node
#fabric-orderer
#fabric-peer
Good day, Thank you for your reply! And apologies for my late reply. For the TLS certificates, I used the registerEnroll.sh script that is included in the test-network files (in /test-network/organiza
Good day, Thank you for your reply! And apologies for my late reply. For the TLS certificates, I used the registerEnroll.sh script that is included in the test-network files (in /test-network/organiza
|
By
h.dungca@...
· #10295
·
|
|
Peer cannot discover orderer when node.js application is used to invoke chaincode
#hyperledger-fabric
#fabric-sdk-node
#fabric-orderer
#fabric-peer
Hello everyone, I've been running into a problem with a Hyperledger Fabric network that I’ve deployed non-locally and I would like to ask for some insights or assistance regarding this problem. I depl
Hello everyone, I've been running into a problem with a Hyperledger Fabric network that I’ve deployed non-locally and I would like to ask for some insights or assistance regarding this problem. I depl
|
By
h.dungca@...
· #10289
·
|
|
Peer cannot discover orderer when node.js application is used to invoke chaincode
#hyperledger-fabric
#fabric-sdk-node
#fabric-orderer
#fabric-peer
My guess has something to do with the TLS certs. In order to access your peers by the HL Fabric client, you need to configure the certificates properly. If you access them by IP instead of FQDN, you s
My guess has something to do with the TLS certs. In order to access your peers by the HL Fabric client, you need to configure the certificates properly. If you access them by IP instead of FQDN, you s
|
By
Marcos Sarres
· #10291
·
|
|
Hyperledger 2.2 Peer Out of Sync issue
#fabric
#fabric-peer
#fabric-sdk-node
#fabric-endorser
#fabric-kubernetes
To close the loop on this one... we found that two peers were configured to use a single CouchDB database, and therefore the peers were stepping on each other and getting inconsistency between peer da
To close the loop on this one... we found that two peers were configured to use a single CouchDB database, and therefore the peers were stepping on each other and getting inconsistency between peer da
|
By
David Enyeart
· #10242
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
It is recommended to use endorsement policy > 1 to ensure that multiple peers are in agreement for each transaction. Similarly you can query multiple peers if the state is in doubt. This will protect
It is recommended to use endorsement policy > 1 to ensure that multiple peers are in agreement for each transaction. Similarly you can query multiple peers if the state is in doubt. This will protect
|
By
David Enyeart
· #8466
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
The value is base64 encoded, not encrypted. The value is represented as bytes and base64 is how bytes are represented in JSON. Your value is decoded as: {"class":"aipay.payment","key":"\"0004_workstat
The value is base64 encoded, not encrypted. The value is represented as bytes and base64 is how bytes are represented in JSON. Your value is decoded as: {"class":"aipay.payment","key":"\"0004_workstat
|
By
Matthew Sykes
· #8464
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
Thanks David! Will probably do your first pair of suggestions as it is the easiest to do for now. I'll be looking forward to the new snapshot feature though.
Thanks David! Will probably do your first pair of suggestions as it is the easiest to do for now. I'll be looking forward to the new snapshot feature though.
|
By
stpcmferiwbtnundnx@...
· #8668
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
Thanks Matthew! I didn't know decoding it was so easy. By any chance, do you know how to get a block and decode it via APIs instead of CLI?
Thanks Matthew! I didn't know decoding it was so easy. By any chance, do you know how to get a block and decode it via APIs instead of CLI?
|
By
stpcmferiwbtnundnx@...
· #8669
·
|
|
Chaincode instantiation on peer0.org2 on channel 'mychannel' failed !!!!!!!!!!!!!!!! ========= ERROR !!! FAILED to execute End-2-End Scenario =========== ERROR !!!! Test failed
#blockchain-explorer
#fabric-sdk-node
#dstorage
#fabric
===================== Chaincode is installed on peer0.org2 ===================== Instantiating chaincode on peer0.org2... + peer chaincode instantiate -o orderer.example.com:7050 --tls true --cafile /
===================== Chaincode is installed on peer0.org2 ===================== Instantiating chaincode on peer0.org2... + peer chaincode instantiate -o orderer.example.com:7050 --tls true --cafile /
|
By
consultanubhav@...
· #8202
·
|
|
#fabric-sdk-node #fabric
#fabric-sdk-node
#fabric
I am currently migrating my project from v1.4 to v2.x, and found out that the Node SDK fabric-client module will not be supported on v2.x. I was using fabric-client to install and instantiate chaincod
I am currently migrating my project from v1.4 to v2.x, and found out that the Node SDK fabric-client module will not be supported on v2.x. I was using fabric-client to install and instantiate chaincod
|
By
...
· #8225
·
|
|
#fabric-sdk-node #fabric
#fabric-sdk-node
#fabric
Check out this tutorial, I believe this can be a good place to start: https://chainstack.com/deploy-a-hyperledger-fabric-v2-web-app-using-sdk-for-node-js/
Check out this tutorial, I believe this can be a good place to start: https://chainstack.com/deploy-a-hyperledger-fabric-v2-web-app-using-sdk-for-node-js/
|
By
evkonst@...
· #8229
·
|
|
Orderer not connected to the channel.
#hyperledger-fabric
#fabric-ca-client
#fabric-chaincode
#fabric-sdk-node
While executing a submitTransaction method i am getting an error like "2020-04-30T17:18:11.313Z - warn: [Transaction]: _validatePeerResponses: Received error response from peer: message=transaction re
While executing a submitTransaction method i am getting an error like "2020-04-30T17:18:11.313Z - warn: [Transaction]: _validatePeerResponses: Received error response from peer: message=transaction re
|
By
hrshlbhgt@...
· #8185
·
|
|
Error while invoking function
#fabric-sdk-node
#hyperledger-fabric
#fabric-ca-client
#fabric-chaincode
#fabricca
I am getting an error while invoking functions in smart contract Could anyone let me know why i getting this silly error, I only have one argument in the function as argument looks like this "async vi
I am getting an error while invoking functions in smart contract Could anyone let me know why i getting this silly error, I only have one argument in the function as argument looks like this "async vi
|
By
hrshlbhgt@...
· #8184
·
|