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

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

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

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 the

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