You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2022/06/10 11:52:00 UTC

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

Andrey Mashenkov created IGNITE-17154:
-----------------------------------------

             Summary: Fix handle BinaryObjectException at the thin JDBC
                 Key: IGNITE-17154
                 URL: https://issues.apache.org/jira/browse/IGNITE-17154
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Mashenkov
             Fix For: 2.14


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.7#820007)