Have to stop/start ucpnode at least once a day

Hoping someone can help me hunt down the cause… Runing FreePBX distro 10.13.66-6, I find that I’m having to restart ucpnode at least once a day, I’ve also found that even though it’s not running that I must do a ‘fwconsole stop ucpnode’ followed by ‘fwconsole start ucpnode’ as issuing the start command alone does not restart the service. The only “error” I’m able to find in any of the ucp logs is as follows…

TypeError: Cannot read property ‘users’ of undefined
at EventEmitter. (/var/www/html/admin/modules/ucpnode/node/lib/c$
at EventEmitter.emit (events.js:95:17)
at process._tickCallback (node.js:448:13)
error: Forever detected script exited with code: 8

Cheers & thanks,
Mike

You need to provide the full error. Your terminal session is trimming the output. Provide the full error and we can probably fix it

Whoops…

TypeError: Cannot read property ‘users’ of undefined
at EventEmitter. (/var/www/html/admin/modules/ucpnode/node/lib/conferences.js:222:44)
at EventEmitter.emit (events.js:95:17)
at process._tickCallback (node.js:448:13)
error: Forever detected script exited with code: 8

Cheers,
Mike

Firstly you should switch to using confbridge and away from meetme. It’s depreciated.

Switched meeting room app to app_confbridge (in advanced settings)… never even had a conference room set up on this server until I tried to configure one to see if the error would go away, so meetme vs. confbridge was never on my radar.

Regards,
Mike