From derby-dev-return-82829-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Nov 24 02:16:03 2010 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 54427 invoked from network); 24 Nov 2010 02:16:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 02:16:03 -0000 Received: (qmail 43929 invoked by uid 500); 24 Nov 2010 02:16:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43889 invoked by uid 500); 24 Nov 2010 02:16: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 43882 invoked by uid 99); 24 Nov 2010 02:16:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 02:16:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 02:16:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAO2GDCP019372 for ; Wed, 24 Nov 2010 02:16:13 GMT Message-ID: <5417451.277361290564973514.JavaMail.jira@thor> Date: Tue, 23 Nov 2010 21:16:13 -0500 (EST) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4911) restoreIntrFlagIfSeen may throw ShutdownException causing confusing console stack trace at server shutdown In-Reply-To: <19396263.273431290551175852.JavaMail.jira@thor> 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-4911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935174#action_12935174 ] Dag H. Wanvik commented on DERBY-4911: -------------------------------------- Thanks, Rick. suitesAll ran cleanly for me too, but then, it also did earlier. I'll wait for Knut's tests as well, then commit it. > restoreIntrFlagIfSeen may throw ShutdownException causing confusing console stack trace at server shutdown > ---------------------------------------------------------------------------------------------------------- > > Key: DERBY-4911 > URL: https://issues.apache.org/jira/browse/DERBY-4911 > Project: Derby > Issue Type: Bug > Affects Versions: 10.7.1.0, 10.8.0.0 > Reporter: Dag H. Wanvik > Attachments: derby-4911-a.diff > > > Exception in thread "DRDAConnThread_508" > org.apache.derby.iapi.error.ShutdownException: > at org.apache.derby.iapi.services.context.ContextManager.checkInterrupt(ContextManager.java:437) > at org.apache.derby.iapi.services.context.ContextManager.getContext(ContextManager.java:155) > at org.apache.derby.iapi.services.context.ContextService.getContextOrNull(ContextService.java:249) > at org.apache.derby.iapi.util.InterruptStatus.restoreIntrFlagIfSeen(InterruptStatus.java:158) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(TransactionResourceImpl.java:356) > at org.apache.derby.impl.jdbc.EmbedConnection.handleException(EmbedConnection.java:2284) > at org.apache.derby.impl.jdbc.ConnectionChild.handleException(ConnectionChild.java:82) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.closeActions(EmbedPreparedStatement.java:261) > at org.apache.derby.impl.jdbc.EmbedStatement.close(EmbedStatement.java:307) > at org.apache.derby.impl.drda.DRDAStatement.close(DRDAStatement.java:1027) > at org.apache.derby.impl.drda.Database.close(Database.java:364) > at org.apache.derby.impl.drda.Session.close(Session.java:115) > at org.apache.derby.impl.drda.DRDAConnThread.closeSession(DRDAConnThread.java:8289) > at org.apache.derby.impl.drda.DRDAConnThread.run(DRDAConnThread.java:315) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.