|
deploy fabric test network using java code instead of scripts
#fabric
The SDK is a means to interact with the network, not to deploy it. If you wanted to deploy it in Java you would need execute the commands in the script via code or make use of external SDK's such as D
The SDK is a means to interact with the network, not to deploy it. If you wanted to deploy it in Java you would need execute the commands in the script via code or make use of external SDK's such as D
|
By
...
· #9196
·
|
|
#fabric A probable Bug of Fabric 2.1 BCCSP
#fabric
Nice catch, I refactored that area of code a few months back and this was missed in review. I've submitted a PR to correct it: https://github.com/hyperledger/fabric/pull/2018 Thank you for letting us
Nice catch, I refactored that area of code a few months back and this was missed in review. I've submitted a PR to correct it: https://github.com/hyperledger/fabric/pull/2018 Thank you for letting us
|
By
...
· #9168
·
|
|
Problems with Docker 2.4.0.0
2.4.1 hasn't been released yet for Mac. The fix is in the 2.4.1 development branch, but not yet available. Vipin Bharathan --- [EXTERNAL] Re: [Hyperledger Fabric] Problems with Docker 2.4.0.0 -
2.4.1 hasn't been released yet for Mac. The fix is in the 2.4.1 development branch, but not yet available. Vipin Bharathan --- [EXTERNAL] Re: [Hyperledger Fabric] Problems with Docker 2.4.0.0 -
|
By
...
· #9151
·
|
|
could not build chaincode: docker build failed: docker image inspection failed:
I haven't taken that docker desktop update on my Mac yet. I'll take it today and see what the implications are and make any documentation notes we need to. Thanks for the info, and glad you got around
I haven't taken that docker desktop update on my Mac yet. I'll take it today and see what the implications are and make any documentation notes we need to. Thanks for the info, and glad you got around
|
By
...
· #9107
·
|
|
could not build chaincode: docker build failed: docker image inspection failed:
For some reason your Docker socket is missing inside your chaincode container. Can you check on your Mac and make sure `/var/run/docker.sock` exists. If it does, can you exec into your peer and do an
For some reason your Docker socket is missing inside your chaincode container. Can you check on your Mac and make sure `/var/run/docker.sock` exists. If it does, can you exec into your peer and do an
|
By
...
· #9098
·
|
|
Hyperleger Fabric 1.4.4 : unable to configure HSM with fabric ca
#hsm
#fabric-ca
#fabric
Have you updated the fabric-ca config file to also include the config block for PKCS11? In order for you to be able to over a config property with an environment variable, the keys have to at least ex
Have you updated the fabric-ca config file to also include the config block for PKCS11? In order for you to be able to over a config property with an environment variable, the keys have to at least ex
|
By
...
· #9072
·
|
|
On the support of Chinese SM2 algorithm?
Fabric is an open source project, there is no "pay for feature" model available through Hyperledger, we are not part of a for-profit corporation. That being said, the Hyperledger Technical Working Gro
Fabric is an open source project, there is no "pay for feature" model available through Hyperledger, we are not part of a for-profit corporation. That being said, the Hyperledger Technical Working Gro
|
By
...
· #9066
·
|
|
Need help in configuring TLS for chaincode server
Unfortunately, the comm layer is one of the most difficult pieces to debug. Can you use `openssl` to take a look at your TLS certificate, make sure everything looks good in there. Quite often users do
Unfortunately, the comm layer is one of the most difficult pieces to debug. Can you use `openssl` to take a look at your TLS certificate, make sure everything looks good in there. Quite often users do
|
By
...
· #9053
·
|
|
fabric-javaenv:2.2.0 image for arm architecture
#fabric-chaincode
As Gari pointed out, the reason for the failing build is that protoc-gen does not have a native binary for arm64. With no promises it'll work here is an image you can try: btl5037/fabric-javaenv:2.2.0
As Gari pointed out, the reason for the failing build is that protoc-gen does not have a native binary for arm64. With no promises it'll work here is an image you can try: btl5037/fabric-javaenv:2.2.0
|
By
...
· #9038
·
|
|
Updating Legacy Releases
At today's contributor call we will present our plan to shift our Read The Docs documentation pages from using our release branches to using version tags for creating documentation. This change will a
At today's contributor call we will present our plan to shift our Read The Docs documentation pages from using our release branches to using version tags for creating documentation. This change will a
|
By
...
· #9021
·
|
|
Endorsing Peer - High Availability : Not able to submit tx even if sufficient endorsing peers available
Having talked with the SDK teams there is no failover logic in the SDK. The SDK team is going to work on failover for automatically checking another peer if the current one is unavailable. Brett Logan
Having talked with the SDK teams there is no failover logic in the SDK. The SDK team is going to work on failover for automatically checking another peer if the current one is unavailable. Brett Logan
|
By
...
· #8986
·
|
|
Endorsing Peer - High Availability : Not able to submit tx even if sufficient endorsing peers available
This actually sounds like it might be an issue with the SDK, that is only querying the first peer to retrieve the discovery information and not attempting to query other peers in the event the first o
This actually sounds like it might be an issue with the SDK, that is only querying the first peer to retrieve the discovery information and not attempting to query other peers in the event the first o
|
By
...
· #8982
·
|
|
Endorsing Peer - High Availability : Not able to submit tx even if sufficient endorsing peers available
Hi Adhav, Assuming you are using Service Discovery: Service Discovery uses Gossip metadata to determine available peers for endorsement. If you take one of your peers offline and then immediately subm
Hi Adhav, Assuming you are using Service Discovery: Service Discovery uses Gossip metadata to determine available peers for endorsement. If you take one of your peers offline and then immediately subm
|
By
...
· #8980
·
|
|
Chaincode commit not going through 2.0.0
Also as Dave noted, the reason the chaincode commit requires majority is because you didn't override the default endorsement policy of the lifecycle signature. You can set the policy to something like
Also as Dave noted, the reason the chaincode commit requires majority is because you didn't override the default endorsement policy of the lifecycle signature. You can set the policy to something like
|
By
...
· #8974
·
|
|
Chaincode commit not going through 2.0.0
As Dave noted in the post you linked, your majority requirement means the 'commit' must be performed by both orgs, you are only sending the commit transactions to a single org Nicholas Leonardi via li
As Dave noted in the post you linked, your majority requirement means the 'commit' must be performed by both orgs, you are only sending the commit transactions to a single org Nicholas Leonardi via li
|
By
...
· #8972
·
|
|
Fabric v1.1, v1.2, v1.3 documentation
I got it to work Dave, and unfortunately it only shows on the index.html page, not on any of the other pages. David Enyeart --- [EXTERNAL] Re: [Hyperledger Fabric] Fabric v1.1, v1.2, v1.3 documentatio
I got it to work Dave, and unfortunately it only shows on the index.html page, not on any of the other pages. David Enyeart --- [EXTERNAL] Re: [Hyperledger Fabric] Fabric v1.1, v1.2, v1.3 documentatio
|
By
...
· #8951
·
|
|
Fabric v1.1, v1.2, v1.3 documentation
I just had a discussion with Pam and I proposed a solution that I thought might solve both of these problems. When we retire doc, we can use GitHub Pages to post their final form. We then add a `Legac
I just had a discussion with Pam and I proposed a solution that I thought might solve both of these problems. When we retire doc, we can use GitHub Pages to post their final form. We then add a `Legac
|
By
...
· #8945
·
|
|
Issues with docker in Fedora 30?
#docker
Can you do a `docker ps -a`, the containers are stopped, so a standard `docker ps` wont show them. Then share the logs from one of the exited containers, such as `docker logs peer0.org1.example.com` T
Can you do a `docker ps -a`, the containers are stopped, so a standard `docker ps` wont show them. Then share the logs from one of the exited containers, such as `docker logs peer0.org1.example.com` T
|
By
...
· #8906
·
|
|
Removed Databases, can't reset
#fabric
#couchdb
Did you remove the volumes listed in "docker volume ls", this is where the couch data is stored mario.schwaiger@... --- [EXTERNAL] Re: [Hyperledger Fabric] Removed Databases, can't reset
Did you remove the volumes listed in "docker volume ls", this is where the couch data is stored mario.schwaiger@... --- [EXTERNAL] Re: [Hyperledger Fabric] Removed Databases, can't reset
|
By
...
· #8858
·
|
|
Unable to build the HLF source code
#fabric-questions
#fabric
#hyperledger-fabric
Hi Chintan, We migrated to Artifactory late last year, you can see the updated URL in later 1.4 releases: https://github.com/hyperledger/fabric/blob/release-1.4/Makefile#L84 chintanr97@... --- [
Hi Chintan, We migrated to Artifactory late last year, you can see the updated URL in later 1.4 releases: https://github.com/hyperledger/fabric/blob/release-1.4/Makefile#L84 chintanr97@... --- [
|
By
...
· #8803
·
|