
Opening a new thread looses the history of the issue.Can you summarize the symptoms and what actions were done so far ? Best Regards,Strahil Nikolov On Fri, May 6, 2022 at 19:56, Jonathan Grégoire<jonathan763@gmail.com> wrote: Hi Strahil, Do you have any hints for me? Jonathan _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/CS3FZRWGIR64K3...

It is a fresh install of ovirt-engine 4.4 running a fresh Centos Stream 8 VM. The problem is that the GUI isn't working I'm getting the following error: "500 - Internal Server Error" I already tried to downgrade postgresql-jdbc from version 42.2.14 to version 42.2.3 but it didn't change anything (after a "systemctl restart ovirt-engine" of course). I found an error in the "ovirt-engine.log" file, I pasted the content here: https://pastebin.pl/view/576d3a33 I don't know if it is related or not.

When ansible waits the Engine to come alive, ssh to it, downgrade postgresql-jdbc and restart the ovirt-engine service.There is an ongoing problem with that package. Best Regards,Strahil Nikolov On Fri, May 6, 2022 at 22:29, Jonathan Grégoire<jonathan763@gmail.com> wrote: It is a fresh install of ovirt-engine 4.4 running a fresh Centos Stream 8 VM. The problem is that the GUI isn't working I'm getting the following error: "500 - Internal Server Error" I already tried to downgrade postgresql-jdbc from version 42.2.14 to version 42.2.3 but it didn't change anything (after a "systemctl restart ovirt-engine" of course). I found an error in the "ovirt-engine.log" file, I pasted the content here: https://pastebin.pl/view/576d3a33 I don't know if it is related or not. _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/5EWI5XS27JHDQ5...

I downgraded postgresql-jdbc package: [root@ovirt-engine01 ~]# dnf info postgresql-jdbc Last metadata expiration check: 1:52:47 ago on Mon 09 May 2022 06:40:26 AM EDT. Installed Packages Name : postgresql-jdbc Version : 42.2.3 Release : 3.el8_2 Architecture : noarch Size : 752 k Source : postgresql-jdbc-42.2.3-3.el8_2.src.rpm Repository : @System From repo : @commandline Summary : JDBC driver for PostgreSQL URL : http://jdbc.postgresql.org/ License : BSD Description : PostgreSQL is an advanced Object-Relational database management : system. The postgresql-jdbc package includes the .jar files needed for : Java programs to access a PostgreSQL database. Available Packages Name : postgresql-jdbc Version : 42.2.14 Release : 1.el8 Architecture : noarch Size : 753 k Source : postgresql-jdbc-42.2.14-1.el8.src.rpm Repository : appstream Summary : JDBC driver for PostgreSQL URL : http://jdbc.postgresql.org/ License : BSD Description : PostgreSQL is an advanced Object-Relational database management : system. The postgresql-jdbc package includes the .jar files needed for : Java programs to access a PostgreSQL database. Then I did a "systemctl restart ovirt-engine" but I still getting the same error that I uploaded in pastebin before.

There might be something wrong with the install I had... I reinstall everything from scratch and downgraded the postgresql-jdbc package and it works. Here is what I did: dnf info postgresql-jdbc dnf install postgresql-jdbc-42.2.3 dnf info postgresql-jdbc systemctl restart ovirt-engine
participants (2)
-
Jonathan Grégoire
-
Strahil Nikolov