I have my local cloud working on Ubuntu 14.1 for last couple of months but all of sudden after installing Cassandra on the server. It did install Java prior to installing Cassandra.
I stopped the services of Cassandra but still my cores are not connecting to the cloud.
The local cloud says it is listening on 8080 but somehow the cores are not connecting. I have 4 cores and all of them are just blinking CYAN but not stable.
Please let me know if you have any suggestions for this.
It was because of Node 0.12 and spark-server does not support that it has an issue. Even though I reverted back my node.js to 0.10.30 , my cores are not connecting to local cloud ( My Digital OCean server).
it is flashing CYAN. I tried all the possible ways but no SUCCESS !
Just as a sanity check, can you remove the node_modules folders from the installation of the server / protocol module, and re-run the npm install command? I’m curious if the building of the dependencies in Node 0.12 is the issue. If you uninstalled / reinstalled node, you might also need to remove / re-install the dependencies.
I followed the steps below but no success. Still the same issue. The other clue that particle CLI ( local to cloud) is working but the core HAND-SHAKE is not happening.
Is there any difference for spark-server for node 0.10.30 vs 0.10.36? I do not think so.
MoreOver when I fire http://45.55.173.181:8080/v1/devices it does not show any log but when I do netstat I do see that spark-server is listening on port 8080 but it does not handshake with any external request.