Failure to Launch

2009-11-25 Thread Ratner, Alan S (IS)
I have been unsuccessful at getting zookeeper to run on top of Cygwin. The dialog has been: $ bin/zkServer.sh start JMX enabled by default Using config: /cygdrive/c/zookeeper-3.2.1/bin/../conf/zoo.cfg Starting zookeeper ... STARTED Exception in thread main java.lang.NoClassDefFoundError: {list

Re: Failure to Launch

2009-11-25 Thread Patrick Hunt
We don't use xerces, perhaps it's picking up your default classpath? Try unsetting your default classpath and try that again. unset CLASSPATH or (the following should also work I think) CLASSPATH= bin/zkServer.sh start Patrick Ratner, Alan S (IS) wrote: I have been unsuccessful at getting