[
https://issues.apache.org/jira/browse/DERBY-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727731#action_12727731
]
Kathey Marsden commented on DERBY-2286:
---------------------------------------
I think it is ok to leave this Won't Fix unless someone wants to fix it or can
find a way to get it in normal operations, but I wanted to note that the
problem with lack of SQLState and message seems to still be an issue from code
inspection. In NoSpaceOnPage.java we have:
class NoSpaceOnPage extends StandardException
protected NoSpaceOnPage(boolean onOverflowPage) {
super("nospc.U");
this.onOverflowPage = onOverflowPage;
}
In some cases we seem to catch this exception and throw something with an
actual SQLState, but in others we do not.
> Exception NoSpaceOnPage does not provide SQLState or exception text
> -------------------------------------------------------------------
>
> Key: DERBY-2286
> URL: https://issues.apache.org/jira/browse/DERBY-2286
> Project: Derby
> Issue Type: Bug
> Components: Store
> Affects Versions: 10.1.3.1, 10.2.1.6, 10.2.2.0
> Reporter: Andrew McIntyre
> Priority: Minor
>
> Originally reported on the derby-user list in this post:
> http://mail-archives.apache.org/mod_mbox/db-derby-user/200701.mbox/%[email protected]%3e
> The user encountered an impl.store.raw.data.NoSpaceOnPage exception during a
> batch update. The exception currently does not provide a SQLState or
> exception text explaining the cause of the error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.