Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 62043 invoked from network); 27 Jan 2006 13:41:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 13:41:00 -0000 Received: (qmail 76186 invoked by uid 500); 27 Jan 2006 13:40:58 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 76142 invoked by uid 500); 27 Jan 2006 13:40:58 -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 76128 invoked by uid 99); 27 Jan 2006 13:40:57 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 05:40:55 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 69358CB for ; Fri, 27 Jan 2006 14:40:34 +0100 (CET) Message-ID: <1668479270.1138369234428.JavaMail.jira@ajax.apache.org> Date: Fri, 27 Jan 2006 14:40:34 +0100 (CET) From: "Simon Temple (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIREVE-329) JDBM - ArrayIndexOutOfBoundsException In-Reply-To: <1345403581.1138198449918.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/DIREVE-329?page=all ] Simon Temple closed DIREVE-329: ------------------------------- No action required. > JDBM - ArrayIndexOutOfBoundsException > ------------------------------------- > > Key: DIREVE-329 > URL: http://issues.apache.org/jira/browse/DIREVE-329 > Project: Directory Server > Type: Bug > Components: jdbm database > Versions: 0.9.4 > Environment: IBM iSeries ( V5R2), Directory 0.9.4 SNAPSHOT (Nov 2005) IBM JDK 1.4.2 > Reporter: Simon Temple > Assignee: Alex Karasulu > > I call InitialDirContext every 40 seconds and after about fourty five minutes I get this exception. > > java.lang.ArrayIndexOutOfBoundsException > at jdbm/recman/TranslationPage.get(TranslationPage.java:86) > at jdbm/recman/LogicalRowIdManager.fetch(LogicalRowIdManager.java:135) > at jdbm/recman/BaseRecordManager.update(BaseRecordManager.java:284) > at jdbm/recman/CacheRecordManager.updateCacheEntries(CacheRecordManager.java:405) > at jdbm/recman/CacheRecordManager.commit(CacheRecordManager.java:339) > at org/apache/ldap/server/partition/impl/btree/jdbm/JdbmIndex.sync(JdbmIndex.java:489) > at org/apache/ldap/server/partition/impl/btree/jdbm/JdbmDirectoryPartition.sync(JdbmDirectoryPartition.java:248) > at org/apache/ldap/server/partition/DefaultDirectoryPartitionNexus.sync(DefaultDirectoryPartitionNexus.java:290) > at org/apache/ldap/server/DefaultDirectoryService.sync(DefaultDirectoryService.java:223) > at org/apache/ldap/server/jndi/AbstractContextFactory.getInitialContext(AbstractContextFactory.java:82) > at javax/naming/spi/NamingManager.getInitialContext(NamingManager.java:662) > at javax/naming/InitialContext.getDefaultInitCtx(InitialContext.java:243) > at javax/naming/InitialContext.init(InitialContext.java:219) > at javax/naming/directory/InitialDirContext.(InitialDirContext.java:80) > > 2006-01-24 13:30:44,544 First Call > 2006-01-24 14:18:56,444 First Error > > Restarting normally fixes the problem (for another 40-60 mins). > > We do not experience these problems on our Windows or UNIX platforms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira