Hi guyz, I've downloaded & installed Java8 x64 on win 8.1
Also windows nem installer from here:
http://bob.nem.ninja/installer/ (installed)
But when I run the wallet, it doesn't start. What should I do?
wallet starts to work then it's killed.
here's a vid:
https://vid.me/riLSHow can that be possible? How to avoid this?
I had the same problem. Fixed it like this;
Go to;
http://bob.nem.ninja/Download nis-ncc-0.6.26.zip
Unzip
Start runNCC.bat (wait a moment until it has started properly)
After waiting;
Start runNIS.bat (wait a moment until it has started properly)
After waiting;
runMON.bat
This will start a browser with the NEM wallet.
At step Start runNCC.bat or Start runNIS.bat a pop-up will appear asking you for 'Allow connection'.
Ps. This is a one-time process. After that you can start the wallet like you try to do now.
Thanks a lot!
That worked fine for me, I'm syncing with the network now!
NIS info is not available yet. Trying to retrieve NIS info... (at block 13201)
No problem. Have fun with it!
Unfortunately this has not been tested on Unix, or more specific OS X 10.10. The installer for version 0.6.26 did not worked, so I grabbed the TGZ file...
Followed the same steps as mentions for Windows and adapted for *nix - but see the following Java exceptions when starting 'nix.runMon.sh':
- download nis-ncc-0.6.26.tgz
- untar
- open a terminal
cd ~/Downloads/package
./nix.runNcc.sh
- wait a moment and open a new terminal session
./nix.runNis.sh
- wait a moment and open a new terminal session
./nix.runMon.sh
**** broken ****
. . . .
2015-04-12 19:37:12.333 INFO FrameworkServlet 'Spring MVC Dispatcher Servlet': initialization completed in 1477 ms (org.springframework.web.servlet.DispatcherServlet initServletBean)
2015-04-12 14:37:12.333:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@33617539{/,null,AVAILABLE}
2015-04-12 14:37:12.340:WARN:oejuc.AbstractLifeCycle:main:
FAILED ServerConnector@6e46d9f4{HTTP/1.1}{0.0.0.0:8989}: java.net.BindException: Address already in use
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)
. . . .
Caused by: org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-175]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:332)
at org.h2.message.DbException.get(DbException.java:172)
. . . .
(org.nem.core.deploy.CommonStarter main)
2015-04-12 19:37:15.355 INFO NEM Infrastructure Server 0.6.26-BETA shutdown... (org.nem.core.deploy.CommonStarter main)
Common guys - please test before releasing it. I did a port scan between port 8000 to 9000 and nothing?
Should this not be: 0.0.0.0:8989 --> 127.0.0.1:8989