h2db corrupt org.h2.jdbc.JdbcSQLException: General error: "java.lang.ArrayIndexOutOfBoundsException

73 views
Skip to first unread message

ngoudjou guy valère

unread,
Jun 25, 2017, 2:25:06 PM6/25/17
to H2 Database
i use openconcerto 1.4.2 for few when i like do something this error appear, also when i tried to recovery the same error occur
SELECT * FROM "OpenConcerto49".BON_RECEPTION_ELEMENT;
General error: "java.lang.ArrayIndexOutOfBoundsException: 0"; SQL statement:
SELECT * FROM "OpenConcerto49".BON_RECEPTION_ELEMENT [50000-175] HY000/50000 (Помощь)
org.h2.jdbc.JdbcSQLException: General error: "java.lang.ArrayIndexOutOfBoundsException: 0"; SQL statement:
SELECT * FROM "OpenConcerto49".BON_RECEPTION_ELEMENT [50000-175]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:332)
    at org.h2.message.DbException.get(DbException.java:161)
    at org.h2.message.DbException.convert(DbException.java:284)
    at org.h2.command.Command.executeQuery(Command.java:208)
    at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:177)
    at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:156)
    at org.h2.server.web.WebApp.getResult(WebApp.java:1321)
    at org.h2.server.web.WebApp.query(WebApp.java:1010)
    at org.h2.server.web.WebApp$1.next(WebApp.java:972)
    at org.h2.server.web.WebApp$1.next(WebApp.java:959)
    at org.h2.server.web.WebThread.process(WebThread.java:167)
    at org.h2.server.web.WebThread.run(WebThread.java:94)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
    at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
    at org.h2.index.PageDataCursor.nextRow(PageDataCursor.java:100)
    at org.h2.index.PageDataCursor.next(PageDataCursor.java:52)
    at org.h2.index.IndexCursor.next(IndexCursor.java:274)
    at org.h2.table.TableFilter.next(TableFilter.java:359)
    at org.h2.command.dml.Select.queryFlat(Select.java:527)
    at org.h2.command.dml.Select.queryWithoutCache(Select.java:632)
    at org.h2.command.dml.Query.query(Query.java:314)
    at org.h2.command.dml.Query.query(Query.java:284)
    at org.h2.command.dml.Query.query(Query.java:36)
    at org.h2.command.CommandContainer.query(CommandContainer.java:91)
    at org.h2.command.Command.executeQuery(Command.java:196)
    ... 9 more
Reply all
Reply to author
Forward
0 new messages