Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Odoo 12 Connection Lost... Trying to reconnect on nginx

Subscriure's

Get notified when there's activity on this post

This question has been flagged
errorconnectionodoo12.0
5 Respostes
17957 Vistes
Avatar
Paulo Matos

Hello everyone,

I am having a very strange problem with Odoo 12 CE running on a Ubuntu 18 server.

When I try to access Customers or Suppliers (from any place... accounting, sales, purchases...) I have a "Connection lost... trying to reconnect" error.

The server was running fine and need to make some updates and noticed this error occurred.

After trying to figure out what was the problem, have decided to proceed like:

- Upgraded Core Odoo 12 installation files;

- Tried on a fresh database with basic modules installed (invoicing, sales, purchase and inventory). Same error happens

- On odoo-server.conf file I added:

limit_time_cpu = 3600
limit_time_real = 3600

- Based on some forums information's, I edited my nginx file with:

proxy_connect_timeout 3600;
proxy_send_timeout 3600;
proxy_read_timeout 3600;
send_timeout 3600;

I am still unable to solve the issue.

I can use all Odoo applications and any menu item. The problem just happens when I try to access "Customers or Supplier" menu options from anywhere, even on a new database.

Looking for the logs, I don't see any error that might be related to this. Only normal errors like missing translation terms, same description for different fields on models, etc and everything from Odoo core addons.

Have anyone faced a problem like this?

Can anyone help me try to solve it?

Thank you all in advance

Best regards

PM



2
Avatar
Descartar
Paulo Matos
Autor

Dear @Jignesh,

I have tried the solutions above and did not help.

I also can confirm that the problem is not related to Nginx because the same happens even with Nginx server disabled.

I am sure it's something related with SO (Ubuntu 18.04 server) and/or some Odoo / Python dependency.

I am still working on it and will keep post updated.

Thank you once again

Best regards

PM

Mohamed Essakali

Hi,

Facing same pb but when trying to access invoice views. Did you find any solution?

muhammed noufal

@Paulo Matos , Have you found any solution, I've been facing this issue with @yenthee script installation, manual installation and package installation with nginx and without nginx.

Avatar
Maximiliano Krause
Best Answer

Hello, 

I ran into this Error in a V13 CE database I was testing on. 

Solved it by adding a couple of workers in the Odoo config file. Haven't exactly found the cause of the problem, but this seems to have removed the issue.

Hope this helps

1
Avatar
Descartar
Avatar
Miguel
Best Answer


Hi

I solve this problem, add in my "nginx.conf" this line "large_client_header_buffers 4 128k;"

Hope it helps

0
Avatar
Descartar
muhammed noufal

still not solved

Avatar
Jignesh Jarsaniya
Best Answer

Please try by removing the limit time from the conf file as well timeout from the Nginx file. If it's work that you need to configure the time limit accordingly. 

0
Avatar
Descartar
Paulo Matos
Autor

Dear @Jignesh,

I have tried the solutions above and did not help.

I also can confirm that the problem is not related to Nginx because the same happens even with Nginx server disabled.

I am sure it's something related with SO (Ubuntu 18.04 server) and/or some Odoo / Python dependency.

I am still working on it and will keep post updated.

Thank you once again

Best regards

PM

Avatar
Helpdesk #1
Best Answer



I'm having the same issue here with the Quality module.  I have tried all suggestions above as well.

This is what I see each time the error occurs in the Odoo log:

Sep 18 21:58:47 odoo Odoo Server 12.0:odoo:DEBUG:odoo.api:call quality.tag(17, 25, 18, 20, 22, 23, 16, 15).read(['display_name']) 
Sep 18 21:58:47 odoo Odoo Server 12.0:odoo:INFO:werkzeug:192.168.51.34 - - [18/Sep/2019 21:58:47] "POST /web/dataset/call_kw/quality.tag/read HTTP/1.1" 200 - 
Sep 18 21:58:48 odoo Odoo Server 12.0:odoo:INFO:werkzeug:192.168.51.34 - - [18/Sep/2019 21:58:48] "POST /web/dataset/search_read HTTP/1.1" 200 - 
Sep 18 21:58:52 odoo Odoo Server 12.0:odoo:DEBUG:odoo.modules.registry:Multiprocess signaling check: [Registry - 314 -> 314] [Cache - 10761 -> 10761] 
Sep 18 21:58:52 odoo Odoo Server 12.0:odoo:INFO:werkzeug:192.168.51.34 - - [18/Sep/2019 21:58:52] "POST /web/webclient/version_info HTTP/1.1" 200 -


0
Avatar
Descartar
Avatar
Bernardo
Best Answer

Anyone been able to solve this issue? Im running bitnami Odoo 13 on a 1vCPU 1.75mem Compute Engine instance and facing the same issue. Also i cannot set workers > 0 because WSGI (bitnami's) is unable to do so

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
OperationalError: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost"
error connection
Avatar
Avatar
Avatar
Avatar
3
de nov. 23
52872
Error after saving file and run it
error odoo12.0
Avatar
Avatar
1
de gen. 19
7137
Connection Error OpenERP 7.0 on Ubuntu 12.04 LTS?
error connection
Avatar
Avatar
2
de març 15
9983
raise Exception("bus.Bus unavailable") Odoo 12
error workers odoo12.0
Avatar
Avatar
1
d’abr. 21
5257
odoo.sql_db: Connection to the database failed Solved
error database connection
Avatar
Avatar
1
de des. 23
44955
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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