[
https://issues.apache.org/jira/browse/DERBY-4911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935398#action_12935398
]
Lily Wei commented on DERBY-4911:
---------------------------------
I just run it on Windows with the patch. I did not see it either. Thanks so
much for fixing this issue.
> 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.