Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
135 stars 101 forks source link

http://localhost:8545 Unable to connect #173

Closed oooomoooo closed 2 years ago

oooomoooo commented 2 years ago

The ubuntu system, I use has turned off the firewall, but I still can't link localhost: 8545, or the link is reset. I did the following: https://consensys.net/docs/goquorum/en/latest/tutorials/quorum-dev-quickstart/using-the-quickstart/

Please help me!

joshuafernandes commented 2 years ago

Hello @oooomoooo Can you please post steps to reproduce and what options you selected? When you have your setup running can you post the output of docker ps please

logicalfarhad commented 2 years ago

Hi @joshuafernandes , I am facing the same issue. I am using the ubuntu 20.04 version. After running the docker command from here quorum-dev-quickstart I am trying to test the RPC node. However, I could not see any output. Here is the docker ps command output. As you can see, no port is assigned to the RPC Screenshot from 2022-07-26 18-37-28 node. Other nodes are running fine.

Any idea what's going on? Thanks in advance!

joshuafernandes commented 2 years ago

Hello @logicalfarhad could you please give us a list of steps to reproduce what you're seeing with specs of machine as well as version of the quickstart. Also what are the logs form any of the validators or rpcnode - it appears that none of them are working in the screenshot and are restarting?

logicalfarhad commented 2 years ago

Hello @joshuafernandes, I have followed the instruction from this link https://github.com/ConsenSys/quorum-dev-quickstart I did not see any log for quorum or validators, or RPC node. I only found logs for teserra. I am missing something to find out the logs? image

Thanks

joshuafernandes commented 2 years ago

Hi @logicalfarhad yep, thats correct. None of your goquorum containers have started. Run a docker ps -a and then docker logs -f quourm....... to see why they have failed. Which version of the quickstart are you using that you see this behaviour on?

joshuafernandes commented 2 years ago

On v 0.0.73 (latest) I am unable to reproduce this. I have Ubuntu 22.04 and ran this with npx quorum-dev-quickstart@0.0.73

image

logicalfarhad commented 2 years ago

@joshuafernandes Unfortunately, it does not run on my pc. I will try with another PC.

ianao3 commented 2 years ago

I also encountered this issue https://github.com/ConsenSys/quorum-dev-quickstart/issues/211#issuecomment-1333378815