From users-return-2965-apmail-kafka-users-archive=kafka.apache.org@kafka.apache.org Wed Dec 19 16:54:24 2012 Return-Path: X-Original-To: apmail-kafka-users-archive@www.apache.org Delivered-To: apmail-kafka-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9105E7DD for ; Wed, 19 Dec 2012 16:54:24 +0000 (UTC) Received: (qmail 35646 invoked by uid 500); 19 Dec 2012 16:54:24 -0000 Delivered-To: apmail-kafka-users-archive@kafka.apache.org Received: (qmail 35625 invoked by uid 500); 19 Dec 2012 16:54:24 -0000 Mailing-List: contact users-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@kafka.apache.org Delivered-To: mailing list users@kafka.apache.org Received: (qmail 35617 invoked by uid 99); 19 Dec 2012 16:54:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 16:54:24 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of junrao@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 16:54:17 +0000 Received: by mail-ie0-f176.google.com with SMTP id 13so3078211iea.21 for ; Wed, 19 Dec 2012 08:53:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2i+mxY8uWLWdSQJiqQY8XnKOqs3WumHtNv6IP3d+1g0=; b=JMribhS2V0dEQcGAdd4gdTo9dJPvaLQkIpO8KeMWv4OeOissnEh5WjTKGWR+J398xh 0t2HTyNRYcUTD7IhQeTZ2S46AfwUuRBPzQyWtlqUXesDKRPCQXWbVauf/G18cBvd3uB3 GV/IxxNzxF8QwO5NY+9jSKYiwVPxKr/ZbnHqmwAng9Ta6c8c8cDpuBmRr+hfTO/eYlVh 5X4M2Fvht7B8HO1LAJzgTwcDb6sZkeDR2mudGJO8S/RMuVDHQWyM2RFCdG7AwWPXvttm ciJo63yDdMQbXzfgVASwmjNrqrzObw0726F8RtOfm4PqkikrulihLzPWWubjQFfjDqSF w/5Q== MIME-Version: 1.0 Received: by 10.50.214.68 with SMTP id ny4mr7408049igc.65.1355936036854; Wed, 19 Dec 2012 08:53:56 -0800 (PST) Received: by 10.43.124.129 with HTTP; Wed, 19 Dec 2012 08:53:56 -0800 (PST) In-Reply-To: <9437a9e3-0a38-4d56-92f5-e76f6e2a6698@s1.corp.gravycard.com> References: <48337a6b-d889-4612-83c3-748485d8175c@s1.corp.gravycard.com> <9437a9e3-0a38-4d56-92f5-e76f6e2a6698@s1.corp.gravycard.com> Date: Wed, 19 Dec 2012 08:53:56 -0800 Message-ID: Subject: Re: Unable To Run QuickStart From CLI From: Jun Rao To: users@kafka.apache.org Content-Type: multipart/alternative; boundary=14dae93404f5d09c3504d1377594 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93404f5d09c3504d1377594 Content-Type: text/plain; charset=ISO-8859-1 These exceptions are at the info level and are normal. Did you see data in the kafka broker log? Thanks, Jun On Wed, Dec 19, 2012 at 7:59 AM, Christopher Alexander < calexander@gravycard.com> wrote: > Hello All, > > I am in the early stages of exploring the use of Kafka for large-scale > application I am authoring. Generally, the documentation has been pretty > good and quite pleased with getting things set-up in a couple of hours. > However, I am attempting to run the QuickStart using CLI to locally confirm > that producers/consumers works through Zookeeper and Kafka. I get the > following exception when a producer connects to Zookeeper. Subsequently, I > am unable to send/receive message. The exception is: > > [2012-12-19 10:38:15,993] INFO Got user-level KeeperException when > processing sessionid:0x13bb3cfbcde0000 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-12-19 10:38:16,032] INFO Got user-level KeeperException when > processing sessionid:0x13bb3cfbcde0000 type:create cxid:0x2 > zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/brokers > Error:KeeperErrorCode = NoNode for /brokers > (org.apache.zookeeper.server.PrepRequestProcessor) > > I would appreciate it if some could point me in the right direction. > > > Kind regards, > > Chris Alexander > Technical Architect and Engineer > Gravy, Inc. > > W: http://www.gravycard.com > > --14dae93404f5d09c3504d1377594--