|
Doubt and error in enrolling a peer and starting its container
#docker-compose
#docker
#fabric-ca
Hi all, I am creating a network with CA roots and CA intermediates using fabric CA and docker compose. So far I have been able to correctly create the roots, intermediates, perform registration and en
Hi all, I am creating a network with CA roots and CA intermediates using fabric CA and docker compose. So far I have been able to correctly create the roots, intermediates, perform registration and en
|
By
famar
· #11108
·
|
|
How to add an intermediate CA with Fabric CA and docker
#fabric-ca
#docker
Hi Kavin, From what I can see, you commented out the docker configuration files, going to directly edit the server configuration files. This way it actually works but what I was trying to do was to us
Hi Kavin, From what I can see, you commented out the docker configuration files, going to directly edit the server configuration files. This way it actually works but what I was trying to do was to us
|
By
famar
· #11021
·
|
|
How to add an intermediate CA with Fabric CA and docker
#fabric-ca
#docker
Hello, I have been making changes to the docker file attempting to replicate what is done here https://hyperledger-fabric-ca.readthedocs.io/en/latest/deployguide/cadeploy.html using docker compose. I
Hello, I have been making changes to the docker file attempting to replicate what is done here https://hyperledger-fabric-ca.readthedocs.io/en/latest/deployguide/cadeploy.html using docker compose. I
|
By
famar
· #11012
·
|
|
Failed validating bootstrap block: initializing channelconfig failed: could not create channel Application sub-group config
#docker
#x509
Hi, I encounter this error when I tried to start Orderer in docker-compose(CA and Peer nodes are started and has no error). 2022-03-04 07:24:40.036 UTC [orderer.common.server] initializeServerConfig -
Hi, I encounter this error when I tried to start Orderer in docker-compose(CA and Peer nodes are started and has no error). 2022-03-04 07:24:40.036 UTC [orderer.common.server] initializeServerConfig -
|
By
khacrong@...
· #10999
·
|
|
How to add an intermediate CA with Fabric CA and docker
#fabric-ca
#docker
Hi Kavin, I have already read the documentation and when I try to manually set the configuration files I have no problem. The problems arise when I start using docker-compose. First of all in the docu
Hi Kavin, I have already read the documentation and when I try to manually set the configuration files I have no problem. The problems arise when I start using docker-compose. First of all in the docu
|
By
famar
· #10998
·
|
|
How to add an intermediate CA with Fabric CA and docker
#fabric-ca
#docker
Hi Famar, Thanks & Regards Kavin Arumugam
Hi Famar, Thanks & Regards Kavin Arumugam
|
By
Kavin Arumugam
· #10996
·
|
|
How to add an intermediate CA with Fabric CA and docker
#fabric-ca
#docker
Hello everyone, I'm trying to implement a test fabric network by setting 1 TLS-CA, 1 ROOT-CA, 1 ORG, 1 Orderer and 1 Intermediate CA. I'm having some trouble implementing intermediate CA with docker.
Hello everyone, I'm trying to implement a test fabric network by setting 1 TLS-CA, 1 ROOT-CA, 1 ORG, 1 Orderer and 1 Intermediate CA. I'm having some trouble implementing intermediate CA with docker.
|
By
famar
· #10990
·
|
|
Deploying Java chaincode
#docker
#fabric-peer
Hi, You must compile your own ARM64 images. You may want to follow instructions I prepared for this task and which are published here: https://github.com/maciejjedrzejczyk/hlf-arm64 Kind Regards, Maci
Hi, You must compile your own ARM64 images. You may want to follow instructions I prepared for this task and which are published here: https://github.com/maciejjedrzejczyk/hlf-arm64 Kind Regards, Maci
|
By
...
· #10657
·
|
|
Deploying Java chaincode
#docker
#fabric-peer
Hello; The 2.3 release was an interim/development release. 2.2 being the LTS. There wasn't a docker image for farbic-javaenv:2.3 released. The quick way around this is to pul down the fabric-javaenv:2
Hello; The 2.3 release was an interim/development release. 2.2 being the LTS. There wasn't a docker image for farbic-javaenv:2.3 released. The quick way around this is to pul down the fabric-javaenv:2
|
By
Matthew White
· #10637
·
|
|
Deploying Java chaincode
#docker
#fabric-peer
Hello. I am running the fabric test-network on a MacBook with M1 chip. I modified the script that downloads images & binaries in a waythat it gets the amd64 images. The images run fine. However, when
Hello. I am running the fabric test-network on a MacBook with M1 chip. I modified the script that downloads images & binaries in a waythat it gets the amd64 images. The images run fine. However, when
|
By
Bo Jacobs
· #10636
·
|
|
ERROR: Fabric orderer detectSelfID could not find certificate
#docker
#fabric-ca
#fabric-orderer
#orderer
#organizations
Hello, I'm currently working on a project with three organizations and an orderer. So in order to do this, I created a new network, with its own configuration files and with a script that sets up ever
Hello, I'm currently working on a project with three organizations and an orderer. So in order to do this, I created a new network, with its own configuration files and with a script that sets up ever
|
By
gonzalo.bustos@...
· #10498
·
|
|
deploying Multi ORG on multi hosts (2.1)
#docker
Hello everyone, I am training on this example simple enough to deploy on two machines : https://www.rapidqube.com/hyperledger-fabric-2-0-on-multiple-hosts/ I'm trying to test it on two machines, I do
Hello everyone, I am training on this example simple enough to deploy on two machines : https://www.rapidqube.com/hyperledger-fabric-2-0-on-multiple-hosts/ I'm trying to test it on two machines, I do
|
By
ilyessv12@...
· #10271
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
From what I have found so far in a limited bit of looking into the effects of the deprecation when it actually happens is that it will cause a breaking change to the Dind container. Although there is
From what I have found so far in a limited bit of looking into the effects of the deprecation when it actually happens is that it will cause a breaking change to the Dind container. Although there is
|
By
...
· #9924
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Using DinD in the short term should work ok, but be aware that you will need to run the Dind container with elevated privileges which can be problematic in many environments. The best course of action
Using DinD in the short term should work ok, but be aware that you will need to run the Dind container with elevated privileges which can be problematic in many environments. The best course of action
|
By
Gari Singh
· #9917
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Also, I forgot to mention that when running on Kubernetes I set the environment variable for the CORE_VM_ENDPOINT to “http://localhost:2375” and not unix:///var/run/docker.sock There is more detail on
Also, I forgot to mention that when running on Kubernetes I set the environment variable for the CORE_VM_ENDPOINT to “http://localhost:2375” and not unix:///var/run/docker.sock There is more detail on
|
By
...
· #9908
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Hi Ramesh, I am still looking into the ramifications of the Deprecation of Docker Runtime in Kubernetes for my network. I’ll post what I find out. As far as your second question, you can do either. I
Hi Ramesh, I am still looking into the ramifications of the Deprecation of Docker Runtime in Kubernetes for my network. I’ll post what I find out. As far as your second question, you can do either. I
|
By
...
· #9907
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Hello Everyone, Any further updates on this issue? I am facing the same issue, currently using HLF 1.4 version on Kubernetes 1.18 version and trying to upgrade kubernetes version to 1.19 version. Whic
Hello Everyone, Any further updates on this issue? I am facing the same issue, currently using HLF 1.4 version on Kubernetes 1.18 version and trying to upgrade kubernetes version to 1.19 version. Whic
|
By
ramesh.bobbala1990@...
· #9906
·
|
|
Hyperledger Fabric 2.2 - Unable to connect to the discovered orderer
#docker
#docker-compose
#fabric
I have actually solved the problem by adding the DNS (org.example.com, peer0.org1.example.com, etc) in the application's /etc/hosts. Thanks!
I have actually solved the problem by adding the DNS (org.example.com, peer0.org1.example.com, etc) in the application's /etc/hosts. Thanks!
|
By
...
· #9757
·
|
|
Hyperledger Fabric 2.2 - Unable to connect to the discovered orderer
#docker
#docker-compose
#fabric
Did you configure ingress on your k8s cluster? Also, if you have eliminated that you may have a misconfiguration of your connection profile.
Did you configure ingress on your k8s cluster? Also, if you have eliminated that you may have a misconfiguration of your connection profile.
|
By
...
· #9756
·
|
|
Hyperledger Fabric 2.2 - Unable to connect to the discovered orderer
#docker
#docker-compose
#fabric
Hi, can anyone help me solve this? I've been trying to find a way to connect to the orderer but to no avail. https://stackoverflow.com/questions/66701510/hyperledger-fabric-2-2-unable-to-connect-to-th
Hi, can anyone help me solve this? I've been trying to find a way to connect to the orderer but to no avail. https://stackoverflow.com/questions/66701510/hyperledger-fabric-2-2-unable-to-connect-to-th
|
By
stpcmferiwbtnundnx@...
· #9755
·
|