Re: [Zookeeper-user] FW: Client Connect Exceptions + Zookeeper Unit Tests fail

2008-08-07 Thread Mahadev Konar
For your example, do you see anything unusual in the server logs? Also did you try -- Echo ³stat² | nc localhost 2181 Echo ³stat² | nc hostname 2181? mahadev On 8/7/08 10:11 AM, Satish Bhatti [EMAIL PROTECTED] wrote: Yeah, it works great on Ubuntu. Did you try it out on your Mac yet?

Re: [Zookeeper-user] FW: Client Connect Exceptions + Zookeeper Unit Tests fail

2008-08-07 Thread Mahadev Konar
The only thing I see different is that you seem to be using an old version of zookeeper on apache. Can you download trunk from http://svn.apache.org/repos/asf/hadoop/zookeeper/trunk And try it again? The print statement -- ³Trying to connect² is not there in the code any more. Can you try

Re: [Zookeeper-user] FW: Client Connect Exceptions + Zookeeper Unit Tests fail

2008-08-07 Thread Mahadev Konar
Hi Satish, This seems like a problem with svn 1.5 incompatibility with 1.4. The jira http://issues.apache.org/jira/browse/zookeeper-110 Fixes this issue but hasn¹t been checked in yet because its not compatible with windows. Can you try that patch and see if you can build it? mahadev On