You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2016/08/15 13:49:22 UTC

[jira] [Closed] (IGNITE-3685) H2 Debug console does not show list of tables.

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

Sergi Vladykin closed IGNITE-3685.
----------------------------------

> H2 Debug console does not show list of tables.
> ----------------------------------------------
>
>                 Key: IGNITE-3685
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3685
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergi Vladykin
>            Assignee: Sergi Vladykin
>
> Exception thrown:
> {code}
> 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
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)