Post
Topic
Board Announcements (Altcoins)
Re: NEM (XEM) Official Thread -100% Original Codebase - Over 70 Active Team Members
by
patmast3r
on 04/05/2015, 10:57:08 UTC
Local NIS or Remote NIS?
I guess it's a local one. I installed it via the standalone procedure.
Error: Time synchronization not possible, NIS not available. (org.nem.ncc.time.synchronization.NccTimeSynchronizer synchronizeTime)
Can you describe what exactly you did ? How did you run the software ?
I launched it as usual via 2 terminal windows:
sh nix.runNcc.sh and sh nix.runNis.sh (in the other window)

Does "sh nix.runNis.sh" give you any errors?

It seems like your NIS isn't running.

I get this one:
Acquiring exclusive lock to lock file: /Users/xxx/nem/nis.lock (org.nem.deploy.CommonStarter tryAcquireLock)
2015-05-04 08:40:24.671 WARNING no certificate found for (file:/Users/xxx/Desktop/package/nis/nem-deploy-0.6.28-BETA.jar ) (org.nem.core.metadata.CodeSourceFacade )

and this one's in red:
2015-05-04 11:23:03.753 WARN SQL Error: 90030, SQLState: 90030 (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
2015-05-04 11:23:03.758 ERROR File corrupted while reading record: "[56242] stream data key:87 pos:11 remaining:0". Possible solution: use the recovery tool; SQL statement:
SELECT t.* FROM transfers t WHERE blockid > ? AND blockid < ? ORDER BY blockid ASC [90030-175] (org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions)
2015-05-04 11:23:03.764 SEVERE something really bad happened: java.util.concurrent.CompletionException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet (org.nem.nis.nn b)


Try removing the db file from the nem folder and then start NIS again. It sounds like it got corrupted somehow.