|
configtxlator: error: open /dev/stdout: permission denied, try --help
Hello
I have a simple question. I am trying to copy the output of configtxlator but get this error
```
$ configtxlator proto_decode --input ./foo.block --type common.Block | pbcopy -
configtxlator:
Hello
I have a simple question. I am trying to copy the output of configtxlator but get this error
```
$ configtxlator proto_decode --input ./foo.block --type common.Block | pbcopy -
configtxlator:
|
By
Siddharth Jain
·
#7612
·
|
|
Re: Peer/Orderer memory usage
There's a known goroutine leakage in 1.4.4. You may need to apply this patchset.
https://github.com/hyperledger/fabric/commit/3bae50c872e9f6a4539cf5524039511fb68b289a.
Besides, would suggest use the
There's a known goroutine leakage in 1.4.4. You may need to apply this patchset.
https://github.com/hyperledger/fabric/commit/3bae50c872e9f6a4539cf5524039511fb68b289a.
Besides, would suggest use the
|
By
Baohua Yang
·
#7611
·
|
|
Hyperledger Project Quarterly Update Due #tsc-project-update - Thu, 01/23/2020
#tsc-project-update
#cal-notice
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 23 January 2020
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 23 January 2020
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7610
·
|
|
Chaincode gets instantiated but not able to invoke or list it
#fabric
#fabric-chaincode
I have a 3 Organisation (2 Normal Organization and 1 Orderer Organization) architecture on aws-eks. Each of the organizations has their own ca and tlsca. I have been able to generate the genesis
I have a 3 Organisation (2 Normal Organization and 1 Orderer Organization) architecture on aws-eks. Each of the organizations has their own ca and tlsca. I have been able to generate the genesis
|
By
Mrudav Shukla
·
#7609
·
|
|
Re: #fabric-questions Fabric Networking
#fabric-questions
If you plan on running a p2p node on the public internet, ideally it should be secured such that a firewall (other than possibly a simple port whitelist at the router) isn't needed.
If you plan on running a p2p node on the public internet, ideally it should be secured such that a firewall (other than possibly a simple port whitelist at the router) isn't needed.
|
By
Nye Liu <nye@...>
·
#7608
·
|
|
#fabric-questions Fabric Networking
#fabric-questions
Apologies for the confusion in my wording,
I accidentally used firewall instead of router. Since the nodes are in different locations, its hard to access them without port forwarding them. From an
Apologies for the confusion in my wording,
I accidentally used firewall instead of router. Since the nodes are in different locations, its hard to access them without port forwarding them. From an
|
By
Cavell
·
#7607
·
|
|
Documentation Workgroup: Agenda for Friday, 24 Jan
Hello!
We will hold thedocumentation workgroup call this Friday, both Western and Eastern hemispheres. A big welcome to everyone - another great turn out last week - thanksto everyone who
Hello!
We will hold thedocumentation workgroup call this Friday, both Western and Eastern hemispheres. A big welcome to everyone - another great turn out last week - thanksto everyone who
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7606
·
|
|
Peer/Orderer memory usage
Hi,
During our performance tests, we noticed that, both peers’ and orderers’ memory usage is increasing under load andthey do not release the claimed memory when the load is removed.
Is
Hi,
During our performance tests, we noticed that, both peers’ and orderers’ memory usage is increasing under load andthey do not release the claimed memory when the load is removed.
Is
|
By
Eryargi, Hakan
·
#7605
·
|
|
Hyperledger Nexus Repository Sunset
As we close out the migration of Hyperledger Fabric and its supporting projects off of Gerrit and Jenkins to GitHub and Azure Pipeline's, our final task was to retire the use of Nexus for serving
As we close out the migration of Hyperledger Fabric and its supporting projects off of Gerrit and Jenkins to GitHub and Azure Pipeline's, our final task was to retire the use of Nexus for serving
|
By
Brett T Logan <brett.t.logan@...>
·
#7604
·
|
|
Pluggable DBMS
I saw that DBMS is pluggable in the docs. I saw also couchdb is used for private db, but can we use any db, eg oracle or sql server?
Trevor
I saw that DBMS is pluggable in the docs. I saw also couchdb is used for private db, but can we use any db, eg oracle or sql server?
Trevor
|
By
Trevor Lee Oakley <trevor@...>
·
#7603
·
|
|
Re: Blockchain and Machine learning
#fabric-chaincode
#hyperledger-fabric
#couchdb
From the Fabric docs:
"If you want to build a dashboard or collect aggregate data as part of your application, you can query an off-chain database that replicates the data from your blockchain
From the Fabric docs:
"If you want to build a dashboard or collect aggregate data as part of your application, you can query an off-chain database that replicates the data from your blockchain
|
By
David Enyeart
·
#7602
·
|
|
Blockchain and Machine learning
#fabric-chaincode
#hyperledger-fabric
#couchdb
Hi everyone,
"Blockchain and Machine learning Integration" is the hot topic today. can we integrate machine learning libraries in fabric ??? can we deploy machine model inside chain code? As we all
Hi everyone,
"Blockchain and Machine learning Integration" is the hot topic today. can we integrate machine learning libraries in fabric ??? can we deploy machine model inside chain code? As we all
|
By
Shabana Basharat
·
#7601
·
|
|
Re: #fabric-questions Fabric Networking
#fabric-questions
You didn't mention if you are having NAT traversal issues or straight up firewall issues.
If the latter, opening ports should be sufficient.
If the former, put it in a DMZ with real public ip
You didn't mention if you are having NAT traversal issues or straight up firewall issues.
If the latter, opening ports should be sufficient.
If the former, put it in a DMZ with real public ip
|
By
Nye Liu <nye@...>
·
#7600
·
|
|
Re: #fabric-questions Fabric Networking
#fabric-questions
I can only say that port forwarding anchorpeers alone won't get you much, because peers try to connect to one anotherforming a full mesh of an undirected graph (peers p and qhave a single connection
I can only say that port forwarding anchorpeers alone won't get you much, because peers try to connect to one anotherforming a full mesh of an undirected graph (peers p and qhave a single connection
|
By
Yacov
·
#7599
·
|
|
#fabric-questions Fabric Networking
#fabric-questions
Hi,
I've been trying to setup a fabric network spread across multiple locations. One of the major issues has been locating and communicating with peer nodes behind firewalls. The only solutions I've
Hi,
I've been trying to setup a fabric network spread across multiple locations. One of the major issues has been locating and communicating with peer nodes behind firewalls. The only solutions I've
|
By
Cavell
·
#7598
·
|
|
Re: JIRA Cleanup
Items that were labeled on Jan 13 have now been closed out. Apologies for the JIRA spam.
If an issue was closed that should not have been, please feel free to reopen it.
Thanks.
On Mon, Jan 13, 2020
Items that were labeled on Jan 13 have now been closed out. Apologies for the JIRA spam.
If an issue was closed that should not have been, please feel free to reopen it.
Thanks.
On Mon, Jan 13, 2020
|
By
Matthew Sykes
·
#7597
·
|
|
Re: Downtime for updates of WIKI & JIRA
All updates have been completed and both servers are back on-line.
All updates have been completed and both servers are back on-line.
|
By
Tim Johnson <tijohnson@...>
·
#7596
·
|
|
hyperledger fabric-ca-client through javascript registering more than one user using the same admin identity but unable to access channel from User2 , User3 and so forth
#fabric-ca
Everything works fine when I have just "user1" who is registered using the following lines of codeconst secret = await ca.register({ affiliation: 'org1.department1', enrollmentID: 'user1', role:
Everything works fine when I have just "user1" who is registered using the following lines of codeconst secret = await ca.register({ affiliation: 'org1.department1', enrollmentID: 'user1', role:
|
By
maruti praturi
·
#7595
·
|
|
Downtime for updates of WIKI & JIRA
The update of JIRA (jira.hyperledger.org) has been completed.
The update of WIKI (wiki.hyperledger.org) is still underway. We expect
to be complete within the hour.
Tim
The update of JIRA (jira.hyperledger.org) has been completed.
The update of WIKI (wiki.hyperledger.org) is still underway. We expect
to be complete within the hour.
Tim
|
By
Tim Johnson <tijohnson@...>
·
#7594
·
|
|
Re: core.yaml
In networks with multiple organizations (which should be every network), every organization should own its own peers. Often each organization will own several peers.
Regards,
Joe Alewine
IBM
In networks with multiple organizations (which should be every network), every organization should own its own peers. Often each organization will own several peers.
Regards,
Joe Alewine
IBM
|
By
Joe Alewine <joe.alewine@...>
·
#7593
·
|