Buongiorno a tutti,
come mai appena attivato il parametro workers nel file di configurazione parte questo errore:
<code>
Traceback (most recent call last):
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 537, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 574, in dispatch
result = self._call_function(**self.params)
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 310, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/cherrygirl/lp8/git/odoo/openerp/service/model.py", line 118, in wrapper
return f(dbname, *args, **kwargs)
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 307, in checked_call
return self.endpoint(*a, **kw)
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 803, in __call__
return self.method(*args, **kw)
File "/home/cherrygirl/lp8/git/odoo/openerp/http.py", line 403, in response_wrap
response = f(*args, **kw)
File "/home/cherrygirl/lp8/git/odoo/addons/bus/bus.py", line 188, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
</code>
Cercando sui forum ho trovato questo:
www.odoo.com/es_ES/forum/ayuda-1/questio...able-exception-63137
basta avviare il servizio come openerp-gevent, comporta qualche differenza rispetto openerp-server?
Grazie in anticipo