|
Re: peer node unjoin fails when couchdb is present
Okay. The error seems to have changed, which is good news. First you had a timeout error, because the request tried to find an internet server with domain couchdb0, but received no answer. Now the
Okay. The error seems to have changed, which is good news. First you had a timeout error, because the request tried to find an internet server with domain couchdb0, but received no answer. Now the
|
By
Sam Venzi
·
#11418
·
|
|
Re: peer node unjoin fails when couchdb is present
Thanks Samuel. I made the change to the CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS environment variable, but unfortunately the connection is still failing.
Brett Tiller
Sr. Software
Thanks Samuel. I made the change to the CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS environment variable, but unfortunately the connection is still failing.
Brett Tiller
Sr. Software
|
By
Brett Tiller
·
#11417
·
|
|
Re: peer node unjoin fails when couchdb is present
Hello Brett,
If this script is being run outside a Docker container, the env variable must point to localhost. You’re currently setting it as couchdb0 which I imagine is the container name, which
Hello Brett,
If this script is being run outside a Docker container, the env variable must point to localhost. You’re currently setting it as couchdb0 which I imagine is the container name, which
|
By
Sam Venzi
·
#11416
·
|
|
peer node unjoin fails when couchdb is present
Using the fabric sample test-network I start the network and create a channel using the defaults i.e ‘network up createChannel’. I’ve written a script that sucessfully unjoins a peer from the
Using the fabric sample test-network I start the network and create a channel using the defaults i.e ‘network up createChannel’. I’ve written a script that sucessfully unjoins a peer from the
|
By
Brett Tiller
·
#11415
·
|
|
Now: Private Chaincode Lab - 08/16/2022
#cal-notice
Private Chaincode Lab
When:
08/16/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
08/16/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11414
·
|
|
Re: Hybrid discovery service
#network
#hyperledger-fabric
You should NOT use a mix of LevelDB and CouchDB based peers on the same channel. Things may work at first, but if you later endorse data on a LevelDB peer that is not compatible with CouchDB, the
You should NOT use a mix of LevelDB and CouchDB based peers on the same channel. Things may work at first, but if you later endorse data on a LevelDB peer that is not compatible with CouchDB, the
|
By
David Enyeart
·
#11413
·
|
|
Re: Data structure
#chaincode
Hello;
Upfront I’ll say that I’m not familiar with the details or subtlies of 835/837 data (being from the UK); but understand they are healthcare records that would need a certain quality of
Hello;
Upfront I’ll say that I’m not familiar with the details or subtlies of 835/837 data (being from the UK); but understand they are healthcare records that would need a certain quality of
|
By
Matthew White
·
#11412
·
|
|
Re: Hybrid discovery service
#network
#hyperledger-fabric
I am not sure anyone tested mixed database types, have you tested it? Does it work?
I'm not sure what happens to a LevelDB backed peer when it receives directions to build indices which only exist in
I am not sure anyone tested mixed database types, have you tested it? Does it work?
I'm not sure what happens to a LevelDB backed peer when it receives directions to build indices which only exist in
|
By
Yacov
·
#11410
·
|
|
Hybrid discovery service
#network
#hyperledger-fabric
Hi, community,
I couldn't find any data regarding this, but is there a way or is it in the roadmap to have a hybrid discovery service?
What I mean by hybrid is; having multiple peers on the same
Hi, community,
I couldn't find any data regarding this, but is there a way or is it in the roadmap to have a hybrid discovery service?
What I mean by hybrid is; having multiple peers on the same
|
By
Joao Antunes
·
#11409
·
|
|
Now: Private Chaincode Lab - 08/09/2022
#cal-notice
Private Chaincode Lab
When:
08/09/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
08/09/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11408
·
|
|
Re: Error Removing Orgs from Fabric Network
Thanks Chandramohan, I’ve got the example working by setting the policies in configtx.yaml from MAJORITY to ANY. I have the following questions.
The peer channel commands to fetch and update the
Thanks Chandramohan, I’ve got the example working by setting the policies in configtx.yaml from MAJORITY to ANY. I have the following questions.
The peer channel commands to fetch and update the
|
By
Brett Tiller
·
#11407
·
|
|
Re: Error Removing Orgs from Fabric Network
Hey Brett,
This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html
I can only guess based
Hey Brett,
This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html
I can only guess based
|
By
Nikhil Gupta
·
#11406
·
|
|
Event: Documentation Workgroup monthly call - 08/05/2022
#cal-reminder
Reminder: Documentation Workgroup monthly call
When:
08/05/2022
11:00am to 12:00pm
(UTC-04:00) America/New
Reminder: Documentation Workgroup monthly call
When:
08/05/2022
11:00am to 12:00pm
(UTC-04:00) America/New
|
By
Group Notification <noreply@...>
·
#11405
·
|
|
Re: Retrieval of lost wallet user identities details
#fabric-ca-client
https://stackoverflow.com/a/73236438/3680198
The user private keys contained in the wallet are, well... private. They don't exist anywhere else so unless you can recover the deleted MongoDB data, they
https://stackoverflow.com/a/73236438/3680198
The user private keys contained in the wallet are, well... private. They don't exist anywhere else so unless you can recover the deleted MongoDB data, they
|
By
Mark Lewis
·
#11404
·
|
|
Retrieval of lost wallet user identities details
#fabric-ca-client
Hi team,I used MongoDB to store wallet identity. But due to some reason I lost(deleted) the wallet identity data of the client(users).Now I want to retrieve that data. I used the below component to
Hi team,I used MongoDB to store wallet identity. But due to some reason I lost(deleted) the wallet identity data of the client(users).Now I want to retrieve that data. I used the below component to
|
By
piyusha.patel@...
·
#11403
·
|
|
Re: Error Removing Orgs from Fabric Network
Hi Brett,
I am the author of above article. In article I am using a ANY policy, that's why I only require single organization signature. If you are trying it on test-network then you will have take
Hi Brett,
I am the author of above article. In article I am using a ANY policy, that's why I only require single organization signature. If you are trying it on test-network then you will have take
|
By
Chandramohan Jagtap
·
#11402
·
|
|
Error Removing Orgs from Fabric Network
I’m testing that an organization can be removed from a network and am following the steps specified in the fairly recent
I’m testing that an organization can be removed from a network and am following the steps specified in the fairly recent
|
By
Brett Tiller
·
#11401
·
|
|
Now: Private Chaincode Lab - 08/02/2022
#cal-notice
Private Chaincode Lab
When:
08/02/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
08/02/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11400
·
|
|
Re: registering assets with ID
Hi FemGeek,
The ID (key) to register the asset is provided by you, the developer, when calling PutState. PutState receives a key and value. If you choose, you may assemble this key (deterministically)
Hi FemGeek,
The ID (key) to register the asset is provided by you, the developer, when calling PutState. PutState receives a key and value. If you choose, you may assemble this key (deterministically)
|
By
Sam Venzi
·
#11399
·
|
|
registering assets with ID
Hello, I would like to know how assets or records listed in the chaincode are provided with IDs. Do I provide ID from the data or does HLF registers each asset or record with an ID for the network?
Hello, I would like to know how assets or records listed in the chaincode are provided with IDs. Do I provide ID from the data or does HLF registers each asset or record with an ID for the network?
|
By
FemGeek
·
#11398
·
|