Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
8673 Переглядів

I already try some answers on the internet to stop Odoo that running on my Ubuntu server, but it didn't work. I run Odoo by using this command from the root Odoo folder

python3 odoo-bin -c odoo.conf

If I run this command again using another session after Odoo is running, I get this kind of error message

Exception in thread odoo.service.httpd:
Traceback (most recent call last):
...
...
OSError: [Errno 98] Address already in use

When I list all services that run on my server, there is no Odoo service running, but when I open the domain, I know the Odoo server is running.

Аватар
Відмінити
Найкраща відповідь

Hi,

Address already in use error can be resolved by killing the running service.

To list the running service enter following command in terminal: ps aux||grep, find the process id of the process and kill the process: sudo kill -9 proccess_id.


Other than this, you can shutdown and restart the machine or change the port number from odoo configuration file.


Thanks

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
груд. 23
2702
2
серп. 23
2359
1
груд. 23
4144
1
лип. 23
2965
0
трав. 23
2877