|
Docker Image Pulling - ERROR: Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority
#fabric
#docker
Hi Team, While pulling the orderer image i am getting the below issue . Any idea ? Environment - Azure - Ubuntu VM - 16.04 LTS ``` Pulling orderer3 (hyperledger/fabric-orderer:1.4.3)... ERROR: Get htt
Hi Team, While pulling the orderer image i am getting the below issue . Any idea ? Environment - Azure - Ubuntu VM - 16.04 LTS ``` Pulling orderer3 (hyperledger/fabric-orderer:1.4.3)... ERROR: Get htt
|
By
...
·
|
|
How to error check for wrong Admin MSP certificate on network 2 messages
#fabric
#docker
#fabric-ca
Hi all, I have the most simple fabric-network, and wanted to make a simple channel-config update of the batchsize (https://hyperledger-fabric.readthedocs.io/en/release-1.4/config_update.html) Everythi
Hi all, I have the most simple fabric-network, and wanted to make a simple channel-config update of the batchsize (https://hyperledger-fabric.readthedocs.io/en/release-1.4/config_update.html) Everythi
|
By
Niklas Krohn
·
|
|
Connection refusal error in fabcar
#fabric-questions
#hyperledger-fabric
#docker
#fabric-chaincode
#couchdb
I have installed hyperledger fabric 2.0.0. When I try to run the fabcar example, I am getting an error like this "Error: error getting endorser client for channel: endorser client failed to connect to
I have installed hyperledger fabric 2.0.0. When I try to run the fabcar example, I am getting an error like this "Error: error getting endorser client for channel: endorser client failed to connect to
|
By
divya.s@...
·
|
|
Peer Failed connecting to Orderer: Channel created but Peer is not connection to Orderer and unable to retrieve blocks from ordering service.
#fabric-sdk-node
#docker
#raft
#consensus
#cal-notice
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
|
By
Akshay Soni
·
|
|
Peer 2.1.1 & CouchDB Error detected during WarmIndexAllIndexes() 3 messages
#couchdb
#docker
#fabric
#fabric-questions
Hi, i'm trying to start a peer but I get the error reportet in the below log dump. I can't figure out how to solve it. 2020-06-05 08:41:17.126 UTC [peer] getLocalAddress -> INFO 002 Auto-detected peer
Hi, i'm trying to start a peer but I get the error reportet in the below log dump. I can't figure out how to solve it. 2020-06-05 08:41:17.126 UTC [peer] getLocalAddress -> INFO 002 Auto-detected peer
|
By
Mattia Bolzonella
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket 10 messages
#docker
#hyperledger-fabric
#fabric
Hi HLF maintainers, I have also raised a related JIRA request. It would be really helpful to get your feedback in understanding the plan of support for HLF v1.4.x as well HLF v2.x (chaincode as an int
Hi HLF maintainers, I have also raised a related JIRA request. It would be really helpful to get your feedback in understanding the plan of support for HLF v1.4.x as well HLF v2.x (chaincode as an int
|
By
chintanr97@...
·
|
|
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@...
·
|
|
Increase chaincode instantiation timeout
#fabric
#docker
#fabric-chaincode
#fabric-questions
#hyperledger-fabric
Is there anyway to increase the wait time on a chaincode instantiation? The default seems to be about 10 minutes but I have a peer with low bandwidth and the docker image download combined with the co
Is there anyway to increase the wait time on a chaincode instantiation? The default seems to be about 10 minutes but I have a peer with low bandwidth and the docker image download combined with the co
|
By
mark@...
·
|
|
Why can't my peers connect to couchdb? 3 messages
#couchdb
#docker
#fabric
How did you download all the components for fabric samples? Did you use the convenience script we provide? If so what parameters did you use on it. If you downloaded everything late last week, it's po
How did you download all the components for fabric samples? Did you use the convenience script we provide? If so what parameters did you use on it. If you downloaded everything late last week, it's po
|
By
...
·
|
|
Fast way of restarting Fabric v2 network for development?
#fabric
#docker
Hello, I would like to know what is the fastest way of developing chaincode and fabric-node-sdk with fabric v2 at the same time? For now we are using `fabric-samples/test-network` but it's starting ov
Hello, I would like to know what is the fastest way of developing chaincode and fabric-node-sdk with fabric v2 at the same time? For now we are using `fabric-samples/test-network` but it's starting ov
|
By
dobroslaw.zybort@...
·
|
|
Pulling chaincode related image from a private registry 2 messages
#fabric-chaincode
#docker
#hyperledger-fabric
Hi Team, for the chaincode instantiation we pull the images dynamically from the docker hub. However, let's say if I have chaincode related images (e.g. fabric-ccenv, fabric-baseos, etc.) on a private
Hi Team, for the chaincode instantiation we pull the images dynamically from the docker hub. However, let's say if I have chaincode related images (e.g. fabric-ccenv, fabric-baseos, etc.) on a private
|
By
chintanr97@...
·
|
|
Issues with docker in Fedora 30? 11 messages
#docker
I'm trying to get the Fabric-Samples running in Fedora 30. Strangely the docker containers always terminate right after starting them: (base) [user@f30 test-network]$ ./network.sh up Starting nodes wi
I'm trying to get the Fabric-Samples running in Fedora 30. Strangely the docker containers always terminate right after starting them: (base) [user@f30 test-network]$ ./network.sh up Starting nodes wi
|
By
mario.schwaiger@...
·
|
|
Separate proposal packaging and sending with "peer" command
#hyperledger-fabric
#docker
Hi, I'm working with fabric docker containers to build an example and trying to avoid making a client application. What we need to do has to put a tag (e.g. a keyed hash of it) of the transaction in t
Hi, I'm working with fabric docker containers to build an example and trying to avoid making a client application. What we need to do has to put a tag (e.g. a keyed hash of it) of the transaction in t
|
By
@secure12
·
|
|
Hyperledger Fabric 2.2 - Unable to connect to the discovered orderer 3 messages
#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
...
·
|
|
Fabric Peer ledger Crashed when load Increase
#fabric-sdk-node
#fabric-chaincode
#docker
#fabric-kubernetes
#network
Hi Team, I have a kubernetes setup of HLF2.2 with Golang Chaincode and Nodejs SDK. I am performing load test on the network, when i try with 250 Concurrent thread, it shows unexpectedly chaincode inst
Hi Team, I have a kubernetes setup of HLF2.2 with Golang Chaincode and Nodejs SDK. I am performing load test on the network, when i try with 250 Concurrent thread, it shows unexpectedly chaincode inst
|
By
...
·
|
|
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@...
·
|
|
Deploying Java chaincode 3 messages
#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
·
|
|
How to add an intermediate CA with Fabric CA and docker 5 messages
#fabric-ca
#docker
Hi Famar, Thanks & Regards Kavin Arumugam
Hi Famar, Thanks & Regards Kavin Arumugam
|
By
Kavin Arumugam
·
|
|
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@...
·
|
|
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
·
|