-
Notifications
You must be signed in to change notification settings - Fork 35
Wallet Crashes After Database bootstrap while updating database #72
Description
[SEVERE] 2018-08-22 20:58:25 brs.BlockchainProcessorImpl - Block failed to preverify:
brs.BlockchainProcessor$TransactionNotAcceptedException: Invalid signature for tx: 16058597606872842197at block height: 522873 transaction: {"senderPublicKey":"5d74bd0bcf8fe34ec36f4eecaf514d5d043fdde0db253d0276364272fec87247","signature":"92797cd1bf516507177918195ac325df71dd114aae0910f45456b3c9b1e32a01f98442058a77a293a785c9d3e523ae5ab6802868709bbeb1b28de7f03abea370","feeNQT":10000000,"type":0,"version":1,"ecBlockId":"3003203805001940405","attachment":{"version.Message":1,"messageIsText":true,"message":"Hey yo"},"subtype":0,"amountNQT":200000000,"recipient":"12552925368777660715","ecBlockHeight":522865,"deadline":1440,"timestamp":126472857}
at brs.services.impl.BlockServiceImpl.preVerify(BlockServiceImpl.java:134)
at brs.services.impl.BlockServiceImpl.preVerify(BlockServiceImpl.java:107)
at brs.BlockchainProcessorImpl.lambda$new$7(BlockchainProcessorImpl.java:253)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[INFO] 2018-08-22 20:59:57 brs.BlockchainProcessorImpl - processed block 515000
[INFO] 2018-08-22 21:03:36 brs.statistics.StatisticsManagerImpl - handling 0.59 blocks/s account cache hit ratio now/total:95.17%/95.17%
[INFO] 2018-08-22 21:15:51 brs.statistics.StatisticsManagerImpl - handling 0.68 blocks/s account cache hit ratio now/total:95.71%/95.43%
[INFO] 2018-08-22 21:27:02 brs.statistics.StatisticsManagerImpl - handling 0.75 blocks/s account cache hit ratio now/total:89.64%/94.19%
[INFO] 2018-08-22 21:36:58 brs.statistics.StatisticsManagerImpl - handling 0.84 blocks/s account cache hit ratio now/total:96.24%/94.45%
[INFO] 2018-08-22 21:48:40 brs.statistics.StatisticsManagerImpl - handling 0.71 blocks/s account cache hit ratio now/total:54.71%/80.39%
[INFO] 2018-08-22 21:59:58 brs.statistics.StatisticsManagerImpl - handling 0.74 blocks/s account cache hit ratio now/total:55.76%/73.10%
[INFO] 2018-08-22 22:12:56 brs.statistics.StatisticsManagerImpl - handling 0.64 blocks/s account cache hit ratio now/total:86.62%/73.93%
[INFO] 2018-08-22 22:28:27 brs.statistics.StatisticsManagerImpl - handling 0.54 blocks/s account cache hit ratio now/total:51.99%/67.38%
[INFO] 2018-08-22 22:42:11 brs.statistics.StatisticsManagerImpl - handling 0.61 blocks/s account cache hit ratio now/total:64.64%/67.14%
[INFO] 2018-08-22 22:55:49 brs.statistics.StatisticsManagerImpl - handling 0.61 blocks/s account cache hit ratio now/total:92.90%/67.96%
[INFO] 2018-08-22 23:04:11 brs.BlockchainProcessorImpl - CRITICAL ERROR. PLEASE REPORT TO THE DEVELOPERS.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
at java.io.BufferedReader.(Unknown Source)
at java.io.BufferedReader.(Unknown Source)
at brs.peer.PeerImpl.send(PeerImpl.java:367)
at brs.BlockchainProcessorImpl$1.run(BlockchainProcessorImpl.java:364)
at brs.util.ThreadPool.lambda$start$0(ThreadPool.java:96)
at brs.util.ThreadPool$$Lambda$50/17836945.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[INFO] 2018-08-22 23:04:12 brs.TransactionProcessorImpl - CRITICAL ERROR. PLEASE REPORT TO THE DEVELOPERS.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
at java.io.BufferedWriter.(Unknown Source)
at java.io.BufferedWriter.(Unknown Source)
at java.io.PrintStream.(Unknown Source)
at java.io.PrintStream.(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at brs.peer.PeerImpl.send(PeerImpl.java:337)
at brs.TransactionProcessorImpl$1.run(TransactionProcessorImpl.java:182)
at brs.util.ThreadPool.lambda$start$0(ThreadPool.java:96)
at brs.util.ThreadPool$$Lambda$50/17836945.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[INFO] 2018-08-22 23:04:19 brs.Burst - Shutting down...
Aug 23, 2018 12:00:41 AM brs.Burst loadProperties
INFO: Initializing Burst Reference Software (BRS) version 2.2.2
Aug 23, 2018 12:00:41 AM org.ehcache.core.EhcacheManager createCache
INFO: Cache 'account' created in EhcacheManager.