跳至内容
菜单
此问题已终结
3 回复
2791 查看

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 .

形象
丢弃