How many of you are using webstart in beta


No, he is talking about files which are named like this:
nis-0.log
ncc-0.log

You find them in /Users/nem/nis/logs/ and /Users/nem/ncc/logs/




oh ok thanks

there is no NIS or NCC folder but here are the 3 from mon

that won't help. i either don't know where os x saves the logs or something changed with the installer version.

please search for "nis-0.log" on your hard drive.


that won't help. i either don't know where os x saves the logs or something changed with the installer version.

please search for "nis-0.log" on your hard drive.


there are none.  it appears they were never created.  I assume they are created the first time nis and ncc start but they have never started on this computer

Oh yes, that is the reason of course…


Oh yes, that is the reason of course...


and thats the problem =D nis and ncc refuse to start

Seems indeed that monitor is unable to launch ncc and nis :confused:
I will ask Jaguar0625 to take a look at it.


Seems indeed that monitor is unable to launch ncc and nis :/
I will ask Jaguar0625 to take a look at it.


thankyou

That's strange. It worked fine for me.


Can you try starting NIS directly by opening a terminal and running:


'java -Xms512M -Xmx1G -cp .:./:…/libs/ org.nem.core.deploy.CommonStarter'


in the <install>/nis directory


That's strange. It worked fine for me.


Can you try starting NIS directly by opening a terminal and running:


'java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'


in the <install>/nis directory



Last login: Fri Feb 20 16:18:04 on ttys000
Lindas-MacBook-Pro:~ linda-pcplace$ cd /Applications/nem-0.5.12/nis
Lindas-MacBook-Pro:nis linda-pcplace$ ls
config.properties
db.properties
logalpha.properties
nem-infrastructure-server__V0.5.12-BETA.jar
Lindas-MacBook-Pro:nis linda-pcplace$ java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'
>


it just sits here.... nothing appears to open up on my computer




That's strange. It worked fine for me.


Can you try starting NIS directly by opening a terminal and running:


'java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'


in the <install>/nis directory



Last login: Fri Feb 20 16:18:04 on ttys000
Lindas-MacBook-Pro:~ linda-pcplace$ cd /Applications/nem-0.5.12/nis
Lindas-MacBook-Pro:nis linda-pcplace$ ls
config.properties
db.properties
logalpha.properties
nem-infrastructure-server__V0.5.12-BETA.jar
Lindas-MacBook-Pro:nis linda-pcplace$ java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'
>


it just sits here.... nothing appears to open up on my computer


Java version 64 bit?



That's strange. It worked fine for me.


Can you try starting NIS directly by opening a terminal and running:


'java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'


in the <install>/nis directory



Last login: Fri Feb 20 16:18:04 on ttys000
Lindas-MacBook-Pro:~ linda-pcplace$ cd /Applications/nem-0.5.12/nis
Lindas-MacBook-Pro:nis linda-pcplace$ ls
config.properties
db.properties
logalpha.properties
nem-infrastructure-server__V0.5.12-BETA.jar
Lindas-MacBook-Pro:nis linda-pcplace$ java -Xms512M -Xmx1G -cp .:./*:../libs/* org.nem.core.deploy.CommonStarter'
>


it just sits here.... nothing appears to open up on my computer


Java version 64 bit?


can't get 32 bit on a mac these days

any other thoughts?

To start the NCC or NIS you are supposed to run the nix.runNis.sh or nix.runNcc.sh.


any other thoughts?


https://forum.ournem.com/tutorials/how-to-get-nem-started-on-a-mac/


any other thoughts?


https://forum.ournem.com/tutorials/how-to-get-nem-started-on-a-mac/


i'll give it a shot but it would be nice if the installer worked properly


https://forum.ournem.com/tutorials/how-to-get-nem-started-on-a-mac/


i'll give it a shot but it would be nice if the installer worked properly

What's the problem?

his problem is that neither NIS nor NCC starts when he uses the installer.

Ok, I just read the whole thread again. So the NEM monitor starts, but it wont start NIS/NCC.

The log from NEM monitor (0.5.12-BETA though…) says:
15:13:37 INFO status change detected: NIS -&gt; STOPPED (org.nem.monitor.visitors.AggregateNemStatusVisitor notifyStatus)<br />15:13:40 INFO status change detected: NCC -&gt; STOPPED (org.nem.monitor.visitors.AggregateNemStatusVisitor notifyStatus)<br />15:14:40 WARNING an error occurred while attempting to shutdown org.nem.monitor.node.NisNodePolicy@2213d97a: java.util.concurrent.CompletionException: org.nem.core.connect.InactivePeerException: java.net.ConnectException: Connection refused (org.nem.monitor.ux.TrayIconBuilder lambda$null$13)<br />15:14:40 WARNING an error occurred while attempting to shutdown org.nem.monitor.node.NccNodePolicy@42b7583b: java.util.concurrent.CompletionException: org.nem.core.connect.InactivePeerException: java.net.ConnectException: Connection refused (org.nem.monitor.ux.TrayIconBuilder lambda$null$13)

This doesn't help me at all. Is there a firewall which is blocking stuff?
Did you try to run current 0.5.16?

firewall is off and yes i have tried the newest version and nic/ncc still don't start

also i had no luck with jabo38s link… this computer is a clean os as well installed about 2 weeks ago with java 8 v31 installed

There must be some program on your mac that prevents the monitor from spawning a new process. Gonna ask Jaguar again.