You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by mzingman <mz...@patientkeeper.com> on 2016/08/22 12:33:03 UTC

IGNITE DEBUG console in 1.7.0 not functioning

ignite debug web console comes up with exception on the left hand side pane:

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 



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IGNITE-DEBUG-console-in-1-7-0-not-functioning-tp7204.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: IGNITE DEBUG console in 1.7.0 not functioning

Posted by Sergi Vladykin <se...@gmail.com>.
It is a known problem which is already fixed in master.

Sergi

2016-08-22 15:33 GMT+03:00 mzingman <mz...@patientkeeper.com>:

> ignite debug web console comes up with exception on the left hand side
> pane:
>
> 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
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/IGNITE-DEBUG-console-in-1-7-0-not-
> functioning-tp7204.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>