Git Product home page Git Product logo

Comments (3)

Gokulakannanaj avatar Gokulakannanaj commented on August 20, 2024

While starting with odoo like --load=web,queue_job --workers=6

Traceback (most recent call last):
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 647, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 307, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/trail/web11/dev/trail-web/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 689, in dispatch
result = self._call_function(**self.params)
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 339, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/trail/web11/dev/trail-web/odoo/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 332, in checked_call
result = self.endpoint(*a, **kw)
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 933, in call
return self.method(*args, **kw)
File "/home/trail/web11/dev/trail-web/odoo/odoo/http.py", line 512, in response_wrap
response = f(*args, **kw)
File "/home/trail/web11/dev/trail-web/odoo/addons/bus/controllers/main.py", line 37, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable

from queue.

guewen avatar guewen commented on August 20, 2024

It is unrelated to queue_job, it is because you didn't properly configure a reverse proxy in front of Odoo, redirecting the /longpolling urls to port 8071.

https://www.google.com/search?client=ubuntu&channel=fs&q=odoo+bus+unavailable&ie=utf-8&oe=utf-8

from queue.

Gokulakannanaj avatar Gokulakannanaj commented on August 20, 2024

πŸ‘

from queue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.