2019-04-17 15:36:16,017 15333 INFO ? odoo: Odoo version 12.0
2019-04-17 15:36:16,019 15333 INFO ? odoo: Using configuration file at /home/odoo/.odoorc
2019-04-17 15:36:16,020 15333 INFO ? odoo: addons paths: ['/home/odoo/.local/share/Odoo/addons/12.0', '/home/odoo/odoo/odoo/addons', '/home/odoo/odoo/addons']
2019-04-17 15:36:16,021 15333 INFO ? odoo: database: default@default:default
2019-04-17 15:36:16,331 15333 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
Exception in thread odoo.service.httpd:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/odoo/odoo/odoo/service/server.py", line 351, in http_thread
self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)
File "/home/odoo/odoo/odoo/service/server.py", line 127, in __init__
handler=RequestHandler)
File "/home/odoo/odoo/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 476, in __init__
HTTPServer.__init__(self, (host, int(port)), handler)
File "/usr/lib/python3.6/socketserver.py", line 453, in __init__
self.server_bind()
File "/home/odoo/odoo/odoo/service/server.py", line 142, in server_bind
super(ThreadedWSGIServerReloadable, self).server_bind()
File "/usr/lib/python3.6/http/server.py", line 136, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/lib/python3.6/socketserver.py", line 467, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Adresse déjà utilisée
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi,
To resolve this, you have to kill the existing process of Odoo.
To see the process, in terminal type ps aux||grep
Then you can see all the process running from that take those service of Odoo and kill it by sudo kill -9 process_id
If not interested in the above method, just restart the system.
See: https://maheshwarimayur.blogspot.com/2013/02/socketerror-errno-98-address-already-in.html?m=1
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Odoo Mail Sending Limit
Solved
|
|
2
Dec 23
|
11993 | |
|
0
Oct 23
|
33 | ||
|
3
Oct 23
|
787 | ||
|
1
Oct 23
|
569 | ||
|
1
Aug 23
|
979 |