Skip to Content
Menu
This question has been flagged
3 Replies
2754 Views

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

Avatar
Discard

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

Best Answer

HI, you can follow this: 

https://youtu.be/AiwKyMVa_jQ

Hope it helps

Avatar
Discard
Author Best Answer

OK thanks

Avatar
Discard
Best Answer

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

Avatar
Discard