Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Odoo Connection Lost/Connection Restore issue

Odoberať

Get notified when there's activity on this post

This question has been flagged
2 Replies
5692 Zobrazenia
Avatar
Simon Lee

Hi,

I am using odoo 14 on Linux 20.04. I am having this issue of odoo keep saying connection lost and connection restore issue. I take a look at the log and here's the error. Anyone have idea of how to solve this???

---

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http\.py",\ line\ 639,\ in\ _handle_exception
\ \ \ \ return\ super\(JsonRequest,\ self\)\._handle_exception\(exception\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 315,\ in\ _handle_exception
\ \ \ \ raise\ exception\.with_traceback\(None\)\ from\ new_cause
Exception:\ bus\.Bus\ unavailable
2023\-06\-08\ 04:06:00,085\ 1574\ INFO\ hago\ werkzeug:\ 101\.78\.142\.90\ \-\ \-\ \[08/Jun/2023\ 04:06:00\]\ "ESC\[37mPOST\ /longpolling/poll\ HTTP/1\.1ESC\[0m"\ 200\ \-\ 2\ 0\.001\ 0\.005
2023\-06\-08\ 04:06:26,812\ 1575\ ERROR\ hago\ odoo\.http:\ Exception\ during\ JSON\ request\ handling\.
Traceback\ \(most\ recent\ call\ last\):
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/addons/base/models/ir_http\.py",\ line\ 237,\ in\ _dispatch
\ \ \ \ result\ =\ request\.dispatch\(\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 683,\ in\ dispatch
\ \ \ \ result\ =\ self\._call_function\(\*\*self\.params\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 359,\ in\ _call_function
\ \ \ \ return\ checked_call\(self\.db,\ \*args,\ \*\*kwargs\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/service/model\.py",\ line\ 94,\ in\ wrapper
\ \ \ \ return\ f\(dbname,\ \*args,\ \*\*kwargs\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 347,\ in\ checked_call
\ \ \ \ result\ =\ self\.endpoint\(\*a,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 912,\ in\ __call__
\ \ \ \ return\ self\.method\(\*args,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 531,\ in\ response_wrap
\ \ \ \ response\ =\ f\(\*args,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception

--- my odoo.conf file

[options]
addons_path = /usr/lib/python3/dist-packages/odoo/addons, /usr/lib/python3/dist-packages/odoo/custom
admin_passwd = ####
csv_internal_sep = ,
data_dir = /var/lib/odoo/.local/share/Odoo
db_host = False
db_maxconn = 64
db_name = False
db_password = ####
db_port = False
db_sslmode = prefer
db_template = template0
db_user = ####
dbfilter =
demo = {}
email_from = False
geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
http_enable = True
http_interface =
http_port = ####
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
limit_time_real_cron = -1
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /var/log/odoo/odoo-server.log
longpolling_port = 8072
max_cron_threads = 1
osv_memory_age_limit = False
osv_memory_count_limit = False
pg_path =
pidfile =
proxy_mode = True
reportgz = False
screencasts =
screenshots = /tmp/odoo_tests
server_wide_modules = base,web
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_enable = False
test_file =
test_tags = None
transient_age_limit = 1.0
translate_modules = ['all']
unaccent = False
upgrade_path =
without_demo = False
workers = 2

Regards,

Simon Lee

0
Avatar
Zrušiť
Simon Lee
Autor

I found that I have not installed nginx server so I followed your suggested video and  \(30\)\ How\ To\ Enable\ Multi\ Processing\ In\ Odoo\ \|\ Configure\ Workers\ In\ Odoo\ \-\ YouTube\.\ But\ I\ still\ get\ the\ same\ problem\.

Here's\ my\ files\.\ I\ do\ not\ use\ SSL\ so\ I\ skipped\ the\ SSL\ setup\ in\ the\ nginx\ default\ config\ setup 

/etc/nginx/sites\-available/default

upstream\ odoo\ \{
\ \ \ \ \ \ \ \ server\ 127\.0\.0\.1:8069;
\}

upstream\ odoochat\ \{
\ \ \ \ \ \ \ \ server\ 127\.0\.0\.1:8072;
\}

server\ \{
\ \ \ \ \ \ \ \ listen\ 80\ default_server;
\ \ \ \ \ \ \ \ listen\ \[::\]:80\ default_server;

\ \ \ \ \ \ \ \ proxy_read_timeout\ 720s;
\ \ \ \ \ \ \ \ proxy_connect_timeout\ 720s;
\ \ \ \ \ \ \ \ proxy_send_timeout\ 720s;

\ \ \ \ \ \ \ \ \#\ Add\ Headers\ for\ odoo\ proxy\ mode
\ \ \ \ \ \ \ \ proxy_set_header\ X\-Forwarded\-Host\ \$host;
\ \ \ \ \ \ \ \ proxy_set_header\ X\-Forwarded\-For\ \$proxy_add_x_forwarded_for;
\ \ \ \ \ \ \ \ proxy_set_header\ X\-Forwarded\-Proto\ \$scheme;
\ \ \ \ \ \ \ \ proxy_set_header\ X\-Real\-IP\ \$remote_addr;

\ \ \ \ \ \ \ \ \#\ log
\ \ \ \ \ \ \ \ access_log\ /var/log/nginx/odoo\.access\.log;
\ \ \ \ \ \ \ \ error_log\ /var/log/nginx/odoo\.error\.log;

\ \ \ \ \ \ \ \ \#\ Redirect\ longpoll\ requests\ to\ odoo\ longpolling\ port
\ \ \ \ \ \ \ \ location\ /longpolling\ \{
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_pass\ http://odoochat;
\ \ \ \ \ \ \ \ \}

\ \ \ \ \ \ \ \ root\ /var/www/html;

\ \ \ \ \ \ \ \ \#\ Add\ index\.php\ to\ the\ list\ if\ you\ are\ using\ PHP
\ \ \ \ \ \ \ \ index\ index\.html\ index\.htm\ index\.nginx\-debian\.html;

\ \ \ \ \ \ \ \ server_name\ _;

\ \ \ \ \ \ \ \ location\ /\ \{
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \#\ First\ attempt\ to\ serve\ request\ as\ file,\ then
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \#\ as\ directory,\ then\ fall\ back\ to\ displaying\ a\ 404\.
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ try_files\ \$uri\ \$uri/\ =404;

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \#\ Redirect\ requests\ to\ odoo\ backend\ server
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_redirect\ off;
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_pass\ http://odoo;
\ \ \ \ \ \ \ \ \}

\ \ \ \ \ \ \ \ location\ \~\*\ /web/static/\ \{
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_cache_valid\ 200\ 90m;
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_buffering\ on;
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ expires\ 864000;
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ proxy_pass\ http://odoo;
\ \ \ \ \ \ \ \ \}

\ \ \ \ \ \ \ \ \#\ gzip
\ \ \ \ \ \ \ \ gzip_types\ text/css\ text/less\ text/plain\ text/xml\ application/xml\ application/json\ application/javascript;
\ \ \ \ \ \ \ \ gzip\ on;

\ \ \ \ \ \ \ \ client_body_in_file_only\ clean;
\ \ \ \ \ \ \ \ client_body_buffer_size\ 32K;
\ \ \ \ \ \ \ \ client_max_body_size\ 500M;
\ \ \ \ \ \ \ \ sendfile\ on;
\ \ \ \ \ \ \ \ send_timeout\ 600s;
\ \ \ \ \ \ \ \ keepalive_timeout\ 300;
\}

Here's\ the\ latest\ log:
The\ above\ exception\ was\ the\ direct\ cause\ of\ the\ following\ exception:

Traceback\ \(most\ recent\ call\ last\):
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 639,\ in\ _handle_exception
\ \ \ \ return\ super\(JsonRequest,\ self\)\._handle_exception\(exception\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 315,\ in\ _handle_exception
\ \ \ \ raise\ exception\.with_traceback\(None\)\ from\ new_cause
Exception:\ bus\.Bus\ unavailable
2023\-06\-08\ 08:36:55,769\ 1399\ INFO\ hago\ werkzeug:\ 101\.78\.142\.90\ \-\ \-\ \[08/Jun/2023\ 08:36:55\]\ "ESC\[37mPOST\ /longpolling/poll\ HTTP/1\.1ESC\[0m"\ 200\ \-\ 1\ 0\.000\ 0\.003
2023\-06\-08\ 08:37:02,646\ 1398\ ERROR\ hago\ odoo\.http:\ Exception\ during\ JSON\ request\ handling\.
Traceback\ \(most\ recent\ call\ last\):
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/addons/base/models/ir_http\.py",\ line\ 237,\ in\ _dispatch
\ \ \ \ result\ =\ request\.dispatch\(\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 683,\ in\ dispatch
\ \ \ \ result\ =\ self\._call_function\(\*\*self\.params\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 359,\ in\ _call_function
\ \ \ \ return\ checked_call\(self\.db,\ \*args,\ \*\*kwargs\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/service/model\.py",\ line\ 94,\ in\ wrapper
\ \ \ \ return\ f\(dbname,\ \*args,\ \*\*kwargs\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 347,\ in\ checked_call
\ \ \ \ result\ =\ self\.endpoint\(\*a,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 912,\ in\ __call__
\ \ \ \ return\ self\.method\(\*args,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 531,\ in\ response_wrap
\ \ \ \ response\ =\ f\(\*args,\ \*\*kw\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/addons/bus/controllers/main\.py",\ line\ 35,\ in\ poll
\ \ \ \ raise\ Exception\("bus\.Bus\ unavailable"\)
Exception

The\ above\ exception\ was\ the\ direct\ cause\ of\ the\ following\ exception:

Traceback\ \(most\ recent\ call\ last\):
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http\.py",\ line\ 639,\ in\ _handle_exception
\ \ \ \ return\ super\(JsonRequest,\ self\)\._handle_exception\(exception\)
\ \ File\ "/usr/lib/python3/dist\-packages/odoo/http.py", line 315, in _handle_exception
raise exception.with_traceback(None) from new_cause
Exception: bus.Bus unavailable
2023-06-08 08:37:02,647 1398 INFO hago werkzeug: 101.78.142.90 - - [08/Jun/2023 08:37:02] "ESC[37mPOST /longpolling/poll HTTP/1.1ESC[0m" 200 - 1 0.000 0.003

=====

Thank you for your help!!!

Regards,
Simon

Avatar
Simon Lee
Autor Best Answer

I think I fixed it by changing the version of Werkzeug to 0.16.1. Before it was 1.0.1.

In Terminal, enter the following command:

sudo pip3 install Werkzeug==0.16.1

Then verify that it has changed by
sudo pip3 show werkzeug

It should show version: 0.16.1

0
Avatar
Zrušiť
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,

Please see this video explaining the solution for the same: Fix Connection Lost and Connection Restored Error Odoo || Odoo Workers

Thanks

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now