Hi Guys,
I installed odoo12 on CentOS7 service. It works fine after installation, but it went to crash nearly every 1 or 2 days, I test it for a week. Crash occurred 5-6 times at least.
When I use command "systemctl status odoo12.server" to check status and re-start odoo12, it will show below message.
Does anybody know how to solve this problem?
add more info:CentOS7, Odoo12,Python3.6
=========================
odoo12.service - Odoo12
Loaded: loaded (/etc/systemd/system/odoo12.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-12-17 18:03:18 CST; 14h ago
Process: 26387 ExecStart=/opt/odoo/odoo12-venv/bin/python3 /opt/odoo/odoo12/odoo-bin -c /etc/odoo12.conf (code=exited, status=1/FAILURE)
Main PID: 26387 (code=exited, status=1/FAILURE)
Thank you for your timely and effective advice..
I check the remaining disk size. It is as below. 14G remaining. I asked a vitural service, just for Odoo usage.
And I also use "journalctl -u odoo12.service" cmd to check logs, it is useful, I will read the logs carefully, and try to figure out the possible reason.
Hello, everybody.
Seems it works fine now, it can be running over 5 days without any problem.
The changes I did is
disable the mail service function. I removed my own mail settings from odoo12.
Then it seems work fine.