Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A17C94152 for ; Sun, 19 Jun 2011 05:32:03 +0000 (UTC) Received: (qmail 6144 invoked by uid 500); 19 Jun 2011 05:32:02 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 5956 invoked by uid 500); 19 Jun 2011 05:32:02 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 5940 invoked by uid 99); 19 Jun 2011 05:32:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 05:32:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.200.184.20] (HELO smtp.cgifederal.com) (208.200.184.20) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 05:31:55 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhgFAM6H/U2sEDjY/2dsb2JhbABSglGkfgelMJ4lhioEljCLSw X-IronPort-AV: E=Sophos;i="4.65,387,1304308800"; d="scan'208,217";a="23429540" Received: from ffx-ex-ht2.cgifederal.com ([172.16.56.216]) by smtp.cgifederal.com with ESMTP/TLS/AES128-SHA; 19 Jun 2011 01:31:33 -0400 Received: from FFX-EX-MB1.cgifederal.com ([172.16.57.156]) by FFX-EX-HT2.cgifederal.com ([172.16.56.216]) with mapi; Sun, 19 Jun 2011 01:31:34 -0400 From: "Shah, Sumit (CGI Federal)" To: "users@jackrabbit.apache.org" Date: Sun, 19 Jun 2011 01:31:32 -0400 Subject: NPE: ConcurrentCache Thread-Topic: NPE: ConcurrentCache Thread-Index: AcwuQiWURqD/oe8nTDm5Xqg37Kzvvw== Message-ID: <00EEB4E2DF921F4EB2B9AC6E0071CDF372D4FDC995@FFX-EX-MB1.cgifederal.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_00EEB4E2DF921F4EB2B9AC6E0071CDF372D4FDC995FFXEXMB1cgife_" MIME-Version: 1.0 --_000_00EEB4E2DF921F4EB2B9AC6E0071CDF372D4FDC995FFXEXMB1cgife_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable All, I am getting the following exception when trying to add anode. It goes from= being sporadic to consistent back to sporadic. java.lang.NullPointerException at org.apache.jackrabbit.core.cache.ConcurrentCache$E.access$000(Co= ncurrentCache.java:47) at org.apache.jackrabbit.core.cache.ConcurrentCache$1.removeEldestE= ntry(ConcurrentCache.java:70) at java.util.LinkedHashMap.putImpl(LinkedHashMap.java:409) at java.util.LinkedHashMap.put(LinkedHashMap.java:370) at org.apache.jackrabbit.core.cache.ConcurrentCache.put(ConcurrentC= ache.java:168) at org.apache.jackrabbit.core.state.MLRUItemStateCache.cache(MLRUIt= emStateCache.java:83) at org.apache.jackrabbit.core.state.ItemStateReferenceCache.cache(I= temStateReferenceCache.java:169) I researched this error a little bit, it seems like the exact same issue wa= s reported as a Jackrabbit bug [1], which was attributed to a version of th= e IBM JDK. Apparently it is a bug with the IBM JDK [2]. Although the IBM bu= g says it affects Websphere users, but it's a bug with their JDK and I am i= nclined to think it would affect all users of that version of the IBM JDK. We are running Jackrabbit 2.2.5 deployed in Weblogic running on AIX with IB= M JDK. I would appreciate if someone knows more details or could suggest a = workaround/resolution. Thanks Sumit --_000_00EEB4E2DF921F4EB2B9AC6E0071CDF372D4FDC995FFXEXMB1cgife_--