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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2
Risposte
23925
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
3
dic 18
|
5143 | ||
|
|
0
apr 16
|
3058 | ||
|
|
1
giu 15
|
4442 | ||
|
|
0
set 24
|
1898 | ||
|
|
1
dic 23
|
2400 |