|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hi Amod,
Thanks & Regards
Kavin Arumugam
Hi Amod,
Thanks & Regards
Kavin Arumugam
|
By
Kavin Arumugam
·
#10822
·
|
|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hii Kavin,
Thanks for response, issue is resolved :)
सादर / Regards,
आमोदकुमार प्रदीप सूर्यवंशी / Amodkumar Pradip
Hii Kavin,
Thanks for response, issue is resolved :)
सादर / Regards,
आमोदकुमार प्रदीप सूर्यवंशी / Amodkumar Pradip
|
By
amod.suryawanshi@...
·
#10821
·
|
|
Re: Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Composer, sadly, reached end of life years ago. Those images are no longer available.
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
Composer, sadly, reached end of life years ago. Those images are no longer available.
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
|
By
Ry Jones
·
#10820
·
|
|
#fabric-chaincode
#fabric-chaincode
Hi,
How can I query data in blockchain and populate the data in a poplist?
E.g. I already have a function allowed me to bind select element with JSON array below:
function populateSelect() {
Hi,
How can I query data in blockchain and populate the data in a poplist?
E.g. I already have a function allowed me to bind select element with JSON array below:
function populateSelect() {
|
By
pham.qtpham@...
·
#10819
·
|
|
Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Error on getting composer-playground, on submit transaction.
Error on getting composer-playground, on submit transaction.
|
By
Vivek Vohra
·
#10818
·
|
|
container is not running.
#couchdb
#fabric-peer
#hyperledger-fabric
./startFabric.sh
Development only script for Hyperledger Fabric control
Running 'startFabric.sh'
FABRIC_VERSION is unset, assuming hlfv12
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Removing
./startFabric.sh
Development only script for Hyperledger Fabric control
Running 'startFabric.sh'
FABRIC_VERSION is unset, assuming hlfv12
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Removing
|
By
Vivek Vohra
·
#10817
·
|
|
Re: ERROR
Hi,
Modify all docker images tag from "latest" to specific version like 2.4, 2.3, 2.2, etc. in a "docker-compose-test-net.yaml" under "docker" folder.
Thanks & Regards
Kavin Arumugam
Hi,
Modify all docker images tag from "latest" to specific version like 2.4, 2.3, 2.2, etc. in a "docker-compose-test-net.yaml" under "docker" folder.
Thanks & Regards
Kavin Arumugam
|
By
Kavin Arumugam
·
#10816
·
|
|
Re: ERROR
Which computer are you using? I remember getting something very similar when I tried to pull the latest images on an M1 mac.
Nik
Which computer are you using? I remember getting something very similar when I tried to pull the latest images on an M1 mac.
Nik
|
By
Nikhil Gupta
·
#10815
·
|
|
ERROR
manifest for hyperledger/fabric-orderer:latest not found: manifest unknown
manifest for hyperledger/fabric-orderer:latest not found: manifest unknown
|
By
Harsh Pathak <harshpathak27501@...>
·
#10814
·
|
|
Re: What is the best practice in deploying chaincode over peers?
#fabric-peer
Hyperledger Fabric performance is tricky, it is important to tune some components.
The main one is the chaincode endorsing policy, if it requires endorsing from all channel orgs, the transaction
Hyperledger Fabric performance is tricky, it is important to tune some components.
The main one is the chaincode endorsing policy, if it requires endorsing from all channel orgs, the transaction
|
By
Marcos Sarres
·
#10813
·
|
|
Re: Fabric Contributor Meeting - January 19, 2022
Hi David and Fabric maintainers,
Pre our discussed on contributor meeting, I just created the proposal for Sandbox project with link
Hi David and Fabric maintainers,
Pre our discussed on contributor meeting, I just created the proposal for Sandbox project with link
|
By
袁怿
·
#10812
·
|
|
Re: What is the best practice in deploying chaincode over peers?
#fabric-peer
Agree. If a peer joins after the installation of contract, just make the chaincode install step after joining the channel, a standard procedure.
/Sijo
Agree. If a peer joins after the installation of contract, just make the chaincode install step after joining the channel, a standard procedure.
/Sijo
|
By
Sijo Cherian
·
#10811
·
|
|
putprivatedata stores data as attachment when using it in javascript
Hi all,
I'm trying to implement private data collection using javascript,
my application js snippet:
------------------------------------------------------------------------------------
const
Hi all,
I'm trying to implement private data collection using javascript,
my application js snippet:
------------------------------------------------------------------------------------
const
|
By
chandhru24.12@...
·
#10810
·
|
|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hi Amod,
Check the following in your Intermediate CA config file.
csr.cn: The common name must be blank for intermediate CAs.
For more information on Intermediate CA, visit the
Hi Amod,
Check the following in your Intermediate CA config file.
csr.cn: The common name must be blank for intermediate CAs.
For more information on Intermediate CA, visit the
|
By
Kavin Arumugam
·
#10809
·
|
|
Re: kubernetes network more than one channel and chaincode
Hello - the short answer is "no, not really". The 1.4 SDKs did have some limited ability to do administrative actions; these were removed in v2 - though without a direct replacement.
There have
Hello - the short answer is "no, not really". The 1.4 SDKs did have some limited ability to do administrative actions; these were removed in v2 - though without a direct replacement.
There have
|
By
Matthew White
·
#10808
·
|
|
Orderer could not up enable HSM (Fabric 2.3 and fabric-samples/test-network)
Hi all,
I want enable HSM on Fabric network.
I using the following steps to setup the environment.
https://hyperledger-fabric.readthedocs.io/en/latest/hsm.html?highlight=HSM
1. I build image fabric
Hi all,
I want enable HSM on Fabric network.
I using the following steps to setup the environment.
https://hyperledger-fabric.readthedocs.io/en/latest/hsm.html?highlight=HSM
1. I build image fabric
|
By
Bang Ling BL Gu <gubl@...>
·
#10807
·
|
|
Re: kubernetes network more than one channel and chaincode
I am wondering how I could use the JAVA or Go SDK to deploy a chaincode and create a new channel in kubernetes given that the peers are running in pods. Can I somehow configure (fast) where and how
I am wondering how I could use the JAVA or Go SDK to deploy a chaincode and create a new channel in kubernetes given that the peers are running in pods. Can I somehow configure (fast) where and how
|
By
Nikos Karamolegkos
·
#10806
·
|
|
Now: Fabric Contributor Meeting - 01/19/2022
#cal-notice
Fabric Contributor Meeting
When:
01/19/2022
9:00am to 10:00am
(UTC-05:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
Fabric Contributor Meeting
When:
01/19/2022
9:00am to 10:00am
(UTC-05:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10805
·
|
|
fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
We are implement intermediate CA using fabric C A
WE have register the intermediate CA with root CA and while at the time or starting ICA it through docker up its showing following error :
{
We are implement intermediate CA using fabric C A
WE have register the intermediate CA with root CA and while at the time or starting ICA it through docker up its showing following error :
{
|
By
amod.suryawanshi@...
·
#10804
·
|
|
Fabric Contributor Meeting - January 19, 2022
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#10803
·
|