From dev-return-11393-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Apr 05 10:47:56 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 34897 invoked from network); 5 Apr 2007 10:47:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 10:47:55 -0000 Received: (qmail 64362 invoked by uid 500); 5 Apr 2007 10:48:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 64329 invoked by uid 500); 5 Apr 2007 10:48:00 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 64315 invoked by uid 99); 5 Apr 2007 10:48:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 03:48:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 03:47:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B146271406C for ; Thu, 5 Apr 2007 03:47:32 -0700 (PDT) Message-ID: <5136152.1175770052722.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 03:47:32 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-831) NPE Exception Thrown By AbstractJournal During Commit Operation In-Reply-To: <21270255.1175319985395.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-831: ------------------------------ Fix Version/s: 1.3 Affects Version/s: 1.2.1 1.2.3 > NPE Exception Thrown By AbstractJournal During Commit Operation > --------------------------------------------------------------- > > Key: JCR-831 > URL: https://issues.apache.org/jira/browse/JCR-831 > Project: Jackrabbit > Issue Type: Bug > Components: core > Affects Versions: 1.2.1, 1.2.2, 1.2.3 > Environment: Cluster of 2 JCR JVM's, Oracle DB > Reporter: Hemanta Gupta > Assigned To: Dominique Pfister > Fix For: 1.3 > > > This seems related to JCR-712 (which was apparently fixed in 1.2.2), but I see the following error now-and-then on JR 1.2.2 (I'm using the DB based journal implementation with Oracle 10g): > java.lang.NullPointerException > at org.apache.jackrabbit.core.cluster.AbstractJournal.commit(AbstractJournal.java:525) > at org.apache.jackrabbit.core.cluster.ClusterNode.updateCommitted(ClusterNode.java:424) > at org.apache.jackrabbit.core.cluster.ClusterNode$WorkspaceUpdateChannel.updateCommitted(ClusterNode.java:565) > at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.end(SharedItemStateManager.java:712) > at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:808) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:326) > at org.apache.jackrabbit.core.state.XAItemStateManager.update(XAItemStateManager.java:313) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:302) > at org.apache.jackrabbit.core.state.SessionItemStateManager.update(SessionItemStateManager.java:308) > at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1204) > at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:823) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.