Closed cmoralesdiego closed 4 years ago
@javaguirre ,We have seen that on test-environment, cakeshop give these kind of errors. It is continually saying this:
[ERROR] 2020-06-17 14:06:23.102 [BlockSaver-37] SqlExceptionHelper - data exception: numeric value out of range; table: BLOCKS column: GASLIMIT [ERROR] 2020-06-17 14:06:23.102 [BlockSaver-37] BatchingBatch - HHH000315: Exception executing batch [could not execute batch] [ERROR] 2020-06-17 14:06:23.102 [BlockSaver-37] SessionImpl - HHH000346: Error during managed flush [could not execute batch] [ERROR] 2020-06-17 14:06:23.104 [BlockSaver-37] SavingBlockListener - BlockSaverThread died org.springframework.dao.DataIntegrityViolationException: could not execute batch; SQL [insert into PUBLIC.BLOCKS (difficulty, extraData, gasLimit, gasUsed, logsBloom, miner, nonce, block_number, parentId, sha3Uncles, stateRoot, timestamp_val, totalDifficulty, transactionsRoot, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: could not execute batch
We close this issue as cakeshop will not longer be executed
@javaguirre ,We have seen that on test-environment, cakeshop give these kind of errors. It is continually saying this: