Skip to Content
Menu
This question has been flagged
2 Replies
7302 Views

hello after installion odoo 15  in vps centos i cant open link http://xx.xx.xx.xx:8096

This website cannot be reached longer than it should respond.
You can try:

Check connection
Check server and firewall
Run Windows Network Diagnostics data
ERR_CONNECTION_TIMED_OUT


Avatar
Discard
Author Best Answer

last problem

[root@vps1063 ~]# systemctl start odoo15
[root@vps1063 ~]# systemctl status odoo15
● odoo15.service - Odoo15
Loaded: loaded (/etc/systemd/system/odoo15.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2023-01-04 23:21:40 UTC; 22s ago
Process: 16402 ExecStart=/usr/bin/scl enable rh-python38 -- /opt/odoo/odoo15-venv/bin/python3 /opt/odoo/odoo15/odoo-bin -c /etc/odoo.conf (code=exited, status=203/EXEC)
Main PID: 16402 (code=exited, status=203/EXEC)

Jan 04 23:21:40 vps102663\.mylogin\.co\ systemd\[1\]:\ Started\ Odoo15\.
Jan\ 04\ 23:21:40\ vps102663\.mylogin\.co\ systemd\[1\]:\ odoo15\.service:\ main\ process\ exited,\ code=exited,\ status=203/EXEC
Jan\ 04\ 23:21:40\ vps102663\.mylogin\.co\ systemd\[1\]:\ Unit\ odoo15\.service\ entered\ failed\ state\.
Jan\ 04\ 23:21:40\ vps102663.mylogin.co systemd[1]: odoo15.service failed.

Avatar
Discard
Best Answer

If you are unable to access the Odoo server at the URL http://xx.xx.xx.xx:8096 after installing it on a VPS running CentOS, there are a few potential issues that could be causing the problem:

  1. The Odoo server may not be running: Make sure that the Odoo server is up and running. You can check the status of the server by running the systemctl status odoo command (assuming that you are using a Linux operating system and have installed the server using the default installation instructions). If the server is not running, you can start it using the systemctl start odoo command.

  2. The network configuration may be incorrect: Make sure that the network configuration of the server allows it to connect to the network and listen on the correct ports. You may need to configure the server to listen on the correct IP address and port (e.g., http://0.0.0.0:8096).

  3. There may be a firewall or other security software blocking access to the server: Make sure that there are no firewall rules or other security measures that are preventing access to the Odoo server. You may need to configure your firewall or security software to allow access to the server.

  4. There may be a problem with the URL: Make sure that you are using the correct URL to access the server. If you are using a domain name instead of an IP address, make sure that the domain name is correctly configured and that it is pointing to the correct IP address.

I hope these suggestions are helpful. If you are still unable to access the Odoo server, please provide more information about your setup and any error messages that you are seeing, and I will do my best to help troubleshoot the issue.


Avatar
Discard
Author

thank you very much
i try to start odoo command.
by thes step
sudo su - odoo
sudo service odoo start
so i see
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

[sudo] password for odoo:
and i forget pass
how can i solve the problem please
thanks alot

Author

hello dear when i run systemctl start odoo
[root@vps102663 ~]# sudo su - odoo
Last login: Wed Jan 4 21:48:49 UTC 2023 on pts/1
su: warning: cannot change directory to /opt/odoo: Permission denied
-bash: /opt/odoo/.bash_profile: Permission denied
-bash-4.2$ systemctl start odoo
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: root
Password:
==== AUTHENTICATION COMPLETE ===
Failed to start odoo.service: Unit not found.
-bash-4.2$

Author

this last problem
[root@vps102663 ~]# systemctl start odoo15
[root@vps102663 ~]# systemctl status odoo15
● odoo15.service - Odoo15
Loaded: loaded (/etc/systemd/system/odoo15.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2023-01-04 23:21:40 UTC; 22s ago
Process: 16402 ExecStart=/usr/bin/scl enable rh-python38 -- /opt/odoo/odoo15-venv/bin/python3 /opt/odoo/odoo15/odoo-bin -c /etc/odoo.conf (code=exited, status=203/EXEC)
Main PID: 16402 (code=exited, status=203/EXEC)

Jan 04 23:21:40 vps102663.mylogin.co systemd[1]: Started Odoo15.
Jan 04 23:21:40 vps102663.mylogin.co systemd[1]: odoo15.service: main process exited, code=exited, status=203/EXEC
Jan 04 23:21:40 vps102663.mylogin.co systemd[1]: Unit odoo15.service entered failed state.
Jan 04 23:21:40 vps102663.mylogin.co systemd[1]: odoo15.service failed.

Related Posts Replies Views Activity
0
Mar 15
2669
1
May 21
10567
0
Aug 17
5215
7
Apr 16
13849
1
Mar 15
5103