Hi,

I ran a select query on a huge table in H2 db. This is what I got in
the logs of my application:

General error: java.lang.ArrayIndexOutOfBoundsException: 512; SQL
statement:
Select   *    from
CUSTOMERS_ORDER  A,
CUSTOMERS_ORDER  B [50000-114]
 Mon, 21 Sep 2009 14:48:15,857 IST [EXEC Thread 5]:
165904:org.h2.jdbc.JdbcSQLException: General error:
java.lang.ArrayIndexOutOfBoundsException: 512; SQL statement:
Select   *    from
CUSTOMERS_ORDER  A,
CUSTOMERS_ORDER  B ORDER BY COUNTRY ASC [50000-114]
        at org.h2.message.Message.getSQLException(Message.java:105)
        at org.h2.message.Message.convert(Message.java:277)
        at org.h2.message.Message.convert(Message.java:246)
        at org.h2.command.Command.executeQueryLocal(Command.java:144)
        at org.h2.command.Command.executeQuery(Command.java:123)
        at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:73)

Has anyone else faced similar issue?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to