I have problems with the blockchain db on this release Im afraid..
On various nodes I got the message that the blockchain file was corrupted after the upgrade. So I downloaded it again, now got the following error:
2017-08-14 08:49:37 FINE: Rollback from block 15145008509923946583 at height 1437924 to 15145008509923946583 at 1437924
SEVERE: Error popping off to 1437924, java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: General error: "java.lang.ArrayIndexOutOfBoundsException"; SQL statement:
DELETE FROM account WHERE height > ? [50000-196]
It attempts this over and over and I think it eventually crashes due to this. It appears its failing to process a rollback?
Notes on my installation:
- Shutdown previous client properly,
- Deleted lib folder before extracting new client
- After getting blockchain corruption message-> delete nxt_db and start the client again
Any thought on what I might be missing here?