You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2010/12/01 14:19:11 UTC

[jira] Updated: (DERBY-4911) restoreIntrFlagIfSeen may throw ShutdownException causing confusing console stack trace at server shutdown

     [ https://issues.apache.org/jira/browse/DERBY-4911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik updated DERBY-4911:
---------------------------------

    Component/s: Store
                 Network Server

> 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
>          Components: Network Server, Store
>    Affects Versions: 10.7.1.1, 10.8.0.0
>            Reporter: Dag H. Wanvik
>            Assignee: Dag H. Wanvik
>             Fix For: 10.7.1.1, 10.8.0.0
>
>         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.