Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Exception("bus.Bus unavailable") in a docker image

by
redCOR AG, Robert Rottermann
- 11/10/2016 09:26:19
Hi there,

I have odoo 9.0 running in a docker container.

It creates the following error in a high cadence:

2016-10-11 07:21:58,698 12 ERROR afbsdemo openerp.http: Exception during 
JSON request handling.
Traceback (most recent call last):
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 647, in 
_handle_exception
     return super(JsonRequest, self)._handle_exception(exception)
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 684, in 
dispatch
     result = self._call_function(**self.params)
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 320, in 
_call_function
     return checked_call(self.db, *args, **kwargs)
   File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", 
line 118, in wrapper
     return f(dbname, *args, **kwargs)
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 313, in 
checked_call
     result = self.endpoint(*a, **kw)
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 963, in 
__call__
     return self.method(*args, **kw)
   File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 513, in 
response_wrap
     response = f(*args, **kw)
   File 
"/usr/lib/python2.7/dist-packages/openerp/addons/bus/controllers/main.py", 
line 34, in poll
     raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable

what could be the reason/fix?


thanks

robert

Follow-Ups