I'm loading a large data set into four tables within a single transaction.  I'm 
not sure what information is useful to track down this exception reported in 
the trace file:
2015-11-07 18:10:42 database: flush
org.h2.message.DbException: General error: "java.lang.NullPointerException" 
[50000-190]
        at org.h2.message.DbException.get(DbException.java:168)
        at org.h2.message.DbException.convert(DbException.java:295)
        at 
org.h2.mvstore.db.MVTableEngine$1.uncaughtException(MVTableEngine.java:94)
        at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2503)
        at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2689)
Caused by: org.h2.jdbc.JdbcSQLException: General error: 
"java.lang.NullPointerException" [50000-190]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
        ... 5 more
Caused by: java.lang.NullPointerException
        at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:102)
        at 
org.h2.mvstore.db.TransactionStore$ArrayType.compare(TransactionStore.java:1737)
        at org.h2.mvstore.MVMap.areValuesEqual(MVMap.java:601)
        at org.h2.mvstore.MVMap.replace(MVMap.java:615)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:806)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:823)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:823)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:823)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:823)
        at org.h2.mvstore.MVMap.rewrite(MVMap.java:782)
        at org.h2.mvstore.MVStore.compactRewrite(MVStore.java:1905)
        at org.h2.mvstore.MVStore.compact(MVStore.java:1797)
        at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2499)
        ... 1 more

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to