You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2022/08/25 08:57:00 UTC

[jira] [Updated] (IGNITE-17154) Fix handle BinaryObjectException at the thin JDBC

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

Taras Ledkov updated IGNITE-17154:
----------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Fix handle BinaryObjectException at the thin JDBC
> -------------------------------------------------
>
>                 Key: IGNITE-17154
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17154
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>             Fix For: 2.14
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Failed to get enum via sqlite
> {code:java}
> Error: Statement is closed. (state=,code=0)
> java.sql.SQLException: Statement is closed.
> 	at org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.ensureNotClosed(JdbcThinStatement.java:950)
> 	at org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.getWarnings(JdbcThinStatement.java:546)
> 	at sqlline.Commands.execute(Commands.java:849)
> 	at sqlline.Commands.sql(Commands.java:733)
> 	at sqlline.SqlLine.dispatch(SqlLine.java:795)
> 	at sqlline.SqlLine.begin(SqlLine.java:668)
> 	at sqlline.SqlLine.start(SqlLine.java:373)
> 	at sqlline.SqlLine.main(SqlLine.java:265)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)