Hi, I’m new here and I’m waiting for your support, thanks.
I currently have a nis node deployed in a vps but when it reaches approximately (from height 1673202 to height 1673301) it stops synchronizing and restarts. gives the following log:
Blockquote 2018-07-05 02: 25: 59.002 WARN? [0; 33mSQL Error: 50000, SQLState: HY000? [0m (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
2018-07-05 02: 25: 59.003 ERROR? [0; 31mGeneral error: "java.lang.RuntimeException: page [845339] data leaf table: 80 MULTISIGSIGNATURES entries: 8 parent: 852025 keys: [2147717, 2147720, 2147809, 2147829, 2147835, 2147841, 2147853, 2147866] offsets: [1915, 1782, 1649, 1516, 1383, 1250, 1117, 984] parent 852025 expected 862716 "; SQL statement:
SELECT mt. *, Ms.multisigtransactionid as multisigtransactionid1, ms.id as id1, ms.transferhash as transferhash1, ms.version as version1, ms.fee as fee1, ms.timestamp as timestamp1, ms.deadline as deadline1, ms.senderid as senderid1, ms.senderproof as senderproof1 FROM MULTISIGTRANSACTIONS mt LEFT OUTER JOIN multisigsignatures ms on ms.multisigtransactionid = mt.id WHERE mt.blockid>? and mt.blockid <? ORDER BY mt.blockid ASC [50000-176]? [0m (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
2018-07-05 02: 25: 59.105 SEVERE? [0; 31msomething really bad happened: java.util.concurrent.CompletionException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet? [0m (org.nem.nis. NisMain b)
2018-07-05 02: 25: 59.206: INFO: oejs.ServerConnector: Thread-3: Stopped ServerConnector @ 43c7fe8a {HTTP / 1.1} {0.0.0.0:7778}
2018-07-05 02: 25: 59.250: INFO: /: Thread-3: Destroying Spring FrameworkServlet ‘Spring Websocket Dispatcher Servlet’
2018-07-05 02: 25: 59.451: INFO: /: Thread-3: Closing Spring root WebApplicationContext
2018-07-05 02: 25: 59.453: INFO: oejsh.ContextHandler: Thread-3: Stopped o.e.j.s.ServletContextHandler@22cb3d59 {/, null, UNAVAILABLE}
2018-07-05 02: 25: 59.512: INFO: oejs.ServerConnector: Thread-3: Stopped ServerConnector @ 4cae66a8 {HTTP / 1.1} {0.0.0.0:7890}
2018-07-05 02: 25: 59.512: INFO: /: Thread-3: Destroying Spring FrameworkServlet ‘Spring MVC Dispatcher Servlet’
2018-07-05 02: 25: 59.513: INFO: /: Thread-3: Closing Spring root WebApplicationContext
2018-07-05 02: 25: 59.513: INFO: oejsh.ContextHandler: Thread-3: Stopped o.e.j.s.ServletContextHandler@539fc5d1 {/, null, UNAVAILABLE}
2018-07-05 02: 26: 08.757 INFO? [0; 32mNEM logging has been bootstrapped!? [0m (org.nem.deploy.g a)
2018-07-05 02: 26: 08.777 INFO? [0; 32mAcquiring exclusive lock to lock file: /root/nem/nis.lock?[0m (org.nem.deploy.CommonStarter tryAcquireLock)
2018-07-05 02: 26: 08.816 WARNING? [0; 33mno certificate found for (file: /home/ubuntu/nis-ncc/package/nis/nem-deploy-0.6.95-BETA.jar )? [0m (org.nem.core.metadata.CodeSourceFacade )
2018-07-05 02: 26: 08.837 INFO? [0; 32mAnalyzing meta data in <nem-deploy-0.6.95-BETA.jar>? [0m (org.nem.core.metadata.JarFacade )
2018-07-05 02: 26: 08.880 INFO? [0; 32mMeta data title , version <0.6.95-BETA>? [0m (org.nem.core.metadata.JarFacade )
2018-07-05 02: 26: 08.905 INFO? [0; 32mStarting embedded Jetty Server.?[0m (org.nem.deploy.CommonStarter main)
2018-07-05 02: 26: 11.336 INFO? [0; 32mRefreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@25bbe1b6: startup date [Thu Jul 05 02:26:11 UTC 2018]; root of context hierarchy? [0m (org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh)
Blockquote