I have a sails.js app which has been running for a while but now all of a sudden it crashed due to some random JS error, when trying to restart it simply stays at 'starting app' in the log file. I don't see anything blocking the binding to the port on the server and I don't see anything else in the logs. Does anyone know of a way to debug what might be causing the app to not start all of a sudden? Also this is running on the newest version of node, sails v0.10rc4 and ubuntu 12.04lts
Thanks in advance.