Hi, I am working with the 0.7.0 version. Whenever i start kafka-server after zookeeper as explained on this link: http://incubator.apache.org/kafka/quickstart.html
I get an exception like this on zookeeper console:: [2012-04-10 13:54:19,931] INFO Got user-level KeeperException when processing sessionid:0x1369b5890840000 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NoNode for /brokers/ids (org.apache.zookeeper.server.PrepRequestProcessor) [2012-04-10 13:54:19,964] INFO Got user-level KeeperException when processing sessionid:0x1369b5890840000 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/brokers Error:KeeperErrorCode = NoNode for /brokers (org.apache.zookeeper.server.PrepRequestProcessor) Why am i getting this exception. Did i miss anything? Thanks, Navneet Sharma