Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution and Creation Issue #85

Closed
Gokulakannanaj opened this issue Jul 23, 2018 · 3 comments
Closed

Execution and Creation Issue #85

Gokulakannanaj opened this issue Jul 23, 2018 · 3 comments

Comments

@Gokulakannanaj
Copy link

Gokulakannanaj commented Jul 23, 2018

First of all sorry for my poor communication

  1. When i clicking create button of Channels it throws the error like got boolean instead of string.
  2. Function not called (It's always in pending status)

Thanks.

@Gokulakannanaj Gokulakannanaj changed the title No rights and Creation Issue Execution and Creation Issue Jul 23, 2018
@Gokulakannanaj
Copy link
Author

Gokulakannanaj commented Jul 24, 2018

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

@guewen
Copy link
Member

guewen commented Jul 24, 2018

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

@guewen guewen closed this as completed Jul 24, 2018
@Gokulakannanaj
Copy link
Author

👍

eantones pushed a commit to nuobit/queue that referenced this issue Oct 16, 2020
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
romi477 pushed a commit to romi477/queue that referenced this issue Oct 25, 2021
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
bizzappdev pushed a commit to BizzAppDev-Systems/queue that referenced this issue Nov 23, 2023
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
bizzappdev pushed a commit to BizzAppDev-Systems/queue that referenced this issue Nov 23, 2023
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
nguyenminhchien pushed a commit to nguyenminhchien/queue that referenced this issue Nov 25, 2023
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
QuocDuong1306 pushed a commit to QuocDuong1306/queue that referenced this issue Sep 19, 2024
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
QuocDuong1306 pushed a commit to QuocDuong1306/queue that referenced this issue Sep 24, 2024
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
thienvh332 pushed a commit to thienvh332/queue that referenced this issue Oct 7, 2024
Instead of `ir.module.module`. Simplifies as we never hit the database nor have
to maintain a cache.

Also, it fixes an issue when we run tests directly at the installation of a
module, during the tests the previous implementation was considering the module
as uninstalled instead of installed.

Change proposed @bealdav. Thanks!

Fixes OCA#85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants