After entering a single message it disconnects, and browser doesn't matter. Even if firewall is disabled.
The private key in the ACP and babble.js are the same.
forever start /home/site/public_html/forums/applications/babble/sources/Node/babble.js
The output show
warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms info: Forever processing file: /home/site/public_html/forums/applications/babble/sources/Node/babble.js
Is there a way to kill the process and then restart?
I've tried:
forever stop
forever restart
Recommended Comments