跳至内容
Odoo 菜单
  • 登录
  • 免费试用
  • 应用程序
    财务
    • 会计
    • 发票
    • 费用
    • 电子表格 (BI)
    • 文档
    • 电子签名
    销售
    • 客户关系管理
    • 销售
    • POS 销售点管理-零售
    • POS 销售点管理 - 餐厅
    • 订阅
    • 租赁
    网站
    • 网站设计
    • 电子商务
    • 博客
    • 论坛
    • 在线客服
    • 在线学习
    供应链
    • 库存
    • 制造
    • 产品生命周期
    • 采购
    • 维护保养
    • 品控
    人力资源
    • 员工
    • 招聘
    • 休假
    • 评价
    • 内部推荐
    • 车队
    营销
    • 社媒营销
    • 电邮营销
    • 短信营销
    • 近期活动
    • 营销自动化
    • 网上调查
    服务
    • 项目管理
    • 工时单
    • 现场服务
    • 服务台
    • 排期
    • 预约
    生产力
    • 讨论
    • 批核
    • IoT物联网
    • VoIP
    • 知识库
    • WhatsApp
    第三方应用软件 Odoo 定制 Odoo云端平台
  • 行业
    零售
    • 书店
    • 服装店
    • 家具店
    • 食品杂货店
    • 五金店
    • 玩具店
    餐饮与酒店服务
    • 酒吧及酒馆
    • 餐厅
    • 快餐
    • 民宿
    • 饮品分销商
    • 酒店
    房地产
    • 房地产代理
    • 建筑师事务所
    • 建造业
    • 地产管理
    • 园艺
    • 业主协会
    咨询
    • 会计师事务所
    • Odoo合作伙伴
    • 市场推广公司
    • 律师事务所
    • 人才招聘
    • 审核 & 认证
    制造
    • 纺织
    • 金属
    • 家具
    • 食品
    • 啤酒厂
    • 企业礼品
    保健与健身
    • 体育俱乐部
    • 眼镜店
    • 健身中心
    • 健康从业者
    • 药房
    • 发型屋
    商贸服务
    • 维修人员
    • IT 硬件及支持
    • 太阳能系统
    • 鞋匠
    • 清洁服务
    • 暖通空调服务
    其他
    • 非营利组织
    • 环境机构
    • 广告牌租赁
    • 摄影服务
    • 自行车租赁
    • 软件经销商
    浏览所有行业
  • 社区
    学习
    • 教学视频
    • 文档
    • 认证
    • 培训
    • 博客
    • 播客
    赋能教育
    • 教育计划
    • Scale Up! 商业游戏
    • 参观Odoo
    获取软件
    • 下载
    • 版本对比
    • 发布
    合作
    • Github
    • 论坛
    • 近期活动
    • 翻译
    • 成为合作伙伴
    • 合作伙伴服务
    • 注册您的会计事务所
    获取服务
    • 寻找合作伙伴
    • 查找会计服务
    • 预约顾问咨询
    • 安装及推行服务
    • 客户参考
    • 支持
    • 升级
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    获取演示
  • 定价
  • 技术支持

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

  • 客户关系管理
  • e-Commerce
  • 会计
  • 库存
  • PoS
  • 项目
  • MRP
All apps
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
帮助

Self hosted: How can I get Odoo 18 Real-time Chat Working? (Requires Refresh) & Recurring ir_cron Lock Errors in Multi-DB Docker Setup

订阅

此帖文有活动时,接收通知

此问题已终结
authenticationdatabaseemailpostgresqlrealtimefetchingconcurrencyDockerdiscussCaddyfilelongpollingodoo18multidatabasemulti-instancetroubleshootingDockerComposeWebsocketsir_cronRuntimeErrorOrderedDict
1 回复
4881 查看
形象
Ramon Rios

Persistent Real-time Chat (Longpolling) & ir_cron Lock Errors

Subject: Odoo 18 Real-time Chat Not Working (Requires Refresh) & Recurring ir_cron Lock Errors in Multi-DB Docker Setup

Odoo Version: 18.0 (Community Edition) Deployment: Docker Compose on Ubuntu Server 20.04.6 LTS Reverse Proxy: Caddy Database: PostgreSQL 15 (Docker container) Issue Type: Real-time communication (longpolling/websockets) and database contention (ir_cron locks)

Problem Description:

We are experiencing two persistent and critical issues with our Odoo 18 setup, which runs multiple Odoo databases (one per domain) on a single live18-odoo Docker container connected to a shared live18-db PostgreSQL container:

  1. OdooBot/Discuss Real-time Chat Not Working:
    • When chatting with OdooBot or in Discuss channels, replies and new messages do not appear in real-time. The page must be manually refreshed to see new content.
    • Direct access via http://144.126.135.5:18069 (bypassing Caddy/SSL) still shows "Real-time connection lost...", confirming the issue is internal to Odoo.
  2. Recurring ir_cron Database Lock Errors (Root Cause Identified):
    • We frequently observe ERROR: could not obtain lock on row in relation "ir_cron" in our PostgreSQL logs, specifically for id IN (6) ("Mail: Fetchmail Service").
    • CRITICAL NEW FINDING: Odoo logs also show RuntimeError: OrderedDict mutated during iteration. This error occurs when Odoo's cron system tries to loop through its list of active databases, but that list unexpectedly changes or becomes unstable. This is the root cause of the ir_cron locking errors and indicates fundamental instability in Odoo's multi-database management for cron jobs.
    • This database registry instability leads to cron job failures, memory spikes, and general Odoo unresponsiveness.

Server and Odoo Configuration Details:

  • Server IP: 144.126.135.5
  • Odoo Docker Compose (~/docker-apps/odoo18/live18/docker-compose.yml): Standard setup with Odoo 18, PostgreSQL 15, exposing ports 18069 (main) and 18072 (longpolling). Uses ODOO_PROXY_MODE=True and ODOO_DB_FILTER=^%h$.
  • Odoo Configuration (~/docker-apps/odoo18/live18/config/odoo.conf): log_level = debug, longpolling_port = 8072, workers = 4, max_cron_threads = 2, proxy_mode = True, dbfilter = ^%h$. web.base.url is not frozen.
  • Caddy Configuration: Standard setup for Odoo 18, proxying to 18069 and 18072 with necessary headers for websockets/longpolling.
  • Firewall (UFW): Ports 80, 443, 18069, 18072 are ALLOW IN. Mail ports (993, 995, 465, 587) are ALLOW OUT.
  • Cloudflare: A/CNAME records for web traffic are Proxied (orange cloud). Mail-related records are DNS Only (grey cloud). SSL/TLS is "Full". No custom WAF rules.
[options]
admin_passwd = ##################
; # Database connection details are set via environment variables in docker-compose.yml
; # Addons paths - Explicitly list subdirs like old server + Odoo standard path
addons_path = /mnt/extra-addons, /mnt/extra-addons/odooapps/, /mnt/extra-addons/industry/, /mnt/extra-addons/CybroAddons/, /mnt/extra-addons/social,/usr/lib/python3/dist-packages/odoo/addons
http_timeout = 1800
logfile = /var/log/odoo/odoo-server.log
logrotate = True
log_level = debug
longpolling_port = 8072
session_store = db
workers = 4
max_cron_threads = 2
proxy_mode = True
dbfilter = ^%h$
; # Database Connection Pool
;db_maxconn = 95
;web.base.url = https://coqui.cloud  ; <--- ADD/ENSURE THIS LINE (use your primary domain)
;web.base.url.freeze = True

Troubleshooting Steps Attempted and Ruled Out:

  • Caddy Configuration: Extensive testing and multiple Caddyfile iterations (including adding timeouts, explicit websocket directives) did not resolve the longpolling issue and sometimes caused Caddy to crash. Ruled out as primary cause.
  • Browser Caching: Hard refresh and clearing browser cache/cookies. Ruled out.
  • SSL/TLS Issues (from Caddy or Cloudflare): Direct HTTP access to Odoo's port 18069 still shows the longpolling issue. Ruled out.
  • Nginx/Nginx Proxy Manager: Attempts to switch were unsuccessful due to setup issues. Ruled out for now.
  • Odoo 15 Instances: Odoo 15 instances with similar Caddy configs work perfectly for real-time chat. Suggests issue is specific to Odoo 18.

Remaining Unresolved Issues & Hypotheses:

  1. RuntimeError: OrderedDict mutated during iteration (Root Cause of Cron Instability):
    • This is the most critical server-side error. It's a fundamental issue in Odoo's multi-database registry management.
    • Hypothesis: Likely a bug in Odoo 18's core or a specific module interaction causing database registry instability when cron threads iterate.
    • Specific Symptom: "Multiple password values not supported" from mail server logs for Fetchmail authentication, even after manual password re-typing and with empty mailboxes. This indicates Fetchmail is failing in an unusual way.
  2. Odoo 18 Real-time Chat Issue (Longpolling):
    • Hypothesis: Problem is definitively internal to Odoo 18's core longpolling/bus mechanism. Could be a subtle bug in Odoo 18's real-time stack, a conflict with a specific Odoo 18 module, or an interaction with its worker management when dbfilter is active. Logs at debug level show no errors, making diagnosis difficult.

Questions for the Community:

  1. For the RuntimeError: OrderedDict mutated during iteration: What are common causes and fixes for this specific Odoo error in multi-database setups (especially with dbfilter=^%h$)? Are there known Odoo 18 bugs or specific module interactions that cause this?
  2. For the Odoo 18 Real-time Chat issue: Given it's internal to Odoo and not Caddy/network, what are common causes for "Real-time connection lost..." when longpolling_port is listening and debug logs show no errors? Are there specific Odoo 18 modules known to interfere with bus or longpolling?
  3. For "Multiple password values not supported" (from mail server): What could cause Odoo 18 to send multiple password values during IMAP/POP3 authentication, even after manual re-typing and with simple passwords?

Any help or insights would be greatly appreciated. Thank you!

0
形象
丢弃
形象
Ramon Rios
编写者 最佳答案

After an extensive and challenging troubleshooting journey, I wanted to share the solutions we found for the persistent real-time chat issues and ir_cron database lock errors in our Odoo 18 multi-database Docker setup.

This was a complex problem with several interconnected root causes, but we've successfully stabilized the system.

Summary of the Problems:

  1. Real-time Chat (OdooBot/Discuss) Not Working: Messages required manual refresh.
  2. Recurring ir_cron Database Lock Errors: PostgreSQL logs showed ERROR: could not obtain lock on row in relation "ir_cron".
  3. Root Cause of ir_cron Errors: RuntimeError: OrderedDict mutated during iteration in Odoo logs, indicating database registry instability during cron job execution in a multi-database environment.

Solutions Found:

1. Fixing RuntimeError: OrderedDict mutated during iteration and ir_cron Locks (Server Stability)

This was the most critical server-side issue. The OrderedDict mutated error caused cron jobs to crash and hold database locks.

  • Diagnosis: The error occurred when Odoo's cron system iterated through active databases, and the registry unexpectedly changed. This was exacerbated by multiple problematic cron jobs (like Fetchmail and Sitemap generation) trying to run.
  • Solution:
    1. Deactivated ALL non-essential scheduled actions (cron jobs) in Odoo across all instances (e.g., "Mail: Fetchmail Service", "Create sitemap", "Recurring Invoice"). This was crucial to stop the OrderedDict mutation and ir_cron locks.
    2. Increased limit_time_real_cron in odoo.conf: Initially set to 2 seconds, which was too aggressive. Increasing it to 120 seconds (2 minutes) allowed cron jobs more time to complete without timing out.
      • odoo.conf setting: limit_time_real_cron = 120
    3. Systematic Reactivation: After achieving global stability (no errors with all non-essential cron jobs off), we systematically reactivated them one by one, troubleshooting specific mail server issues (e.g., "Multiple password values not supported" from mail server logs, which was a symptom of Fetchmail getting stuck) as they arose.
  • Result: The RuntimeError: OrderedDict mutated during iteration and ir_cron locking errors are now gone. The database is stable.

2. Fixing Odoo 18 Real-time Chat (Longpolling/WebSockets)

The real-time chat issue was internal to Odoo 18, not related to Caddy's basic proxying or network exposure.

  • Diagnosis:
    1. Direct IP Access Test: Accessing Odoo directly via http://144.126.135.5:18069 (bypassing Caddy/SSL) still showed "Real-time connection lost...", confirming the issue was Odoo-internal.
    2. GeoIP Crash: Odoo logs showed ValueError: '{http.request.remote.ip}' does not appear to be an IPv4 or IPv6 address. leading to KeyError: 'ir.http'. This happened because Caddy was passing a literal string instead of the actual client IP.
    3. Odoo 15 vs. Odoo 18: Odoo 15 instances worked, suggesting Odoo 18 had different requirements.
  • Solution:
    1. Corrected Caddy header_up directives: To pass the actual client IP from Cloudflare.
      • In Caddyfile, for both main and /websocket proxy blocks: header_up X-Real-IP {http.request.header.Cf-Connecting-Ip} header_up X-Forwarded-For {http.request.header.Cf-Connecting-Ip}
    2. Applied Comprehensive odoo.conf settings: This was the crucial step for Odoo 18's real-time stack.
      • odoo.conf settings (ensure these are present and active):
[options]
admin_passwd = ############
addons_path = /mnt/extra-addons,/usr/lib/python3/dist-packaes/odoo/addons
session_store = db
session_dir = False
limit_memory_hard = 2415919104
limit_memory_soft = 2013265920
limit_request = 8192
limit_time_cpu = 360
limit_real_time = 3600
limit_time_real_cron = 120
longpolling_port=8072
;logfile = /var/log/odoo/odoo-server.log
;logrotate = True
;log_level = debug
http_port =
;http_timeout = 1800
max_cron_threads = 2
workers = 5
websocket_keep_alive_timeout = 600
websocket_rate_limit_burst = 10
websocket_rate_limit_delay = 0.2
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
xmlrpcs = True
xmlrpcs_interface =
xmlrpcs_port = 8071
proxy_mode = True
dbfilter = ^%h$

(Note: workers and max_cron_threads were also set, but their optimal values depend on server resources. We used workers = 3 and max_cron_threads = 1 from a working example, but later increased max_cron_threads to 2 for other reasons.)

  • Reult: Real-time chat (OdooBot/Discuss) is now working perfectly!

Final Caddyfile Snippet (Only tested with Odoo 17, 18 Instances)

# --- Odoo 18 Instances (Main Group) ---
your.domain.com, www.your.domain.com, other.domain.com { # Your list of domains
    encode zstd gzip

    reverse_proxy http://127.0.0.1:18069 { # Main Odoo port
        header_up X-Real-IP {http.request.header.Cf-Connecting-Ip}
        header_up X-Forwarded-For {http.request.header.Cf-Connecting-Ip}
        header_up Host {host}
        header_up X-Forwarded-Host {host}
        header_up X-Forwarded-Proto {scheme}
    }
    # Odoo WebSocket / Longpolling traffic
    reverse_proxy /websocket {
        to http://127.0.0.1:18072 # Longpolling port
        header_up Host {host}
        header_up X-Real-IP {http.request.header.Cf-Connecting-Ip}
        header_up X-Forwarded-For {http.request.header.Cf-Connecting-Ip}
        header_up X-Forwarded-Host {host}
        header_up X-Forwarded-Proto {scheme}
        header_up Upgrade {http.request.header.Upgrade}
        header_up Connection {http.request.header.Connection}
    }
}

This was a challenging but ultimately successful journey. I hope this detailed breakdown helps others facing similar complex Odoo 18 issues. We've created a full Blog Post about this experience with more details.
                 
 Epic Journey Through Real-time Chat & Cron Job

Best regards,

Ramon Rios Jr. 

Coqui Cloud

0
形象
丢弃
Ray Carnes (ray)

Thanks for the update - where did you find a docker with limit_time_real_cron set to 2 seconds?

Ramon Rios
编写者

I found it in another blog post and I assumed it was 2 for 2 mins, shortly after applying those settings I started receiving massive amounts of errors within seconds

喜欢讨论吗?不要只阅读,加入进来!

立即创建账户,享受专属功能,与我们的精彩社区互动!

注册
相关帖文 回复 查看 活动
v16: Longpolling not working (not logging info in the IDE) 已解决
server database postgresql longpoll longpolling
形象
1
12月 22
5332
User session continuously logs out
postgresql serialization concurrency workers longpolling
形象
1
3月 22
4318
DB error when installing app.
database postgresql docker odoo11 Docker
形象
0
11月 17
4484
Managing 2 companies with separate databases
database multidatabase
形象
形象
1
7月 25
1232
no real-time update in discuss 已解决
realtime discuss
形象
形象
形象
形象
4
4月 25
6246
社区
  • 教学视频
  • 文档
  • 论坛
开源
  • 下载
  • Github
  • Runbot
  • 翻译
服务
  • Odoo.sh 托管
  • 支持
  • 升级
  • 自定义开发服务
  • 教育
  • 查找会计服务
  • 寻找合作伙伴
  • 成为合作伙伴
关于我们
  • 我们的公司
  • 品牌资产
  • 联系我们
  • 招聘
  • 近期活动
  • 播客
  • 博客
  • 客户
  • 法律 • 隐私
  • 安全
الْعَرَبيّة 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致力于为企业管理提供高效智能的开源解决方案,是全球业内高速成长的软件服务商之一,逾七百五十万用户选择Odoo进行数字化升级。通过一系列全业务链覆盖、高度集成、简单易用的商业应用,助力企业实现信息化改革、降本增效并释放公司增长潜力。

Odoo独特的价值在于是一款非常容易使用又完全集成的应用。

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