Jump to content

Attempting to start Babble.js


thom.cameron21694
  • Babble 2.0.2.1 Closed Bug

Hello,

I'm attempting to run this via Node.js installed on a Windows Server 2012 (I was attempting to use it via my linux hosted server on my forums however they do not allow Node.js on shared hosting.)

I'm receiving this error

vFyLnlS.png

Is there a reason that would happen? Thanks for your time!


User Feedback

Recommended Comments

2016-06-26_1707.png

 

2016-06-26_1709.png

 

2016-06-26_1708.png

not sure what is causing the error for you, but i've rebooted into windows, installed node and it started up without incident. did you copy over the entire Node folder from babble/sources?

Link to comment
Share on other sites

ah, didn't realize there was something else with it. i was thinking how i do it in linux here :) glad you got it running :). If you can (in windows), use npm to install forever and start the babble.js with that, as node scripts are prone to time out on their own from time to time and closing out the command prompt will shut it down. forever will run it as a service (well it does in linux, not sure about windows) and if it goes down it will start it back up automatically and you wont have to keep the command prompt open.

Link to comment
Share on other sites

I was actually toying around with that, but I believe I'll make a .bat file and use FireDaemon Pro for that (Runs anything as a Windows Service and checks for failure). Not too sure it'd catch a failure with node.js error but it'd atleast restart on box restart.

Link to comment
Share on other sites


×
×
  • Create New...