Re: Ovirt engine Isuue

Try downgrading postgresql-jdbc (https://lists.ovirt.org/archives/list/users@ovirt.org/message/N6MNSV4ZK26V5N...) dnf downgrade postgresql-jdbc systemctl restart ovirt-engine Am 05.05.2022 08:18 schrieb sachendra.shukla@yagnaiq.com:
We have installed ovirt engine on centos 8 by follow the below commond
nano /etc/hosts your-server-ip centos.example.com dnf install https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm dnf module enable javapackages-tools -y dnf module enable pki-deps -y dnf module enable postgresql:12 -y dnf update -y dnf install ovirt-engine -y engine-setup (when we require latest version setsebool -P httpd_can_network_connect 1 firewall-cmd --permanent --zone public --add-port 80/tcp firewall-cmd --permanent --zone public --add-port 443/tcp firewall-cmd --reload
But we are unable to connect by browser shwing below error.
500 - Internal Server Error _______________________________________________ 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/N7FTY5ZY6SWJHD...

For everyone recommending the downgrade of postgresql-jdbc, can someone CONFIRM that they have a running ovirt-engine WITH WEB UI after they did this? I have a server that is running a hosted-engine instance which was successfully written to shared storage so it deployed fully and ran thru the Gluster external setup.

I upgraded my engine from 4.4 to 4.5 while excluding the postgresql- jdbc package. Works just fine, with the Web UI. What storage you use has nothing to do with the postgresql-jdbc issue. -Patrick Hibbs On Thu, 2022-05-05 at 18:31 +0000, brian.homrich@gmail.com wrote:
For everyone recommending the downgrade of postgresql-jdbc, can someone CONFIRM that they have a running ovirt-engine WITH WEB UI after they did this?
I have a server that is running a hosted-engine instance which was successfully written to shared storage so it deployed fully and ran thru the Gluster external setup. _______________________________________________ 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/HAZ7LDP5QGKPRS...

The reason I mentioned the gluster install was because I had to have the downgrade in place to get to that stage of the deployment in the UI based setup process. It's only when I open the engine Web UI that it's behaving differently.

For everyone recommending the downgrade of postgresql-jdbc, can someone CONFIRM that they have a running ovirt-engine WITH WEB UI after they did this?
I have a server that is running a hosted-engine instance which was successfully written to shared storage so it deployed fully and ran thru the Gluster external setup.
Sorry meant to finish this with some info: That was all done with the downgraded postgresql-jdbc. Unfortunately, I've seen this behavior on clean installs of both 4.4.10 and 4.5.0 My hosted engine post install is not redrawing it's UI. After logging in with the internal domain user, it redraws with a non-functional screen with a "Loading....." message. There is no new info in the server.log at this point, although at one earlier restart I thought I saw some failures to load the ui.war,
participants (3)
-
brian.homrich@gmail.com
-
Jonas Liechti
-
Patrick Hibbs