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

H2 Debug console does not show list of tables.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Exception thrown:

      General error: "java.lang.UnsupportedOperationException"; SQL statement: 
      SELECT UPPER(VALUE) FROM INFORMATION_SCHEMA.SETTINGS WHERE NAME=? [50000-191] HY000/50000 
      org.h2.jdbc.JdbcSQLException: General error: "java.lang.UnsupportedOperationException"; SQL statement: 
      SELECT UPPER(VALUE) FROM INFORMATION_SCHEMA.SETTINGS WHERE NAME=? [50000-191] 
          at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) 
          at org.h2.message.DbException.get(DbException.java:168) 
          at org.h2.message.DbException.convert(DbException.java:295) 
          at org.h2.command.Command.executeQuery(Command.java:213) 
          at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:110) 
          at org.h2.bnf.context.DbContents.readContents(DbContents.java:136) 
          at org.h2.server.web.WebApp.tables(WebApp.java:697) 
          at org.h2.server.web.WebApp.process(WebApp.java:225) 
          at org.h2.server.web.WebApp.processRequest(WebApp.java:170) 
          at org.h2.server.web.WebThread.process(WebThread.java:133) 
          at org.h2.server.web.WebThread.run(WebThread.java:89) 
          at java.lang.Thread.run(Thread.java:745) 
      Caused by: java.lang.UnsupportedOperationException 
          at org.apache.ignite.internal.processors.query.h2.opt.GridH2Row.setKey(GridH2Row.java:101) 
          at org.h2.table.MetaTable.add(MetaTable.java:1982) 
          at org.h2.table.MetaTable.generateRows(MetaTable.java:940) 
          at org.h2.index.MetaIndex.find(MetaIndex.java:50) 
          at org.h2.index.BaseIndex.find(BaseIndex.java:132) 
          at org.h2.index.IndexCursor.find(IndexCursor.java:169) 
          at org.h2.table.TableFilter.next(TableFilter.java:460) 
          at org.h2.command.dml.Select.queryFlat(Select.java:541) 
          at org.h2.command.dml.Select.queryWithoutCache(Select.java:654) 
          at org.h2.command.dml.Query.query(Query.java:322) 
          at org.h2.command.dml.Query.query(Query.java:309) 
          at org.h2.command.dml.Query.query(Query.java:36) 
          at org.h2.command.CommandContainer.query(CommandContainer.java:110) 
          at org.h2.command.Command.executeQuery(Command.java:201) 
          ... 8 more
      

      Attachments

        Activity

          People

            sergi Sergei Vladykin
            sergi Sergei Vladykin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: