|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Unfortunately it does not work. I to killed all processes.
I tried
sudo lsof -i -P -n | grep LISTEN.
I’ve got PID numbers and then killed the processes.
$ kill -9 <PID>
Also, I
Unfortunately it does not work. I to killed all processes.
I tried
sudo lsof -i -P -n | grep LISTEN.
I’ve got PID numbers and then killed the processes.
$ kill -9 <PID>
Also, I
|
By
Aleksandr Dedishchev <dedishchev-av@...>
·
#6344
·
|
|
Context Deadline Exceeded
Hi Hyperledger Fabric Developers Community,
Whenever I am trying to deploy the network on Kubernetes then "error getting endorser client for channel: endorser client failed to connect to
Hi Hyperledger Fabric Developers Community,
Whenever I am trying to deploy the network on Kubernetes then "error getting endorser client for channel: endorser client failed to connect to
|
By
Yousaf Zain <yousaf.zain000@...>
·
#6343
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
It looks like somewhere along the way one of the Docker proxies did not exit properly.
You can either kill the processes or restart Docker. I’d recommend restarting Docker to clean things up
Gari
It looks like somewhere along the way one of the Docker proxies did not exit properly.
You can either kill the processes or restart Docker. I’d recommend restarting Docker to clean things up
Gari
|
By
Gari Singh <garis@...>
·
#6342
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Hi,
Yes, I am on macOS,
Running this command sudo lsof -i -P -n |grep 7051 gives the following results:
Best regards,
Alexander Dedishchev
Hi,
Yes, I am on macOS,
Running this command sudo lsof -i -P -n |grep 7051 gives the following results:
Best regards,
Alexander Dedishchev
|
By
Aleksandr Dedishchev <dedishchev-av@...>
·
#6341
·
|
|
Re: Question about crypto materials and channels
configtxgen doesn't generate cryptomaterial.
cryptogen does it.
configtxgen simply wraps yourcrypto material into a protobuf file like a genesis block.
From: "Lea Saliba"<lea.saliba96@...>
To:
configtxgen doesn't generate cryptomaterial.
cryptogen does it.
configtxgen simply wraps yourcrypto material into a protobuf file like a genesis block.
From: "Lea Saliba"<lea.saliba96@...>
To:
|
By
Yacov
·
#6340
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Looks like you are on macOS. Can you try running
sudo lsof -i -P -n |grep 7051
Will show if anything is listening on 7051
-----------------------------------------
Gari Singh
Distinguished
Looks like you are on macOS. Can you try running
sudo lsof -i -P -n |grep 7051
Will show if anything is listening on 7051
-----------------------------------------
Gari Singh
Distinguished
|
By
Gari Singh <garis@...>
·
#6339
·
|
|
Question about crypto materials and channels
Hello everyone.
I'm a bit confused. When I generate the crypto materials and I specify the channel ID with -channelID (../bin/configtxgen -profile TwoOrgsOrdererGenesis -channelID byfn-sys-channel
Hello everyone.
I'm a bit confused. When I generate the crypto materials and I specify the channel ID with -channelID (../bin/configtxgen -profile TwoOrgsOrdererGenesis -channelID byfn-sys-channel
|
By
Lea Saliba <lea.saliba96@...>
·
#6338
·
|
|
Re: Does Hyperledger Fabrice supports Windows 10 ?
My preference is ubuntu as I have been sandboxing in it for over a year now. Windows Toolbox may be supported, but it has wreaked havoc on my Windows Home, so I gave up on it a while ago, so please
My preference is ubuntu as I have been sandboxing in it for over a year now. Windows Toolbox may be supported, but it has wreaked havoc on my Windows Home, so I gave up on it a while ago, so please
|
By
greg m
·
#6337
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Hi Gari, thanks!
Please, find attached docker-compose-base.yaml
Best regards,
Alexander Dedishchev
On 30/06/2019, 14:18, "Gari Singh" <garis@...> wrote:
Can you also attach
Hi Gari, thanks!
Please, find attached docker-compose-base.yaml
Best regards,
Alexander Dedishchev
On 30/06/2019, 14:18, "Gari Singh" <garis@...> wrote:
Can you also attach
|
By
Aleksandr Dedishchev <dedishchev-av@...>
·
#6336
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Can you also attach base/docker-compose-base.yaml ?
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550 King St
Littleton, MA
Can you also attach base/docker-compose-base.yaml ?
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550 King St
Littleton, MA
|
By
Gari Singh <garis@...>
·
#6335
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Dear Anil,
Thank you for e-mail and help. Please, find attached docker-compose-cli.yaml file
Please cross check you haven't mapped 7051 to any other container.
As I see from the
Dear Anil,
Thank you for e-mail and help. Please, find attached docker-compose-cli.yaml file
Please cross check you haven't mapped 7051 to any other container.
As I see from the
|
By
dedishchev-av@...
·
#6334
·
|
|
Re: Does Hyperledger Fabrice supports Windows 10 ?
Development is technically only supported / documented on Linux and macOS.
Running the Docker images is supported on Windows 10; https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html
Development is technically only supported / documented on Linux and macOS.
Running the Docker images is supported on Windows 10; https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html
|
By
Gari Singh <garis@...>
·
#6333
·
|
|
Does Hyperledger Fabrice supports Windows 10 ?
I'm completely beginner to Hyperledger.
I have going through official documentation for installation but it's reffering only to Ubuntu and Mac OS only,
what is the best option for install
I'm completely beginner to Hyperledger.
I have going through official documentation for installation but it's reffering only to Ubuntu and Mac OS only,
what is the best option for install
|
By
lakshan.jap@...
·
#6332
·
|
|
Unable to connect to the Peer using Node SDK
#fabric
#fabric-sdk-node
#grpc
HI Team,
While running the node gateway.js , i am getting the below error - ranjan@ubuntuVMServer1:~/LDBCApp/sdk/gateway$ node gateway.js start setupGateway begin setupGateway 1 setupGateway 2
HI Team,
While running the node gateway.js , i am getting the below error - ranjan@ubuntuVMServer1:~/LDBCApp/sdk/gateway$ node gateway.js start setupGateway begin setupGateway 1 setupGateway 2
|
By
soumya nayak <soumyarjnnayak@...>
·
#6331
·
|
|
Re: Timeout error while invoking the chaincode HLF
Hi Anil,
Usually a timeout is due to chaincode not coming back in time (or peer unable to start the CC). I;d check for chaincode crashes or taking a long time.
Murali
--
Thanks,
Murali
"Practice is a
Hi Anil,
Usually a timeout is due to chaincode not coming back in time (or peer unable to start the CC). I;d check for chaincode crashes or taking a long time.
Murali
--
Thanks,
Murali
"Practice is a
|
By
Srinivasan Muralidharan
·
#6330
·
|
|
Timeout error while invoking the chaincode HLF
Hi
i have deployed deployed hyperledger fabric in different machines using swarm, when iam invoking the chaincode it is giving error, how to resolve it
Thank & Regards,
Anil Kumar
Hi
i have deployed deployed hyperledger fabric in different machines using swarm, when iam invoking the chaincode it is giving error, how to resolve it
Thank & Regards,
Anil Kumar
|
By
Anil Kumar <anilkumar931@...>
·
#6329
·
|
|
Re: docker-compose issue 0.0.0.0:7051 failed: port is already allocated'
Could you please provide your docker-compose-cli.yaml file ?
Please cross check you haven't mapped 7051 to any other container.
Tanks,
Anil
Could you please provide your docker-compose-cli.yaml file ?
Please cross check you haven't mapped 7051 to any other container.
Tanks,
Anil
|
By
Anil Singh <anil.singh@...>
·
#6328
·
|
|
How to delete old chaincode containers after upgrade ?
Automatic rather than manual
Automatic rather than manual
|
By
"张晓明
·
#6327
·
|
|
Documentation Workgroup: cancelled this week - next meeting Friday, 5 July
Hi All,
Unfortunately,we have to cancel this week's Documentation Workgroup meeting. I'vehad to change travel plans for Friday which means I won't be able to makeeither meeting, and also for our
Hi All,
Unfortunately,we have to cancel this week's Documentation Workgroup meeting. I'vehad to change travel plans for Friday which means I won't be able to makeeither meeting, and also for our
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#6326
·
|
|
Re: Grafana dashboard
We are having a similar discussion on performance and scale working group. Maybe we can collaborate.... Not exactly the same; but similar in spirit
Vipin
We are having a similar discussion on performance and scale working group. Maybe we can collaborate.... Not exactly the same; but similar in spirit
Vipin
|
By
Vipin Bharathan
·
#6325
·
|