Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 69843 invoked from network); 22 Jul 2005 01:06:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2005 01:06:43 -0000 Received: (qmail 61897 invoked by uid 500); 22 Jul 2005 01:06:42 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 61846 invoked by uid 500); 22 Jul 2005 01:06:42 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 61833 invoked by uid 99); 22 Jul 2005 01:06:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 18:06:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of elcapo@gmail.com designates 64.233.184.199 as permitted sender) Received: from [64.233.184.199] (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 18:06:37 -0700 Received: by wproxy.gmail.com with SMTP id 70so187334wra for ; Thu, 21 Jul 2005 18:06:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=DkwYmBp+0IKZucrS6vsJpnxLnqwZkSZMn4P7plGbubRdHJeR5qENb1U1OUPKNsS4PRjY5QbAWxB7zUEs62U1rpOwfrYvamjDFhvXBB7CQ6PAdZWyr27g5iRQyO2Mi68uxbZrfvaYhGGossz9pG7fXaPy7UbWyD7ks9tSMoq0+Kg= Received: by 10.54.52.55 with SMTP id z55mr868762wrz; Thu, 21 Jul 2005 18:06:06 -0700 (PDT) Received: from ?10.10.1.134? ([64.90.194.68]) by mx.gmail.com with ESMTP id g5sm854325wra.2005.07.21.18.06.06; Thu, 21 Jul 2005 18:06:06 -0700 (PDT) Subject: Re: Mina debugging aids? From: Mike Heath To: Apache Directory Developers List In-Reply-To: <42DEB0F9.7070404@memelet.com> References: <42DEACAA.7060406@memelet.com> <42DEB0F9.7070404@memelet.com> Content-Type: text/plain Date: Thu, 21 Jul 2005 19:06:14 -0600 Message-Id: <1121994374.8196.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thank you Barry! You're not the only one forgetting to call flip(). I've been pulling my hair out for a couple of days now only to have the lights turned on by you mentioning your problem. Thanks. On Wed, 2005-07-20 at 13:15 -0700, Barry Kaplan wrote: > Found my problem. My encoder forgot to flip the buffer. (Ok, ok, maybe I > should stop now and read the Orielly NIO book I have sitting at my elbow). >