openconcerto 1.4.2 ne fonctionne plus

Répondre
zebra
Messages : 2
Enregistré le : lun. juin 26, 2017 5:03 pm

lun. juin 26, 2017 5:12 pm

salut, depuis peu mon application openconcerto me génére l'erreur suivante lorsque je tente d'ajouter modifier ou supprimer un élément. la même erreur apparait même quand j'assaie de récupérer la base de donnée dans la console de h2. une aide me serais très précieuse. en passant dans la console h2 j'ai pu m'apperçevoir que certain tuples s'affiche sans problème mais d'autre génère cet erreur

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
Répondre