Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Tendermint silently fails to launch when adding additional validators. #62

Open
Jaxkr opened this issue Jan 7, 2018 · 2 comments
Open

Comments

@Jaxkr
Copy link
Contributor

Jaxkr commented Jan 7, 2018

I have an application with a genesis.json and a keys.json which holds the keys for the validator. I can repeatedly delete the folder from my .lotion directory and it spins up perfectly each time.

However, if I add a second validator to the list it creates the data folder, but no requests to Tendermint on port 3000 from my web browser go through, they all fail to connect.

There is no debug message in my terminal, and logTendermint is on. localhost:3000/state gives me nothing, just fails to load.

I do not know how to begin debugging this issue.

@keppel
Copy link
Owner

keppel commented Jan 7, 2018

Are you also running both validators? 2/3+ of the validators (by voting power) have to be online for new blocks to be created, and Lotion waits for the first block to be created to set up all the transaction server stuff.

@spentak
Copy link

spentak commented Feb 15, 2018

Can we make this an official issue?

Lost countless hours thinking there was bugs due to not all validators being online yet. Request that connect and Lotion both log 'Waiting for validators to come online' or something similar instead of hanging.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants