Thanks guys, I just found the issue using your suggestion. I am using aws and the windows machine's security group is not allowed by the zookeeper machine. After adding the SG to the zookeeper, it worked. Thanks.
On Thu, Mar 12, 2015 at 1:48 AM, Flavio Junqueira-2 [via zookeeper-user] < [email protected]> wrote: > Have you tried the zkCli.cmd script from a regular command shell instead? > -Flavio > > On Thursday, March 12, 2015 5:30 AM, Michi Mutsuzaki <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=7580911&i=0>> wrote: > > > > That's very strange. Can you telnet to 10.252.24.101:2181 from your > windows machine? > > On Tue, Mar 10, 2015 at 9:18 PM, jiangok <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=7580911&i=1>> wrote: > > > Thanks, I double checked the config file is there: > > /cygdrive/c/Users/Administrator/Downloads/zookeeper-3.4.6/config/zoo.cfg > and > > the content is: > > > > tickTime=2000 > > > dataDir=/cygdrive/c/Users/Administrator/Downloads/zookeeper-3.4.6/zookeeper-data > > > clientPort=2181 > > > > I am running zkCli.sh in cygwin on windows server 2012 R2 (AMD64). Any > other > > hint? Thanks. > > > > > > > > -- > > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Client-running-on-windows-cannot-access-Server-running-on-linux-tp7580898p7580900.html > > Sent from the zookeeper-user mailing list archive at Nabble.com. > > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://zookeeper-user.578899.n2.nabble.com/Client-running-on-windows-cannot-access-Server-running-on-linux-tp7580898p7580911.html > To unsubscribe from Client running on windows cannot access Server > running on linux, click here > <http://zookeeper-user.578899.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7580898&code=amlhbmdvazIwMDZAZ21haWwuY29tfDc1ODA4OTh8LTMyMzE1NDcwNA==> > . > NAML > <http://zookeeper-user.578899.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/Client-running-on-windows-cannot-access-Server-running-on-linux-tp7580898p7580913.html Sent from the zookeeper-user mailing list archive at Nabble.com.
