Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 52893 invoked from network); 10 Jan 2008 19:24:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 19:24:08 -0000 Received: (qmail 66241 invoked by uid 500); 10 Jan 2008 19:23:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66019 invoked by uid 500); 10 Jan 2008 19:23:57 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 66010 invoked by uid 99); 10 Jan 2008 19:23:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 11:23:57 -0800 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, 10 Jan 2008 19:23:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 294ED714211 for ; Thu, 10 Jan 2008 11:23:34 -0800 (PST) Message-ID: <3882288.1199993014166.JavaMail.jira@brutus> Date: Thu, 10 Jan 2008 11:23:34 -0800 (PST) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3302) NullPointerException during recovery of database with territory-based collation In-Reply-To: <12570602.1199714734150.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/DERBY-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557756#action_12557756 ] Mamta A. Satoor commented on DERBY-3302: ---------------------------------------- Thanks for double-checking the fix, Knut. I am thinking of merging the fix into 10.3 tomorrow just to make sure that tests run fine on the tinderbox. All the tests ran fine on my machine. > NullPointerException during recovery of database with territory-based collation > ------------------------------------------------------------------------------- > > Key: DERBY-3302 > URL: https://issues.apache.org/jira/browse/DERBY-3302 > Project: Derby > Issue Type: Bug > Components: Store > Affects Versions: 10.3.1.4, 10.3.2.1, 10.4.0.0 > Reporter: Knut Anders Hatlen > Assignee: Mamta A. Satoor > Priority: Critical > Attachments: npe.sql > > > When logical undo is performed on a database with territory-based collation, you may get a NullPointerException in SQLChar.getCollationKey() because SQLChar.getLocaleFinder() returns null. > This bug was reported on derby-user: http://thread.gmane.org/gmane.comp.apache.db.derby.user/8253 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.