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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
            
                2
                
                    Ответы
                
            
        
        
            
                23954
                
                    Представления
                
            
        
    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!
Регистрация| Related Posts | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|  | 3 дек. 18  | 5170 | ||
|  | 0 апр. 16  | 3091 | ||
|  | 1 июн. 15  | 4459 | ||
|  | 0 сент. 24  | 1940 | ||
|  | 1 дек. 23  | 2418 | 
