Advertisement
wingrammer

systemctl status odoo.service

Dec 20th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.30 KB | None | 0 0
  1.  odoo.service - LSB: Launches the Odoo server.
  2.    Loaded: loaded (/etc/rc.d/init.d/odoo; bad; vendor preset: disabled)
  3.    Active: failed (Result: protocol) since Wed 2022-12-21 02:00:18 GMT; 41min ago
  4.      Docs: man:systemd-sysv-generator(8)
  5.   Process: 3649 ExecStart=/etc/rc.d/init.d/odoo start (code=exited, status=0/SUCCESS)
  6.  
  7. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: **connection_info)
  8. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 130, in connect
  9. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  10. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: psycopg2.OperationalError: could not connect to server: Connection refused
  11. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: Is the server running on host "165.232.40.32" and accepting
  12. Dec 21 02:00:18 bahmni-digital-ocean odoo[3649]: TCP/IP connections on port 5432?
  13. Dec 21 02:00:18 bahmni-digital-ocean systemd[1]: Daemon never wrote its PID file. Failing.
  14. Dec 21 02:00:18 bahmni-digital-ocean systemd[1]: Failed to start LSB: Launches the Odoo server..
  15. Dec 21 02:00:18 bahmni-digital-ocean systemd[1]: Unit odoo.service entered failed state.
  16. Dec 21 02:00:18 bahmni-digital-ocean systemd[1]: odoo.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement