Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7335

DatabaseMetaData getTables error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 2.3
    • 2.5
    • jdbc, sql
    • None
    • Default ignite cluster with a table created via SQL from the JDBC driver

    Description

      Exception when calling the java.sql.DatabaseMetaData.getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) method. Exception is listed below:

      Caused by: java.sql.SQLException: Failed to communicate with Ignite cluster.
      at org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:681)
      at org.apache.ignite.internal.jdbc.thin.JdbcThinDatabaseMetadata.getTables(JdbcThinDatabaseMetadata.java:740)
      at org.apache.commons.dbcp.DelegatingDatabaseMetaData.getTables(DelegatingDatabaseMetaData.java:604)
      ... 20 more
      Caused by: java.io.IOException: Failed to read incoming message (not enough data).
      at org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.read(JdbcThinTcpIo.java:406)
      at org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.read(JdbcThinTcpIo.java:384)
      at org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.sendRequest(JdbcThinTcpIo.java:327)
      at org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:668)
      ... 26 more

      Attachments

        Issue Links

          Activity

            People

              tledkov-gridgain Taras Ledkov
              maxwellpettit Maxwell Pettit
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: