Possible cause for error code 90031: java.io.IOException: Read error

134 views
Skip to first unread message

Duc Nguyen

unread,
Nov 13, 2014, 4:32:20 AM11/13/14
to h2-da...@googlegroups.com
Recently i have been facing with many errors in which the temp blob database file cannot be read, and read error exception thrown. Below is stack trace of one of them:

org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.IOException: Read error"; "<Application directory>/databasename.36690fa35b70dfb5.237919.temp.db" [90031-169] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:158) at org.h2.message.DbException.convertIOException(DbException.java:315) at org.h2.store.FileStore.readFully(FileStore.java:278) at org.h2.result.ResultDiskBuffer.readRow(ResultDiskBuffer.java:194) at org.h2.result.ResultDiskBuffer.nextSorted(ResultDiskBuffer.java:231) at org.h2.result.ResultDiskBuffer.next(ResultDiskBuffer.java:209) at org.h2.result.LocalResult.next(LocalResult.java:229) at org.h2.jdbc.JdbcResultSet.nextRow(JdbcResultSet.java:3002) at org.h2.jdbc.JdbcResultSet.next(JdbcResultSet.java:124)

In additional to my database, i don't explicitly specify any configuration except putting the LOCK_TIMEOUT=5000 to my connection URL, at the time my database file size is ~600MB, and my application runs on Windows OS.

What can be the possible cause for the above error?

Thomas Mueller

unread,
Nov 14, 2014, 3:29:02 AM11/14/14
to H2 Google Group
Hi,

Could you post the complete stack trace please (including "caused by")?

Regards,
Thomas




--
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 h2-database...@googlegroups.com.
To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages