From dev-return-35282-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Oct 06 16:27:57 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 8137 invoked from network); 6 Oct 2010 16:27:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 16:27:56 -0000 Received: (qmail 59337 invoked by uid 500); 6 Oct 2010 16:27:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 59149 invoked by uid 500); 6 Oct 2010 16:27:56 -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 59142 invoked by uid 99); 6 Oct 2010 16:27:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 16:27:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 16:27:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o96GRVEo009258 for ; Wed, 6 Oct 2010 16:27:32 GMT Message-ID: <503694.9031286382451836.JavaMail.jira@thor> Date: Wed, 6 Oct 2010 12:27:31 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSERVER-1563) The server does not accept message bigger than 80Kb In-Reply-To: <27361588.9011286382335458.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRSERVER-1563. ------------------------------------------ Resolution: Fixed Fixed with http://svn.apache.org/viewvc?rev=1005086&view=rev We now don't reinitialize the LdapMessageContainer, it's simply reused. > The server does not accept message bigger than 80Kb > --------------------------------------------------- > > Key: DIRSERVER-1563 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1563 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.7 > Reporter: Emmanuel Lecharny > Priority: Blocker > Fix For: 2.0.0-RC1 > > > As I was trying to send a schema modification will 1400 ObjectClasses in it, the ModifyMessage which was created was 350Kb big, and it wasn't correctly swallowed by the server. > The analysis proved that once the first 80Kb were read (the incoming buffer is 80Kn big), the next block of data was generating a Protocol_error. This was due to the fact that the message container was reinitialized when the new block of data arrived. > This is bad. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.