Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Exception("bus.Bus unavailable") in a docker image
by
Therp, Ronald Portier
Hello, In my experience this error pops up everywhere. Nothing to do with Odoo running on docker. Kind regards, Ronald Op 11-10-16 om 09:38 schreef robert rottermann: > 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 > > _______________________________________________ > Mailing-List: http://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: http://odoo-community.org/groups?unsubscribe >
Reference
-
Exception("bus.Bus unavailable") in a docker image
byredCOR AG, Robert Rottermann-
Re: Exception("bus.Bus unavailable") in a docker image
bySYLEAM SARL, Sylvain Garancher -
Re: Exception("bus.Bus unavailable") in a docker image
byTherp, Ronald Portier
-