콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8392 화면

I'm getting the following error from Chrome console in odoo 11:

web/image?model=product.template&field=image_small&id=3506&unique=:1 Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR


Checking on odoo server log I can find the following error:

Odoo 11.0\python\lib\threading.py", line 846, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread


the following is my odoo.conf file:

[options]
limit_memory_hard = None
limit_memory_soft = None
limit_request = None
limit_time_cpu = None
limit_time_real = None
limit_time_real_cron = None
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = C:\Program Files (x86)\Odoo 11.0\server\odoo.log
logrotate = False
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = C:\Program Files (x86)\Odoo 11.0\PostgreSQL\bin
pidfile = False
proxy_mode = True
reportgz = False
server_wide_modules = web

syslog = False
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = False
workers = None

And this is my server hardware:



any suggestion on the error cause?


thank you,



아바타
취소
베스트 답변

Have you found any clue?

아바타
취소
작성자

Hi, I was forced to deatcivate HTTP2 protocl and downgrade to HTTP1.

The issue is for sure due the parallelism introduced by HTTP2 and I suppose a bad connection pool management from odoo 11, but I've not found any solution.

Hello Flippo! I just deactivate Content Delivery Network (CDN) in website settings and it works perfectly for me. I am on version14

관련 게시물 답글 화면 활동
2
7월 24
14215
0
4월 20
4869
1
5월 18
3185
0
4월 18
3667
4
3월 25
3997