Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D077A8BAA for ; Wed, 24 Aug 2011 14:50:54 +0000 (UTC) Received: (qmail 61379 invoked by uid 500); 24 Aug 2011 14:50:54 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 60807 invoked by uid 500); 24 Aug 2011 14:50:53 -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 60799 invoked by uid 99); 24 Aug 2011 14:50:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 14:50:53 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 14:50:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 73C0CCDDFD for ; Wed, 24 Aug 2011 14:50:29 +0000 (UTC) Date: Wed, 24 Aug 2011 14:50:29 +0000 (UTC) From: "Unico Hommes (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1685541035.9447.1314197429470.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <884495208.9338.1314195509497.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (JCR-3063) NullPointerException in ItemManager 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/JCR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Unico Hommes updated JCR-3063: ------------------------------ Affects Version/s: 2.2.8 Also affects 2.2.8 > NullPointerException in ItemManager > ----------------------------------- > > Key: JCR-3063 > URL: https://issues.apache.org/jira/browse/JCR-3063 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.2.5, 2.2.8 > Reporter: Unico Hommes > Attachments: NPEandCMETest.java > > > We have a lot of these occurring: > java.lang.NullPointerException > at org.apache.jackrabbit.core.ItemManager.getDefinition(ItemManager.java:206) > at org.apache.jackrabbit.core.ItemData.getDefinition(ItemData.java:99) > at org.apache.jackrabbit.core.AbstractNodeData.getNodeDefinition(AbstractNodeData.java:73) > at org.apache.jackrabbit.core.NodeImpl.getDefinition(NodeImpl.java:2430) > at org.apache.jackrabbit.core.ItemValidator.isProtected(ItemValidator.java:373) > at org.apache.jackrabbit.core.ItemValidator.checkCondition(ItemValidator.java:273) > at org.apache.jackrabbit.core.ItemValidator.checkRemove(ItemValidator.java:254) > at org.apache.jackrabbit.core.ItemRemoveOperation.perform(ItemRemoveOperation.java:63) > at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:200) > at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91) > at org.apache.jackrabbit.core.ItemImpl.remove(ItemImpl.java:322) > at org.apache.jackrabbit.core.NPEandCMETest$TestTask.run(NPEandCMETest.java:87) > at java.lang.Thread.run(Thread.java:679) > I'll attach a junit test to reproduce this exception. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira