When starting a locator or server from gfsh, the control is never returned to the user. gfsh seems to hang.
gfsh start locator --name=locator1
The work around for this issue is to enable output redirection with the following command:
gfsh start locator --name=locator --dir=. --J=-Dgemfire.OSProcess.ENABLE_OUTPUT_REDIRECTION=true