Hi, After de Recovery, still have the "java.lang.ArrayIndexOutOfBoundsException" error:
Query: SELECT * FROM PACIENTE ORDER BY ID_PACIENTE DESC; Response: General error: "java.lang.ArrayIndexOutOfBoundsException"; SQL statement: SELECT * FROM PACIENTE ORDER BY ID_PACIENTE DESC [50000-170]<http://192.168.1.18:8082/query.do?jsessionid=c09af2ad9bcc2c72a7a853b55d9be8e8#> HY000/50000 (Help)<http://h2database.com/javadoc/org/h2/constant/ErrorCode.html#c50000> org.h2.jdbc.JdbcSQLException: General error: "java.lang.ArrayIndexOutOfBoundsException"; SQL statement: SELECT * FROM PACIENTE ORDER BY ID_PACIENTE DESC [50000-170] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329<http://h2database.com/html/source.html?file=org/h2/message/DbException.java&line=329&build=170> ) at org.h2.message.DbException.get(DbException.java:158<http://h2database.com/html/source.html?file=org/h2/message/DbException.java&line=158&build=170> ) at org.h2.message.DbException.convert(DbException.java:281<http://h2database.com/html/source.html?file=org/h2/message/DbException.java&line=281&build=170> ) at org.h2.command.Command.executeQuery(Command.java:195<http://h2database.com/html/source.html?file=org/h2/command/Command.java&line=195&build=170> ) at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:173<http://h2database.com/html/source.html?file=org/h2/jdbc/JdbcStatement.java&line=173&build=170> ) at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:152<http://h2database.com/html/source.html?file=org/h2/jdbc/JdbcStatement.java&line=152&build=170> ) at org.h2.server.web.WebApp.getResult(WebApp.java:1311<http://h2database.com/html/source.html?file=org/h2/server/web/WebApp.java&line=1311&build=170> ) at org.h2.server.web.WebApp.query(WebApp.java:1001<http://h2database.com/html/source.html?file=org/h2/server/web/WebApp.java&line=1001&build=170> ) at org.h2.server.web.WebApp$1.next(WebApp.java:964<http://h2database.com/html/source.html?file=org/h2/server/web/WebApp.java&line=964&build=170> ) at org.h2.server.web.WebApp$1.next(WebApp.java:953<http://h2database.com/html/source.html?file=org/h2/server/web/WebApp.java&line=953&build=170> ) at org.h2.server.web.WebThread.process(WebThread.java:166<http://h2database.com/html/source.html?file=org/h2/server/web/WebThread.java&line=166&build=170> ) at org.h2.server.web.WebThread.run(WebThread.java:93<http://h2database.com/html/source.html?file=org/h2/server/web/WebThread.java&line=93&build=170> ) at java.lang.Thread.run(Thread.java:680) Caused by: java.lang.ArrayIndexOutOfBoundsException -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
