跳至內容
選單
此問題已被標幟
3 回覆
2819 瀏覽次數

Hi,


Need some help. I would like to test Odoo CE V16 , when the installation complete i can see that the postgresql and odoo service are UP and port Open.But in the last window after finishing installing when i click on end and choose to start configure odoo database i got the 500 internal server error .


I see nothing in the log file. Any idea?


thanks

頭像
捨棄

You can check the Odoo log file for more details.

We have this problem as well. When using containerised Odoo - we can reproduce a failed install 100% of the time.
In our case it's always:
2023-03-06 22:56:24,710 15 INFO productioncity odoo.modules.registry: module base: creating or updating database tables
2023-03-06 22:56:24,733 15 ERROR productioncity odoo.sql_db: bad query: CREATE TABLE "ir_model" (id SERIAL NOT NULL, "create_uid" int4, "write_uid" int4, "model" VARCHAR NOT NULL, "order" VARCHAR NOT NULL, "state" VARCHAR, "name" jsonb NOT NULL, "info" text, "transient" bool, "create_date" timestamp, "write_date" timestamp, PRIMARY KEY(id))
ERROR: relation "ir_model" already exists

2023-03-06 22:56:24,741 15 WARNING productioncity odoo.modules.loading: Transient module states were reset
2023-03-06 22:56:24,744 15 ERROR productioncity odoo.modules.registry: Failed to load registry

最佳答案

HI, you can follow this: 

https://youtu.be/AiwKyMVa_jQ

Hope it helps

頭像
捨棄
作者 最佳答案

OK thanks

頭像
捨棄
最佳答案

Hi Lamine, Seems it is a temporary problem. Try using other browsers .

頭像
捨棄