Re: Consenter error after docker images update
Niklas Krohn <niklas.krohn1@...>
If I switch orderer mode back to Solo instead of Kafka, the same error appear again. So, I suspect this has nothing to do with kafka-configuration, but maybe something between the ports between peer0.org1, peer1.org1 and the orderer node? Network overview after switching back to Solo, and re-starting the whole network: Peer0.org1 log: peer1.org1 log: Orderer log: lør. 18. jan. 2020 kl. 18:19 skrev Niklas Krohn via Lists.Hyperledger.Org <niklas.krohn1=gmail.com@...>:
|
|
Consenter error after docker images update
niklas.krohn1@...
Hi all,
So to describe the situation: This is just the basic starterFiles-network based on BYFN. I set up a simple script deploying the network, and it all worked fine 7 days ago. However, in the meantime I updated all docker images on the computer and now when I run the bootstrap script, it fails halfway in it. I read about the issue here - https://hyperledger-fabric.readthedocs.io/en/release-1.1/ordering-service-faq.html, but it seems like kafka-nodes and zookeeper-nodes are fine? Issue seems to be between orderer and peers? I suspect there might be two possible explanations: - I updated the docker images today, then there is something that needs to be some adjustments to orderer config? I believe this maybe due to the fact that everything worked fine 7 days ago before I updated all images. - There are some mixups between the ports that the docker containers use? The error messages are easy to locate in orderer and peer logs below, in addition to last line in bootstrap-script. However, I do struggle to find the way to a solution. I obviously already tried to teardown the network, restart computer and recreated new crypto material and re-start the network, with same error message. Appreciate all hints in the right direction. Thank you! Network-overview: Bootstrap script with error message - the script stops at last line, when it tries to install chaincode on peer1, after successfully doing it on peer0: Orderer log: Peer0.org1 log: Peer1.org1 logs: Kafka node log: Zookeeper node log: Ports overview: orderer info from docker-compose.yml: peer0 info from docker-compose.yml: peer1 info from docker-compose.yml: |
|
Re: Error when creating channel using peer command
Chetan Gadgilwar
Try this link https://stackoverflow.com/questions/45726536/peer-channel-creation-fails-in-hyperledger-fabric I faced the same problem but regenerated everything from scrach and it started working again. On Fri, Jan 17, 2020 at 7:56 PM Marina Wanis <marinamaged1996@...> wrote:
--
Chetan Gadgilwar +91-99750-48421 |
|
Re: ACL - Read Only
David Enyeart
I'm going to have to rescind my response. Yacov's and Simon's comment in the Jira is correct. The Jira stories were opened in 2017 with a pre-fine-grained-ACL mindset. With the fine-grained ACL support (since v1.2), you can now simply exclude the org from the coarse /Channel/Writers policy so that they can't submit transactions to ordering service: Unfortunately it still has to be managed in chaincode. The requirement for channel readers to be able to call read-only chaincode functions has been open for a long time, see https://jira.hyperledger.org/browse/FAB-6959 and its duplicates. I think it is time to prioritize this on the roadmap. What do others think? Dave Enyeart From: "Nicholas Leonardi via Lists.Hyperledger.Org" <nlzanutim=yahoo.com@...> To: Fabric <fabric@...> Cc: fabric@... Date: 01/17/2020 08:36 AM Subject: [EXTERNAL] [Hyperledger Fabric] ACL - Read Only Sent by: fabric@... Hey, I'm trying to achieve an organization to be read-only (query-only) in a channel. Is that possible? I've been researching on different ACLs but since a "peer chaincode query" is a proposal because it needs to verify the authenticity of the data with other peers, I haven't been able to map out how to do it. I know it's possible in chaincode level but I needed it to be channel application-level. If anyone has any idea please let me know. Thanks in advance. Regards, Nick
|
|
Re: ACL - Read Only
Brian Behlendorf <bbehlendorf@...>
Can you work on a PR for the feature? That's the fastest way to get it in, if the Fab maintainers are open to adding minor new features in the 1.4 branch.
toggle quoted message
Show quoted text
Brian On January 17, 2020 10:12:57 PM GMT+08:00, "Nicholas Leonardi via Lists.Hyperledger.Org" <nlzanutim=yahoo.com@...> wrote:
--
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 01/17/2020
#cal-notice
fabric@lists.hyperledger.org Calendar <noreply@...>
Hyperledger Fabric Documentation Workgroup call - Western hemisphere When: Where: Organizer: Description: |
|
Error when creating channel using peer command
Marina Wanis <marinamaged1996@...>
Hi,
I got the following error, may please someone tell me the cause of this error. Thanks in advance. vagrant@vagrant:/vagrant/FabricNetwork/peer/simple-two-org$ peer channel create -o localhost:7050 -c acmechannel -f $CONFIG_DIRECTORY/acme-channel.tx 2020-01-17 14:19:38.370 UTC [channelCmd] InitCmdFactory -> INFO 001 Endorser and orderer connections initialized Error: got unexpected status: BAD_REQUEST -- error validating channel creation transaction for new channel 'acmechannel', could not succesfully apply update to template configuration: error authorizing update: error validating DeltaSet: policy for [Group] /Channel/Application not satisfied: implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Admins' sub-policies to be satisfied
Marina
|
|
Re: ACL - Read Only
Nicholas Leonardi
I see. I think this should be prioritized ASAP on the next 1.4.5 update because many business models require this already. As is in my case and I'm sure many others are also depending on this feature for efficiency.
Em sexta-feira, 17 de janeiro de 2020 11:09:09 BRT, David Enyeart <enyeart@...> escreveu:
Unfortunately it still has to be managed in chaincode. The requirement for channel readers to be able to call read-only chaincode functions has been open for a long time, see https://jira.hyperledger.org/browse/FAB-6959 and its duplicates. I think it is time to prioritize this on the roadmap. What do others think? From: "Nicholas Leonardi via Lists.Hyperledger.Org" <nlzanutim=yahoo.com@...> To: Fabric <fabric@...> Cc: fabric@... Date: 01/17/2020 08:36 AM Subject: [EXTERNAL] [Hyperledger Fabric] ACL - Read Only Sent by: fabric@... Hey, I'm trying to achieve an organization to be read-only (query-only) in a channel. Is that possible? I've been researching on different ACLs but since a "peer chaincode query" is a proposal because it needs to verify the authenticity of the data with other peers, I haven't been able to map out how to do it. I know it's possible in chaincode level but I needed it to be channel application-level. If anyone has any idea please let me know. Thanks in advance. Regards, Nick |
|
Re: ACL - Read Only
David Enyeart
Unfortunately it still has to be managed in chaincode. The requirement for channel readers to be able to call read-only chaincode functions has been open for a long time, see https://jira.hyperledger.org/browse/FAB-6959 and its duplicates. I think it is time to prioritize this on the roadmap. What do others think? Hey, I'm trying to achieve an organization to be read-only (query-only) in a channel. Is that possible? I've been researching on different ACLs but since a "peer chaincode query" is a proposal because it needs to verify the authenticity of the data with other peers, I haven't been able to map out how to do it. I know it's possible in chaincode level but I needed it to be channel application-level. If anyone has any idea please let me know. Thanks in advance. Regards, Nick |
|
ACL - Read Only
Nicholas Leonardi
Hey, I'm trying to achieve an organization to be read-only (query-only) in a channel. Is that possible? I've been researching on different ACLs but since a "peer chaincode query" is a proposal because it needs to verify the authenticity of the data with other peers, I haven't been able to map out how to do it. I know it's possible in chaincode level but I needed it to be channel application-level. If anyone has any idea please let me know. Thanks in advance. Regards, Nick |
|
Fabric vs CORDA
pksingh8878@...
I have posted a story own medium comparing two of the most popular enterprise blockchain frameworks. Can the community please review the story? I hope people will find it useful.
https://medium.com/@pancham.singh/corda-and-hyperledger-fabric-a-comparitive-analysis-d368238541ca Thasks |
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 01/17/2020
#cal-notice
fabric@lists.hyperledger.org Calendar <noreply@...>
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere When: Where: Organizer: Description: |
|
Best configuration to implement Decentralization and complete trust in Hyperledger, through Business + tech Perspective.
#fabric
#fabric-questions
yashukla47@...
How to implement decentralization + trust in the following scenario An organization A wants to set up a Hyperledger network using which organizations 1,2 and 3 can transact which each other in a decentralized way with trust and company A wants to charge a commission on what every "value" transaction that takes place between the three organization. and only company A should be allowed to add and remove an organization basically company owns the network but it is decentralized and can be trusted by organizations 1,2,3.
So what should be the configuration of the network to implement this scenario? i.e 1) What role should the organization A have? what should the organization A need to have to own the network? Last but the main question- is it possible that a 3rd party organization makes and owns a network and charges commission at the same time keeping it decentralized and trusted for the participant organizations. |
|
Re: [Hyperledger Technical WG China] [i18n] Status report on translation of Fabric docs
Brian Behlendorf <bbehlendorf@...>
This has gone without a reply since it was posted so I thought I would add one,
toggle quoted message
Show quoted text
It's terrific to see this energy for expanding the global footprint for Fabric! And for taking such a well researched and thoughtful approach to figuring out how to support the needs of translators efficiently. And your recommendations on bold at the bottom make sense for me. Thank you for writing up the recommendations and the rationale, that is valuable for future teams looking at this. An additional repo makes a ton of sense. I am sure here are good techniques to correlate updates to core docs to a need for updating their translated equivalents. So far, the TSC seems like it has been happy leaving these questions up to individual projects rather than setting a site-wide standard. But the TSC and others in the community might still want to weigh in on this, and if it looks good, consider adopting it as a common standard across projects, so that it's even easier for volunteers for translations on any project to know how and where to plug in. One last question: would it make sense for translation bundles for in-app localizations to be done in this -i18n repo, or to be done in the main code repo? I'm guessing the former so that a distribution can easily bundle them all together, and they change much less frequently, but I believe they are as important as translated docs (for projects that use them) to highlight to volunteers. Again, thanks! Brian On January 13, 2020 2:57:48 PM GMT+08:00, Yang Cheng <great_cy_ang@...> wrote:
--
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
|
Documentation Workgroup: Agenda for Friday, 17 Jan.
Anthony O'Dowd <a_o-dowd@...>
Hello!
We will continue our documentation workgroup calls this Friday, both Western and Eastern hemispheres. A big welcome to everyone - we had a great turn out last week - thanks to everyone who attended! You can read the summary minutes for last week's meeting: https://wiki.hyperledger.org/display/fabric/Meetings This call really had a lot of content, with a fabulous IOT demo from Chris, super Commercial paper updates from Matthew, exploiting Nick new test network, and Pam bringing us up to date on Rich Zhao's Chinese excellent language doc work. You can catch up via the recording: https://wiki.hyperledger.org/display/fabric/Recordings You'll see that there are lots of interesting items for this week: https://wiki.hyperledger.org/display/fabric/2020+01+17+DWG+Agenda Please feel free to contribute using the wiki! You can also help build next week's agenda: https://wiki.hyperledger.org/display/fabric/2020+01+24+DWG+Agenda Really looking forward to more great work on Fabric documentation in 2020! Pam, Anthony, Joe, Nik Meeting Details ------------- Please use the following link to attend the meeting: https://zoom.us/j/6223336701 The meeting times are as follows: https://wiki.hyperledger.org/display/fabric/Documentation+Working+Group Meeting 111A: Friday 17 Jan 1130 India Standard Time 1400 China Standard Time 1500 Japan Standard Time 1700 Australia Eastern Time 1400 Singapore Time 1000 Gulf Standard Time 0900 Moscow Standard Time 0600 Greenwich Mean Time 0700 Central European Time Meeting 111B: Friday 17 Jan 1000 Central Daylight Time 1100 Eastern Daylight Time 0800 Pacific Daylight Time 1300 Brasil Time (BRT) 1600 Greenwich Mean Time 1700 Central European Time 1800 Moscow Standard Time Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU |
|
Enroll ID type error
#fabric
George
Hello I have succesfully install, instantiated and run contracts on byfn(first network sample). Whats different on the basic network other than the existence of a CA container. Thats how I instantianted the contract: |
|
Re: Error reading configuration: Unsupported Config Type ""
Nikhil Gupta
You need to set the FABRIC_CONFIG_PATH to to your configtx.yaml file.
-----fabric@... wrote: ----- To: "hyperledger-fabric@..." <hyperledger-fabric@...> From: "Marina Wanis" Sent by: fabric@... Date: 01/16/2020 04:01AM Subject: [EXTERNAL] [Hyperledger Fabric] Error reading configuration: Unsupported Config Type "" Hi All,
I'm facing an error when I type the command configtxgen -outputBlock ./acme-genesis.block -profile AcmeOrdererGenesis -channelID ordererchannel And I googled the error, some were saying that I need to set the FABRIC_CFG_PATH environment variable correctly. I did that by export FABRIC_CFG_PATH=$PWD but not sure why I still keep getting the error.
Thanks Marina
Sent from Mail for Windows 10
[attachment "Picture1.png" removed by Nikhil E Gupta/New York/IBM] |
|
Error reading configuration: Unsupported Config Type ""
Marina Wanis <marinamaged1996@...>
Hi All,
I'm facing an error when I type the command configtxgen -outputBlock ./acme-genesis.block -profile AcmeOrdererGenesis -channelID ordererchannel And I googled the error, some were saying that I need to set the FABRIC_CFG_PATH environment variable correctly. I did that by export FABRIC_CFG_PATH=$PWD but not sure why I still keep getting the error.
Thanks Marina
Sent from Mail for Windows 10
|
|
Re: How to store PDF File in Hyperledger Fabric?
#fabricca
#fabric-ca
#raft
#couchdb
#fabric
soumya nayak <soumyarjnnayak@...>
Hi suresh, Best thing would be store them into an external secured storage system like into a Private IPFS or azure. In case of IPFS the hash is generated which can be stored in fabric to access the pdf. Community might come up with more solutions. Regards, Soumya On Thu 16 Jan, 2020, 1:49 PM suresh, <tedlasuresh@...> wrote: Hi All, |
|
How to store PDF File in Hyperledger Fabric?
#fabricca
#fabric-ca
#raft
#couchdb
#fabric
suresh <tedlasuresh@...>
Hi All,
If we want to process/upload file's like PDF(1millions of the pdf file) in Hyperledger Fabric, How can we store them there is a storage issue right Can anyone know how to process millions of pdf file in Hyperledger Fabric Thanks Suresh |
|