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 8894C8868 for ; Wed, 7 Sep 2011 14:02:35 +0000 (UTC) Received: (qmail 74050 invoked by uid 500); 7 Sep 2011 14:02:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74004 invoked by uid 500); 7 Sep 2011 14:02:34 -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 73997 invoked by uid 99); 7 Sep 2011 14:02:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 14:02:34 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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, 07 Sep 2011 14:02:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CC52385F15 for ; Wed, 7 Sep 2011 14:02:09 +0000 (UTC) Date: Wed, 7 Sep 2011 14:02:09 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Message-ID: <2108302655.25709.1315404129833.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <838032069.9982.1314955089792.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-5398) NullPointerException in storemore/bug3498.sql 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-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098963#comment-13098963 ] Bryan Pendleton commented on DERBY-5398: ---------------------------------------- I like (ii), depending on how awkward those checks are. Do you think there would be enough context left to be able to emit a message to derby.log if you can't flush the caches? > NullPointerException in storemore/bug3498.sql > --------------------------------------------- > > Key: DERBY-5398 > URL: https://issues.apache.org/jira/browse/DERBY-5398 > Project: Derby > Issue Type: Bug > Components: Services > Affects Versions: 10.9.0.0 > Reporter: Knut Anders Hatlen > Attachments: derby-5398.sql > > > The tinderbox failed when testing revision 1164361: > Failure Details: > ********* Diff file derbyall/storeall/storemore/bug3498.diff > *** Start: bug3498 jdk1.6.0_24 storeall:storemore 2011-09-02 10:04:59 *** > 322 del > < ij> > 322 add > > ij> Exception in thread "main" java.lang.NullPointerException > Test Failed. > *** End: bug3498 jdk1.6.0_24 storeall:storemore 2011-09-02 10:05:02 *** > Here's the full stack trace: > Exception in thread "main" java.lang.NullPointerException > at org.apache.derby.impl.sql.catalog.SequenceUpdater.updateCurrentValueOnDisk(Unknown Source) > at org.apache.derby.impl.sql.catalog.SequenceUpdater.clean(Unknown Source) > at org.apache.derby.impl.sql.catalog.SequenceUpdater.clearIdentity(Unknown Source) > at org.apache.derby.impl.services.cache.ConcurrentCache.removeEntry(Unknown Source) > at org.apache.derby.impl.services.cache.ConcurrentCache.ageOut(Unknown Source) > at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.clearSequenceCaches(Unknown Source) > at org.apache.derby.impl.db.BasicDatabase.stop(Unknown Source) > at org.apache.derby.impl.services.monitor.TopService.stop(Unknown Source) > at org.apache.derby.impl.services.monitor.TopService.shutdown(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) > at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) > at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) > at java.sql.DriverManager.getConnection(DriverManager.java:582) > at java.sql.DriverManager.getConnection(DriverManager.java:207) > at org.apache.derby.impl.tools.ij.utilMain.cleanupGo(Unknown Source) > at org.apache.derby.impl.tools.ij.utilMain.go(Unknown Source) > at org.apache.derby.impl.tools.ij.Main.go(Unknown Source) > at org.apache.derby.impl.tools.ij.Main.mainCore(Unknown Source) > at org.apache.derby.impl.tools.ij.Main.main(Unknown Source) > at org.apache.derby.tools.ij.main(Unknown Source) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira