|
Unable to run typescript version of balance-transfer app TSError: ⨯ Unable to compile TypeScript
Hi All,
I am trying to run the typescript version of balance-transfer app using the instructions providedhere but get this error:
============== node modules installed already =============
cp: cannot
Hi All,
I am trying to run the typescript version of balance-transfer app using the instructions providedhere but get this error:
============== node modules installed already =============
cp: cannot
|
By
Siddharth Jain
·
#5084
·
|
|
Re: Issue in starting couchdb
CouchDB spews out these errors when it does not find one of the three system level databases, (_users, _replicator and _global_changes), especially during the beginning of its instance. These errors
CouchDB spews out these errors when it does not find one of the three system level databases, (_users, _replicator and _global_changes), especially during the beginning of its instance. These errors
|
By
adnanchoudhury
·
#5083
·
|
|
Issue in starting couchdb
I am seeing this while i am trying to start couchdb on any peer:
nonode@nohost <0.320.0> -------- chttpd_auth_cache changes listener died
I am seeing this while i am trying to start couchdb on any peer:
nonode@nohost <0.320.0> -------- chttpd_auth_cache changes listener died
|
By
Abhijeet Pratap Singh <abhijeetpratapsingh@...>
·
#5082
·
|
|
Re: New Project Proposal: Fabric Desktop
Personally I'd like to learn more about this project: have you considered a playback (https://wiki.hyperledger.org/projects/fabric/playbacks) to let the community know more about it and start a
Personally I'd like to learn more about this project: have you considered a playback (https://wiki.hyperledger.org/projects/fabric/playbacks) to let the community know more about it and start a
|
By
Alessandro Sorniotti
·
#5081
·
|
|
New Project Proposal: Fabric Desktop
Dear Fabric Maintainers and All,
It is Yi. Recently, we developed a desktop app for Fabric. It is general-purpose, in other words, an API tool with GUI. We would like to contribute it to Hyperledger.
Dear Fabric Maintainers and All,
It is Yi. Recently, we developed a desktop app for Fabric. It is general-purpose, in other words, an API tool with GUI. We would like to contribute it to Hyperledger.
|
By
Yi DENG
·
#5080
·
|
|
Looking for interesting use cases and their stories
Hi all,
I'm interested in people and companies that have done quite a few or been working on some interesting use cases that leverage the Hyperledger Fabric platform to share their stories.
And it
Hi all,
I'm interested in people and companies that have done quite a few or been working on some interesting use cases that leverage the Hyperledger Fabric platform to share their stories.
And it
|
By
Don Li <lichunshen84@...>
·
#5079
·
|
|
Backup and Restore: HyperLedger Fabric
Hello,
I need information on how to back-up and restore a Hyperledger Fabric network.
The best I could find is this https://jira.hyperledger.org/browse/FAB-3364
Can you please guide me a
Hello,
I need information on how to back-up and restore a Hyperledger Fabric network.
The best I could find is this https://jira.hyperledger.org/browse/FAB-3364
Can you please guide me a
|
By
Dmello, Melwin <melwin.dmello@...>
·
#5078
·
|
|
Re: Running HLF on shared VM
Hey,
something like this? https://github.com/hyperledger-labs/fabric-vms-provision
Hey,
something like this? https://github.com/hyperledger-labs/fabric-vms-provision
|
By
John Sheehan
·
#5077
·
|
|
How to get the ledger height of channel in real time?
#fabric-sdk-node
As we know, one channel can have multiple peers, and when we query ledger height , we need to specify one peer in the channel, but if this peer's ledger is not up to date(e.g. not a leader peer,
As we know, one channel can have multiple peers, and when we query ledger height , we need to specify one peer in the channel, but if this peer's ledger is not up to date(e.g. not a leader peer,
|
By
andychen.chen@...
·
#5076
·
|
|
Re: Problem with setup
One more thing.
I also needed to update xcode:
$ xcode-select --install
Without it, I could download docker images but had error to download files from github.
With this fix, I was able to
One more thing.
I also needed to update xcode:
$ xcode-select --install
Without it, I could download docker images but had error to download files from github.
With this fix, I was able to
|
By
Akimitsu Shiseki <jl17850@...>
·
#5075
·
|
|
Re: Problem with setup
Hi Andrew,
I got the same error working with byfn, just after I upgraded my mac to macOS Mojave.
To fix it, I captured the output of curl to a temporary file first:
$ curl -sSL
Hi Andrew,
I got the same error working with byfn, just after I upgraded my mac to macOS Mojave.
To fix it, I captured the output of curl to a temporary file first:
$ curl -sSL
|
By
Akimitsu Shiseki <jl17850@...>
·
#5074
·
|
|
Failed to deploy peer node on Kubernetes using StatefulSet
Has anybody successfully deployed peer nodes on K8s using StatefulSet? I can run peer nodes on K8s using Deployment, but thought that StatefulSet is a better choice because it can automatically name
Has anybody successfully deployed peer nodes on K8s using StatefulSet? I can run peer nodes on K8s using Deployment, but thought that StatefulSet is a better choice because it can automatically name
|
By
Yueming Xu
·
#5073
·
|
|
Re: Problem with setup
getopt on macOS is hopelessly broken.
In particular, this line will not work correctly:
options=$(getopt -o b,d,h,s --long help -- "$@")
getopt on macOS is hopelessly broken.
In particular, this line will not work correctly:
options=$(getopt -o b,d,h,s --long help -- "$@")
|
By
Nye Liu <nye@...>
·
#5072
·
|
|
Installation of the sample fails on mac
Dear Sir, Miss
When I follow the installation instructions found here: https://hyperledger-fabric.readthedocs.io/en/release-1.3/install.html
And executes this command: curl -sSL http://bit.ly/2ysbOFE
Dear Sir, Miss
When I follow the installation instructions found here: https://hyperledger-fabric.readthedocs.io/en/release-1.3/install.html
And executes this command: curl -sSL http://bit.ly/2ysbOFE
|
By
Bart Gelders <bart.gelders@...>
·
#5071
·
|
|
Problem with setup
Hello,
I’m trying to run one of the setup commands for the Sample, Binaries and Docker Images:
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0
I’m getting the following error:
ERROR: Unexpected
Hello,
I’m trying to run one of the setup commands for the Sample, Binaries and Docker Images:
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0
I’m getting the following error:
ERROR: Unexpected
|
By
Andrew Bowers <andrew.bowers@...>
·
#5070
·
|
|
Running HLF on shared VM
Hello Folks,
Is there any document/tutorial that guides us on how to run HyperLedger Fabric on multiple VM’s
Sunil Suseelan | Associate Presales Consultant
Phone: +918898549399
Oracle
Hello Folks,
Is there any document/tutorial that guides us on how to run HyperLedger Fabric on multiple VM’s
Sunil Suseelan | Associate Presales Consultant
Phone: +918898549399
Oracle
|
By
Sunil Suseelan <sunil.suseelan@...>
·
#5069
·
|
|
Re: Unresolvable nodesdk and fabric image incompatibility - TypeError: client.getPeer is not a function AND Error: 2 UNKNOWN: chaincode error (status: 500, message: is not a valid endorsement system chaincode) and Debugger does not launch
And in addition,
The debugger does not launch
Failed to load gRPC binary module because it was not installed for the current system
Expected directory: node-v64-linux-x64-glibc
Found:
And in addition,
The debugger does not launch
Failed to load gRPC binary module because it was not installed for the current system
Expected directory: node-v64-linux-x64-glibc
Found:
|
By
Gowri R <gowri.r@...>
·
#5068
·
|
|
Re: Unresolvable nodesdk and fabric image incompatibility - TypeError: client.getPeer is not a function AND Error: 2 UNKNOWN: chaincode error (status: 500, message: is not a valid endorsement system chaincode)
Hi All,
I have two issues.
1. Some client SDK functions stop working saying, function XYZ is not a function.
"*info: [APPLICATION]: TypeError: client.getPeer is not a function*"
I tried to resolve
Hi All,
I have two issues.
1. Some client SDK functions stop working saying, function XYZ is not a function.
"*info: [APPLICATION]: TypeError: client.getPeer is not a function*"
I tried to resolve
|
By
Gowri R <gowri.r@...>
·
#5067
·
|
|
Unresolvable nodesdk and fabric image incompatibility - TypeError: client.getPeer is not a function
Hi,
I am using node sdk client and I am getting the following error."*info: [APPLICATION]: TypeError: client.getPeer is not a function*"
I followed this link
Hi,
I am using node sdk client and I am getting the following error."*info: [APPLICATION]: TypeError: client.getPeer is not a function*"
I followed this link
|
By
Gowri R <gowri.r@...>
·
#5066
·
|
|
Disk space becomes full when running HL Fabric
Hi,
I left the balance-transfer app running on my server for a few days and now there is no more space on the disk.
$ df -h --total
Filesystem Size Used Avail Use% Mounted on
udev
Hi,
I left the balance-transfer app running on my server for a few days and now there is no more space on the disk.
$ df -h --total
Filesystem Size Used Avail Use% Mounted on
udev
|
By
Siddharth Jain
·
#5065
·
|