Hi all,
when starting it, my NIS (6.73) loads blocks for a while - last according log entry is
INFORMATION loadBlocks (from height 431602 to height 431701).
Then, it stops saying
WARN SQL Error: 50000, SQLState: HY000 (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
and
SELECT t.*, tm.id as id1, tm.dbMosaicId as dbMosaicId1, tm.quantity as quantity1 FROM transfers t LEFT OUTER JOIN transferredMosaics tm ON tm.transferId = t.id WHERE blockid > ? AND blockid < ? ORDER BY blockid ASC [50000-176] (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
followed by
something really bad happened: java.util.concurrent.CompletionException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet (org.nem.nis.NisMain b)
Is there any way this can be fixed or should I delete all local data and synchronize again from scratch?
Thanks in advance!
Derek