I had a rocket chat server running via the 1-click install process. I attempted to update the rocketchat version using:
rocketchatctl update
The update failed, and now I can’t get rocket chat back up and running. Here are the relevant rocketchat logs:
Sep 07 19:05:35 planexship systemd[1]: rocketchat.service: Failed with result 'exit-code'.
Sep 07 19:05:35 planexship systemd[1]: rocketchat.service: Main process exited, code=exited, status=1/FAILURE
Sep 07 19:05:35 planexship rocketchat[9053]: at Module.load (module.js:566:32)
Sep 07 19:05:35 planexship rocketchat[9053]: at Object.Module._extensions..js (module.js:664:10)
Sep 07 19:05:35 planexship rocketchat[9053]: at Module.Mp._compile (/opt/Rocket.Chat/programs/server/runtime.js:50:23)
Sep 07 19:05:35 planexship rocketchat[9053]: at Module._compile (module.js:653:30)
Sep 07 19:05:35 planexship rocketchat[9053]: at Object.<anonymous> (/opt/Rocket.Chat/programs/server/boot.js:469:3)
Sep 07 19:05:35 planexship rocketchat[9053]: at Object.<anonymous> (/opt/Rocket.Chat/programs/server/boot.js:2:15)
Sep 07 19:05:35 planexship rocketchat[9053]: at require (internal/module.js:11:18)
Sep 07 19:05:35 planexship rocketchat[9053]: at Module.require (module.js:597:17)
Sep 07 19:05:35 planexship rocketchat[9053]: at Function.Module._load (module.js:475:25)
Sep 07 19:05:35 planexship rocketchat[9053]: at Function.Module._resolveFilename (module.js:548:15)
Sep 07 19:05:35 planexship rocketchat[9053]: Error: Cannot find module 'fibers'
Sep 07 19:05:35 planexship rocketchat[9053]: ^
Sep 07 19:05:35 planexship rocketchat[9053]: throw err;
Sep 07 19:05:35 planexship rocketchat[9053]: module.js:550
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
yields:
Hi @dwDolphin ,
What do you have in your
/lib/systemd/system/rocketchat.service
? And can you checkjournalctl -xe
?