I am trying to start up a locator using gfsh and I keep getting that a main class cannot be found.
I am running this: gfsh start locator --name=locator1
After this I get the following error:
Error: Could not find or load main class com.gemstone.gemfire.distributed.LocatorLauncher
Which to me this means that something is missing on the classpath to find that jar. I have these on my classpath:
export JAVA_HOME=/Java/jdk1.8.0_111
export GEMFIRE=/Pivotal_GemFire_822
export GF_JAVA=$JAVA_HOME/bin/java
(I abbreviated the paths)
The setup docs also say you need tools.jar included w the JDK on your classpath. I did that and it didn't make any difference. I thought that would be included on JAVA_HOME anyways.