Hi,

I ran crash test with 1.2.135 version and I get
ArrayIndexOutOfBoundsException result
Can you check whether this error is not serious one.

You can find he error log in below link. It is too big to paste here.
http://dl.dropbox.com/u/1612194/h2_135_crash.zip

command : java -cp . org.h2.test.TestAll crash > testCrash.txt

org.h2.jdbc.JdbcSQLException: General error:
"java.lang.ArrayIndexOutOfBoundsException: 1" [50000-135]
        at
org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:156)
        at org.h2.message.DbException.convert(DbException.java:279)
        at org.h2.table.RegularTable.addRow(RegularTable.java:134)
        at org.h2.store.PageStore.redo(PageStore.java:1243)
        at org.h2.store.PageLog.recover(PageLog.java:288)
        at org.h2.store.PageStore.recover(PageStore.java:1093)
        at org.h2.store.PageStore.openExisting(PageStore.java:310)
        at org.h2.store.PageStore.open(PageStore.java:264)
        at org.h2.engine.Database.getPageStore(Database.java:2038)
        at org.h2.engine.Database.open(Database.java:533)
        at org.h2.engine.Database.openDatabase(Database.java:206)
        at org.h2.engine.Database.<init>(Database.java:201)
        at org.h2.engine.Engine.openSession(Engine.java:56)
        at org.h2.engine.Engine.openSession(Engine.java:146)
        at org.h2.engine.Engine.getSession(Engine.java:125)
        at org.h2.engine.Session.createSession(Session.java:119)
        at
org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:
239)
        at
org.h2.engine.SessionRemote.createSession(SessionRemote.java:217)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:111)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:95)
        at org.h2.Driver.connect(Driver.java:58)
        at java.sql.DriverManager.getConnection(DriverManager.java:
525)
        at java.sql.DriverManager.getConnection(DriverManager.java:
171)
        at
org.h2.test.synth.TestCrashAPI.getConnection(TestCrashAPI.java:173)
        at org.h2.test.synth.TestCrashAPI.testOne(TestCrashAPI.java:
252)
        at org.h2.test.synth.TestCrashAPI.testCase(TestCrashAPI.java:
486)
        at org.h2.test.synth.TestCrashAPI.test(TestCrashAPI.java:125)
        at org.h2.test.TestBase.runTest(TestBase.java:134)
        at org.h2.test.TestAll.run(TestAll.java:348)
        at org.h2.test.TestAll.main(TestAll.java:288)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at org.h2.result.Row.getValue(Row.java:57)
        at org.h2.index.PageDataLeaf.getRowLength(PageDataLeaf.java:
139)
        at org.h2.index.PageDataLeaf.addRowTry(PageDataLeaf.java:154)
        at org.h2.index.PageDataIndex.addTry(PageDataIndex.java:152)
        at org.h2.index.PageDataIndex.add(PageDataIndex.java:125)
        at org.h2.table.RegularTable.addRow(RegularTable.java:116)
        ... 27 more
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: General
error: "java.lang.ArrayIndexOutOfBoundsException: 1" [50000-135]
        at
org.h2.test.synth.TestCrashAPI.printError(TestCrashAPI.java:
321)
        at
org.h2.test.synth.TestCrashAPI.printIfBad(TestCrashAPI.java:
370)
        at org.h2.test.synth.TestCrashAPI.testOne(TestCrashAPI.java:
271)
        at org.h2.test.synth.TestCrashAPI.testCase(TestCrashAPI.java:
486)
        at org.h2.test.synth.TestCrashAPI.test(TestCrashAPI.java:125)
        at org.h2.test.TestBase.runTest(TestBase.java:134)
        at org.h2.test.TestAll.run(TestAll.java:348)
        at org.h2.test.TestAll.main(TestAll.java:288)
Caused by: org.h2.jdbc.JdbcSQLException: General error:
"java.lang.ArrayIndexOutOfBoundsException: 1" [50000-135]
        at
org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:156)
        at org.h2.message.DbException.convert(DbException.java:279)
        at org.h2.table.RegularTable.addRow(RegularTable.java:134)
        at org.h2.store.PageStore.redo(PageStore.java:1243)
        at org.h2.store.PageLog.recover(PageLog.java:288)
        at org.h2.store.PageStore.recover(PageStore.java:1093)
        at org.h2.store.PageStore.openExisting(PageStore.java:310)
        at org.h2.store.PageStore.open(PageStore.java:264)
        at org.h2.engine.Database.getPageStore(Database.java:2038)
        at org.h2.engine.Database.open(Database.java:533)
        at org.h2.engine.Database.openDatabase(Database.java:206)
        at org.h2.engine.Database.<init>(Database.java:201)
        at org.h2.engine.Engine.openSession(Engine.java:56)
        at org.h2.engine.Engine.openSession(Engine.java:146)
        at org.h2.engine.Engine.getSession(Engine.java:125)
        at org.h2.engine.Session.createSession(Session.java:119)
        at
org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:
239)
        at
org.h2.engine.SessionRemote.createSession(SessionRemote.java:217)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:111)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:95)
        at org.h2.Driver.connect(Driver.java:58)
        at java.sql.DriverManager.getConnection(DriverManager.java:
525)

        at java.sql.DriverManager.getConnection(DriverManager.java:
171)
        at
org.h2.test.synth.TestCrashAPI.getConnection(TestCrashAPI.java:173)
        at org.h2.test.synth.TestCrashAPI.testOne(TestCrashAPI.java:
252)
        ... 5 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at org.h2.result.Row.getValue(Row.java:57)
        at org.h2.index.PageDataLeaf.getRowLength(PageDataLeaf.java:
139)
        at org.h2.index.PageDataLeaf.addRowTry(PageDataLeaf.java:154)
        at org.h2.index.PageDataIndex.addTry(PageDataIndex.java:152)
        at org.h2.index.PageDataIndex.add(PageDataIndex.java:125)
        at org.h2.table.RegularTable.addRow(RegularTable.java:116)
        ... 27 more

-- 
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