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" /odoo/odoo-server/odoo/service/server.py ", line 435, in http_thread
self.httpd = ThreadedWSGIServerReloadable (self.interface, self.port, app)
File "/odoo/odoo-server/odoo/service/server.py", line 149, in __init__
handler = RequestHandler)
File "/ usr / local / lib / python3.6 / dist-packages / werkzeug / serving.py ", line 476, in __init__
HTTPServer .__ init __ (self, (host, int (port)), handler)
File "/usr/lib/python3.6/socketserver.py", line 456, in __init__
self.server_bind ()
File "/odoo/odoo-server/odoo/service/server.py", line 164, 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 470, in server_bind
self.socket.bind (self.server_address)
OSError: [Errno 98] Address already in use
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
2
Replies
21938
Views
Hi,
Please check this,
https://maheshwarimayur.blogspot.com/2013/02/socketerror-errno-98-address-already-in.html
Thanks
Aswini - iWesabe
Seems like more than one odoo process is trying to run in the same address.
1. Check any other ODOO versions are running in same XMLRPC port.
2. use terminal commands to stop concurrent odoo process.
sudo ps aux | grep 'odoo'
3. Use kill command to kill and terminate the process
sudo kill -9 <process_id>
4. Restart ODOO Server
sudo service <odoo-server> start/restart
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 | |
---|---|---|---|---|
|
3
Dec 18
|
3434 | ||
|
0
Apr 16
|
2030 | ||
|
1
Jun 15
|
3177 | ||
|
0
Sep 24
|
176 | ||
|
1
Dec 23
|
897 |