We have a licode installation on an ubuntu server in AWS. If the server is unused for an hour, when we attempt to reconnect again, the erizoController.js immediately crashes. I’ve also seen nuve.js crash, but I’m not sure it happens every time. The logs for erizo_controller and nuve contain only two lines:
[INFO] ErizoController - message: erizoClient connected, clientId:
[WARN] CloudHandler - ErizoController 0 in does not respond. Deleting it.
Anyone else seeing this?
Any suggestions about what logging configuration or other settings I should change to get more information and diagnose the problem?
I was going to set up the node processes with pm2, but if they don’t crash until I attempt to connect, it seems like I’ll get a failed request when I restart (at least one of them).