I've installed gemfire in my Ubuntu 17.10, using the java version "1.8.0_161", and I'm trying to start a locator using gfsh.
start locator --name=locator1
After that it shows me the following message:
Starting a Geode Locator in /home/john/projetos/my_gemfire/locator1...
And it starts printing dots, lines and lines of dot:
......................................................................
I left once running and after hours it was still printing dots. It doesn't launch any error message, it just keep printing dots.
I saw a tutorial video about it, and there it just took seconds to really start the locator.
So, anyone could give an idea how could I solve that?