I get these errors after running, “./licode/scripts/initLicode.sh” on a fresh install. Fresh Ubuntu 14.04 image on Linode, and a fresh run.
(node:4094) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
(node:4094) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
2017-04-26 02:31:39.746 - INFO: CloudHandler - New erizocontroller ( 5900068be6c1780edf9ab4f8 ) in: 23.92.26.252
2017-04-26 02:31:39.763 - INFO: ErizoController - message: succesfully added to cloudHandler
Found '/usr/share/nginx/html/licode/.nvmrc' with version <6.9.2>
Now using node v6.9.2 (npm v3.10.9)
[licode] Done, run ./scripts/initBasicExample.sh
benjamin@ubuntu:/usr/share/nginx/html/licode$ 2017-04-26 02:31:41.649 - INFO: ErizoAgent - message: launched new ErizoJS, erizoId: 561426f7-9ff0-ef54-f35d-8e9915242e77
I get a new command prompt, and then an INFO warning gets echo’d.
(node:4376) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
[erizo-561426f7-9ff0-ef54-f35d-8e9915242e77] (node:4382) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
[erizo-561426f7-9ff0-ef54-f35d-8e9915242e77] 2017-04-26 02:31:42.031 - INFO: ErizoJS - message: Started, erizoId: 561426f7-9ff0-ef54-f35d-8e9915242e77
2017-04-26 02:31:43.963 - WARN: CloudHandler - ErizoController 0 in 23.92.26.252 does not respond. Deleting it.
Although they don’t seem to stop the server from working, The last line, “2017-04-26 02:31:43.963 - WARN: CloudHandler - ErizoController 0 in 23.92.26.252 does not respond. Deleting it.” continues to echo to the console.
Any help, suggestions?