GFSH hangs on Windows when executing start command on GemFire 8.1
search cancel

GFSH hangs on Windows when executing start command on GemFire 8.1

book

Article ID: 294089

calendar_today

Updated On:

Products

VMware Tanzu Gemfire

Issue/Introduction

Symptoms:

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

Environment


Resolution

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