Hi I am a newbie "Kafka" user. I had 0.8 branch code and trying to run a simple producer (currently no consumer) from kafka-java-examples on *Window XP*
When the producer tries to send a message I get following [2013-09-13 12:39:28,244] WARN [KafkaApi-0] Produce request with correlation id 2 from client on partition [test,0] *failed due to Leader not local for partition* [test,0] on broker 0 (kafka.server.KafkaApis) [2013-09-13 12:39:28,431] INFO [KafkaApi-0] Send the close connection response due to error handling produce request [clientId = , correlationId = 2, topicAndPartition = [test,0]] with Ack=0 (kafka.server.KafkaApis) Looks like there is a similar issue ( https://issues.apache.org/jira/browse/KAFKA-876) but it's resolved. I am attaching server and zookeeper logs for reference. Please guide. Cheers!! Anuj http://anuj-mehta.blogspot.com/
[2013-09-13 12:39:00,503] INFO Verifying properties (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property port is overridden to 9092 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property socket.request.max.bytes is overridden to 104857600 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property num.io.threads is overridden to 2 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.dirs is overridden to /tmp/kafka-logs (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.cleanup.interval.mins is overridden to 1 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property socket.send.buffer.bytes is overridden to 1048576 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.flush.interval.ms is overridden to 1000 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property zookeeper.connect is overridden to localhost:2181 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property broker.id is overridden to 0 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.retention.hours is overridden to 168 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property num.network.threads is overridden to 2 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property socket.receive.buffer.bytes is overridden to 1048576 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property zookeeper.connection.timeout.ms is overridden to 1000000 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property num.partitions is overridden to 2 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.flush.interval.messages is overridden to 10000 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,519] INFO Property log.segment.bytes is overridden to 536870912 (kafka.utils.VerifiableProperties) [2013-09-13 12:39:00,535] INFO [Kafka Server 0], Starting (kafka.server.KafkaServer) [2013-09-13 12:39:00,566] INFO [Log Manager on Broker 0] Loading log 'board-0' (kafka.log.LogManager) [2013-09-13 12:39:00,722] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\board-0\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:00,738] INFO [Kafka Log on Broker 0], Completed load of log board-0 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:00,769] INFO [Log Manager on Broker 0] Loading log 'test-0' (kafka.log.LogManager) [2013-09-13 12:39:00,894] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\test-0\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:00,894] INFO [Kafka Log on Broker 0], Completed load of log test-0 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:00,894] INFO [Log Manager on Broker 0] Loading log 'topic2-0' (kafka.log.LogManager) [2013-09-13 12:39:01,034] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\topic2-0\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:01,034] INFO [Kafka Log on Broker 0], Completed load of log topic2-0 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:01,034] INFO [Log Manager on Broker 0] Loading log 'topic2-1' (kafka.log.LogManager) [2013-09-13 12:39:01,159] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\topic2-1\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:01,159] INFO [Kafka Log on Broker 0], Completed load of log topic2-1 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:01,159] INFO [Log Manager on Broker 0] Loading log 'topic3-0' (kafka.log.LogManager) [2013-09-13 12:39:01,300] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\topic3-0\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:01,300] INFO [Kafka Log on Broker 0], Completed load of log topic3-0 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:01,300] INFO [Log Manager on Broker 0] Loading log 'topic3-1' (kafka.log.LogManager) [2013-09-13 12:39:01,441] INFO [Kafka Log on Broker 0], Recovering log segment E:\tmp\kafka-logs\topic3-1\00000000000000000000.log (kafka.log.Log) [2013-09-13 12:39:01,441] INFO [Kafka Log on Broker 0], Completed load of log topic3-1 with log end offset 0 (kafka.log.Log) [2013-09-13 12:39:01,441] INFO [Log Manager on Broker 0] Starting log cleaner every 60000 ms (kafka.log.LogManager) [2013-09-13 12:39:01,441] INFO [Log Manager on Broker 0] Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager) [2013-09-13 12:39:01,519] INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.Acceptor) [2013-09-13 12:39:01,519] INFO [Socket Server on Broker 0], Started (kafka.network.SocketServer) [2013-09-13 12:39:01,534] INFO connecting to ZK: localhost:2181 (kafka.server.KafkaZooKeeper) [2013-09-13 12:39:01,550] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread) [2013-09-13 12:39:01,565] INFO Client environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:host.name=NOIAN039ME-L1.pbi.global.pvt (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.version=1.6.0_26 (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.vendor=Sun Microsystems Inc. (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.home=C:\Program Files\Java\jre6 (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.class.path=E:\Workspace_Scala\kafka\core\target\scala-2.8.0\classes;E:\Workspace_Scala\kafka\core\target\scala-2.8.0\test-classes;\kafka\bin;C:\Documents and Settings\AN039ME\.ivy2\cache\org.apache.zookeeper\zookeeper\jars\zookeeper-3.3.4.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\log4j\log4j\jars\log4j-1.2.15.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\net.sf.jopt-simple\jopt-simple\jars\jopt-simple-3.2.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.slf4j\slf4j-simple\jars\slf4j-simple-1.6.4.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\com.101tec\zkclient\jars\zkclient-0.3.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.xerial.snappy\snappy-java\bundles\snappy-java-1.0.4.1.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\com.yammer.metrics\metrics-core\jars\metrics-core-2.2.0.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.slf4j\slf4j-api\jars\slf4j-api-1.7.2.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\com.yammer.metrics\metrics-annotation\jars\metrics-annotation-2.2.0.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.easymock\easymock\jars\easymock-3.0.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\cglib\cglib-nodep\jars\cglib-nodep-2.2.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.objenesis\objenesis\jars\objenesis-1.2.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\junit\junit\jars\junit-4.1.jar;C:\Documents and Settings\AN039ME\.ivy2\cache\org.scalatest\scalatest\jars\scalatest-1.2.jar (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.library.path=C:\Program Files\Java\jre6\bin;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\app\AN039ME\product\11.2.0\client_1\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;C:\WINNT\PBUtility;C:\WINNT\PBUtility\RegistryClean;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\M-Tech;C:\Program Files\scala\\bin;C:\Program Files\sbt\;C:\WINNT\system32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\TortoiseSVN\bin;E:\play-2.0.4;C:\Program Files\Java\jdk1.6.0_26\bin;E:\apache-maven-3.0.4\bin;E:\apache-ant-1.8.4\bin;E:\axis2-1.6.2\bin;C:\Program Files\TortoiseGit\bin;E:\eclipse-java-indigo-SR2-win32\eclipse;;. (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.io.tmpdir=C:\DOCUME~1\AN039ME\LOCALS~1\Temp\ (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:os.name=Windows XP (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:os.arch=x86 (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:os.version=5.1 (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:user.name=AN039ME (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:user.home=C:\Documents and Settings\AN039ME (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Client environment:user.dir=E:\Workspace_Scala\kafka\core (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,565] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=6000 watcher=org.I0Itec.zkclient.ZkClient@18a8ce2 (org.apache.zookeeper.ZooKeeper) [2013-09-13 12:39:01,581] INFO Opening socket connection to server localhost/127.0.0.1:2181 (org.apache.zookeeper.ClientCnxn) [2013-09-13 12:39:01,581] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn) [2013-09-13 12:39:01,784] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x141162682e90000, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn) [2013-09-13 12:39:01,784] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient) [2013-09-13 12:39:01,862] INFO Registered broker 0 at path /brokers/ids/0 with address NOIAN039ME-L1.pbi.global.pvt:9092. (kafka.utils.ZkUtils$) [2013-09-13 12:39:01,862] INFO [Kafka Server 0], Connecting to ZK: localhost:2181 (kafka.server.KafkaServer) [2013-09-13 12:39:01,972] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$) [2013-09-13 12:39:02,018] INFO 0 successfully elected as leader (kafka.server.ZookeeperLeaderElector) [2013-09-13 12:39:02,284] INFO [Replica Manager on Broker 0]: Handling LeaderAndIsr request Name:LeaderAndIsrRequest;Version:0;Controller:0;ControllerEpoch:22;CorrelationId:0;ClientId:id_0-host_null-port_9092;PartitionState:(topic2,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(topic3,1) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(topic2,1) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(board,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:2),ReplicationFactor:1),AllReplicas:0),(topic3,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(test,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:1),ReplicationFactor:1),AllReplicas:0);Leaders:id:0,host:NOIAN039ME-L1.pbi.global.pvt,port:9092 (kafka.server.ReplicaManager) [2013-09-13 12:39:02,300] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [topic2,0] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,300] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [topic3,1] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,300] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [topic2,1] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,315] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [board,0] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,315] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [topic3,0] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,315] INFO [ReplicaFetcherManager on broker 0] Removing fetcher for partition [test,0] (kafka.server.ReplicaFetcherManager) [2013-09-13 12:39:02,315] INFO [Replica Manager on Broker 0]: Handled leader and isr request Name:LeaderAndIsrRequest;Version:0;Controller:0;ControllerEpoch:22;CorrelationId:0;ClientId:id_0-host_null-port_9092;PartitionState:(topic2,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(topic3,1) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(topic2,1) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(board,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:2),ReplicationFactor:1),AllReplicas:0),(topic3,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:5),ReplicationFactor:1),AllReplicas:0),(test,0) -> (LeaderAndIsrInfo:(Leader:0,ISR:0,LeaderEpoch:0,ControllerEpoch:1),ReplicationFactor:1),AllReplicas:0);Leaders:id:0,host:NOIAN039ME-L1.pbi.global.pvt,port:9092 (kafka.server.ReplicaManager) [2013-09-13 12:39:02,362] INFO New leader is 0 (kafka.server.ZookeeperLeaderElector$LeaderChangeListener) [2013-09-13 12:39:02,378] INFO [Kafka Server 0], Started (kafka.server.KafkaServer) [2013-09-13 12:39:28,166] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor) [2013-09-13 12:39:28,244] WARN [KafkaApi-0] Produce request with correlation id 2 from client on partition [test,0] failed due to Leader not local for partition [test,0] on broker 0 (kafka.server.KafkaApis) [2013-09-13 12:39:28,431] INFO [KafkaApi-0] Send the close connection response due to error handling produce request [clientId = , correlationId = 2, topicAndPartition = [test,0]] with Ack=0 (kafka.server.KafkaApis)
[2013-09-13 12:38:44,400] INFO Reading configuration from: ..\config\zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [2013-09-13 12:38:44,400] WARN Either no config or no quorum defined in config, running in standalone mode (org.apache.zookeeper.server.quorum.QuorumPeerMain) [2013-09-13 12:38:44,493] INFO Reading configuration from: ..\config\zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [2013-09-13 12:38:44,493] INFO Starting server (org.apache.zookeeper.server.ZooKeeperServerMain) [2013-09-13 12:38:44,509] INFO Server environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:host.name=NOIAN039ME-L1.pbi.global.pvt (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.version=1.6.0_26 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.vendor=Sun Microsystems Inc. (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.home=C:\Program Files\Java\jdk1.6.0_26\jre (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.class.path=C:\Documents;C:\Documents;C:\Documents;C:\Documents;C:\Documents;C:\Documents;C:\Documents;E:\Workspace_Scala\kafka\core\target\scala-2.8.0\kafka-assembly-0.8.0-beta1-deps.jar;E:\Workspace_Scala\kafka\core\target\scala-2.8.0\kafka_2.8.0-0.8.0-beta1.jar;E:\Workspace_Scala\kafka\perf\target\kafka-perf_2.8.0-0.8.0-beta1.jar (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.library.path=C:\Program Files\Java\jdk1.6.0_26\bin;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:\app\AN039ME\product\11.2.0\client_1\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;C:\WINNT\PBUtility;C:\WINNT\PBUtility\RegistryClean;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\M-Tech;C:\Program Files\scala\\bin;C:\Program Files\sbt\;C:\WINNT\system32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\TortoiseSVN\bin;E:\play-2.0.4;C:\Progr am Files\Java\jdk1.6.0_26\bin;E:\apache-maven-3.0.4\bin;E:\apache-ant-1.8.4\bin;E:\axis2-1.6.2\bin;C:\Program Files\TortoiseGit\bin;. (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.io.tmpdir=C:\DOCUME~1\AN039ME\LOCALS~1\Temp\ (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:java.compiler=<NA> (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:os.name=Windows XP (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:os.arch=x86 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:os.version=5.1 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:user.name=AN039ME (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:user.home=C:\Documents and Settings\AN039ME (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,509] INFO Server environment:user.dir=E:\Workspace_Scala\kafka\bin (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,524] INFO tickTime set to 3000 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,524] INFO minSessionTimeout set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,524] INFO maxSessionTimeout set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [2013-09-13 12:38:44,571] INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NIOServerCnxn) [2013-09-13 12:38:44,587] INFO Reading snapshot \tmp\zookeeper\version-2\snapshot.10b (org.apache.zookeeper.server.persistence.FileSnap) [2013-09-13 12:38:44,618] INFO Snapshotting: 12b (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [2013-09-13 12:39:01,581] INFO Accepted socket connection from /127.0.0.1:4494 (org.apache.zookeeper.server.NIOServerCnxn) [2013-09-13 12:39:01,581] INFO Client attempting to establish new session at /127.0.0.1:4494 (org.apache.zookeeper.server.NIOServerCnxn) [2013-09-13 12:39:01,581] INFO Creating new log file: log.12c (org.apache.zookeeper.server.persistence.FileTxnLog) [2013-09-13 12:39:01,784] INFO Established session 0x141162682e90000 with negotiated timeout 6000 for client /127.0.0.1:4494 (org.apache.zookeeper.server.NIOServerCnxn) [2013-09-13 12:39:02,300] INFO Got user-level KeeperException when processing sessionid:0x141162682e90000 type:delete cxid:0x23 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/admin Error:KeeperErrorCode = NoNode for /admin (org.apache.zookeeper.server.PrepRequestProcessor)