Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 4F2069E44 for ; Mon, 13 Feb 2012 15:17:22 +0000 (UTC) Received: (qmail 55934 invoked by uid 500); 13 Feb 2012 15:17:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 55703 invoked by uid 500); 13 Feb 2012 15:17:21 -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 55569 invoked by uid 99); 13 Feb 2012 15:17:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 15:17:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Mon, 13 Feb 2012 15:17:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 924161B400E for ; Mon, 13 Feb 2012 15:16:59 +0000 (UTC) Date: Mon, 13 Feb 2012 15:16:59 +0000 (UTC) From: "Kristian Waagan (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1150629336.31900.1329146219600.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1398462050.63046.1323639760937.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5530) SQLChar.getCollationKey NPE in index-stat-thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-5530: ----------------------------------- Issue & fix info: Patch Available,Repro attached,Workaround attached (was: Workaround attached,Repro attached) > SQLChar.getCollationKey NPE in index-stat-thread > ------------------------------------------------ > > Key: DERBY-5530 > URL: https://issues.apache.org/jira/browse/DERBY-5530 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.3.3.0, 10.4.2.0, 10.5.3.0, 10.6.2.1, 10.7.1.1, 10.8.2.2 > Environment: Windows 7 - NetBeans 6.9.1 > Reporter: Jean-Yves LINET > Assignee: Kristian Waagan > Attachments: derby-5530-1a-propagate_collation_info.diff, repro-debug.log, repro.log, repro.sh, script.sh > > > With this JDBC connection url is : jdbc:derby:directory:db_name;territory=fr_FR;collation=TERRITORY_BASED:PRIMARY;create=true > I get a NullPointerException in index-stat-thread > Sun Dec 11 19:33:11 CET 2011 Thread[pool-3-thread-1,5,main] {istat} "PROXIFLEX"."IDAXX_RES": update scheduled, reason=[no stats, row-estimate=375] (queueSize=1) > Sun Dec 11 19:33:11 CET 2011 Thread[index-stat-thread,5,main] {istat,trace@26130360} worker thread started (xid=12049) [q/p/s=1/0/1,err:k/u/c=0/0/0,rej:f/d/o=0/0/0] > Sun Dec 11 19:33:11 CET 2011 Thread[index-stat-thread,5,main] {istat,trace@26130360} processing "PROXIFLEX"."IDAXX_RES" > Sun Dec 11 19:33:11 CET 2011 Thread[index-stat-thread,5,main] {istat} runtime exception during normal operation > java.lang.NullPointerException > at org.apache.derby.iapi.types.SQLChar.getCollationKey(Unknown Source) > at org.apache.derby.iapi.types.WorkHorseForCollatorDatatypes.stringCompare(Unknown Source) > at org.apache.derby.iapi.types.CollatorSQLVarchar.stringCompare(Unknown Source) > at org.apache.derby.iapi.types.SQLChar.compare(Unknown Source) > at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl$KeyComparator.compareWithPrevKey(Unknown Source) > at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.updateIndexStatsMinion(Unknown Source) > at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.generateStatistics(Unknown Source) > at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.processingLoop(Unknown Source) > at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.run(Unknown Source) > at java.lang.Thread.run(Thread.java:662) > Sun Dec 11 19:33:11 CET 2011 Thread[index-stat-thread,5,main] {istat,trace@26130360} worker thread exit [q/p/s=0/0/1,err:k/u/c=0/0/0,rej:f/d/o=0/0/0] > If I remove territory and collation parameters I don't have the exception. > In case you want to disable automatic statistics, set derby property : derby.storage.indexStats.auto to false. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira