NIS is synchronizing. At block 11080, est. 48 days behind. (at block 11080)
And error ERROR 306 every time. Any idea how to fix it? Already tried to put already preload db and remove it. Only nis5_mainnet.trace.db becomes bigger in size. nis5_mainnet db file even not create itself. (in case of deletion)
org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "BLOCKS"; SQL statement:
select this_.blockHash as y0_ from blocks this_ where this_.height>=? order by this_.height asc limit ? [50200-175]
05-25 19:32:46 jdbc[14129]: exception
org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "BLOCKS"; SQL statement:
select this_.blockHash as y0_ from blocks this_ where this_.height>=? order by this_.height asc limit ? [50200-175]
05-25 19:32:46 jdbc[14130]: exception
org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "ACCOUNTS"; SQL statement:
select id as accountId from accounts WHERE printablekey=? [50200-175]
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:437)
at sun.nio.ch.Net.bind(Net.java:429)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:366)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.nem.deploy.CommonStarter.startServer(CommonStarter.java:164)
at org.nem.deploy.CommonStarter.boot(CommonStarter.java:251)
at org.nem.deploy.CommonStarter.main(CommonStarter.java:92)