Looks like a JDK problem. Which JDK are you using? Can you please provide an output of running "/usr/libexec/java_home" and "java -version"? Also did you make any changes to the jdk between your first and second attempts?
On Thu, Sep 1, 2016 at 10:56 AM, Habeeb Rahman <[email protected]> wrote: > Hi > I was trying with the Apache Geode for the first time > Initially I was able to start the locator and server properly and I was > able to create the region as well. > But when I tried next time, I am getting some error. I have ensured both > the previous locator and server are killed before starting the new locator > and server. But still the error is present. Even the log file under locator > and server are not providing any info > > Can you please help me out here > > gfsh>start locator --name=locator > > Starting a Geode Locator in /Users/hrahman/apache-geode-1. > 0.0-incubating.M3/bin/locator... > > An error occurred while attempting to start a Locator in > /Users/hrahman/apache-geode-1.0.0-incubating.M3/bin/locator on > rws-habeeb.saba.com[10334]: sun.tools.attach.MacosxVirtualMachine. > isLinuxThreads()Z > > > gfsh>start server --name=server > > Starting a Geode Server in /Users/hrahman/apache-geode-1. > 0.0-incubating.M3/bin/server... > > An error occurred while attempting to start a Geode Cache Server: Could > not initialize class sun.tools.attach.MacosxVirtualMachine > > > gfsh> > > -- > Regards > Habeeb >
