Re: Errors when run zookeeper in windows ?

2009-08-20 Thread zhang jianfeng
David, Yes, It works, thank you for your help Best regards, Jeff zhang On Wed, Aug 19, 2009 at 12:17 AM, David Bosschaert < david.bosscha...@gmail.com> wrote: > FWIW, I've uploaded some Windows versions of the zookeeper scripts to > https://issues.apache.org/jira/browse/ZOOKEEPER-426 a while

Re: Errors when run zookeeper in windows ?

2009-08-19 Thread Patrick Hunt
One more thing, please enter a jira on this so that we can track/fix it. https://issues.apache.org/jira/browse/ZOOKEEPER Thanks, Patrick Patrick Hunt wrote: I suspect it has to do with the classpath - specifically having spaces in the directory name. Notice that one of the lines you included

Re: Errors when run zookeeper in windows ?

2009-08-19 Thread Patrick Hunt
I suspect it has to do with the classpath - specifically having spaces in the directory name. Notice that one of the lines you included starts "Files\Java\" - that probably should be "...\Program Files\Java\..." and the space is causing problems. Try using David's dos specific file, or edit th

Re: Errors when run zookeeper in windows ?

2009-08-19 Thread Patrick Hunt
David Bosschaert wrote: FWIW, I've uploaded some Windows versions of the zookeeper scripts to https://issues.apache.org/jira/browse/ZOOKEEPER-426 a while ago. They run from the ordinary windows shell, so no need for Cygwin or anything like that. I'm using Zookeeper from Windows all the time and t

Re: Errors when run zookeeper in windows ?

2009-08-19 Thread Benjamin Reed
good point david! zhang can you try david's scripts? we should probably commit those. thanx for pointing them out david. ben David Bosschaert wrote: FWIW, I've uploaded some Windows versions of the zookeeper scripts to https://issues.apache.org/jira/browse/ZOOKEEPER-426 a while ago. They run f

Re: Errors when run zookeeper in windows ?

2009-08-19 Thread David Bosschaert
FWIW, I've uploaded some Windows versions of the zookeeper scripts to https://issues.apache.org/jira/browse/ZOOKEEPER-426 a while ago. They run from the ordinary windows shell, so no need for Cygwin or anything like that. I'm using Zookeeper from Windows all the time and they work fine for me. I d

Re: Errors when run zookeeper in windows ?

2009-08-18 Thread zhang jianfeng
Yes,I am using cygwin and JDK 1.6, the command to start HBase is the same as in the get started: bin/zkServer.sh start The following is the whole message: zjf...@zjf ~/zookeeper-3.1.1 $ *bin/zkServer.sh start* JMX enabled by default Starting zookeeper ... STARTED zjf...@zjf ~/zookeeper-3.1.1 $

Re: Errors when run zookeeper in windows ?

2009-08-18 Thread Patrick Hunt
you are using java 1.6 right? more detail on the class not found would be useful (is that missing or just not included in your email?) Also the command line you're using to start the app would be interesting. Patrick Mahadev Konar wrote: Hi Zhang, Are you using cygwin? mahadev On 8/17/09

Re: Errors when run zookeeper in windows ?

2009-08-18 Thread Mahadev Konar
Hi Zhang, Are you using cygwin? mahadev On 8/17/09 11:23 PM, "zhang jianfeng" wrote: > Hi all, > > I tried to run zookeeper in windows, but the following errors appears: > > /* > ***

Errors when run zookeeper in windows ?

2009-08-17 Thread zhang jianfeng
Hi all, I tried to run zookeeper in windows, but the following errors appears: / $ java.lang.NoClassDefFoundError: Files\Java\jre6\lib\ext\QT