It could be because your client has not connected properly to a ZooKeeper
server. Have you taken a look at the logs on the server side to make sure that
a session has been created? Could you give me a little more detail about your
setup?
-Flavio
----- Original Message ----
From: Avinash Lakshman <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, June 6, 2008 10:49:16 AM
Subject: [Zookeeper-user] create() failure
When I do execute the folloiwing code :
String pathCreated = zk.create(createPath, new byte[0], Ids.OPEN_ACL_UNSAFE,
(CreateFlags.SEQUENCE | CreateFlags.EPHEMERAL) );
It seems to fail silently w/o reporting any errors. I mean I have a log
statement after this line which never shows up. However it works if I execute
it via the debugger. Any ideas as to what might be happening?
Thanks
A
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Zookeeper-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/zookeeper-user