[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-26 Thread atlasz
Thank you all for the important pieces of information! I'm deploying a new self-hosted engine and I was hit by this problem. I fact I lost a few hours during the weekend on this.. Finally I was able to ssh into the VM during setup and lock the package using "dnf versionlock add".

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread Strahil Nikolov via Users
The exclude option takes not only a package but package with version, so you can block a specific version of package without blocking future updates. Best Regards,Strahil Nikolov On Mon, Apr 25, 2022 at 11:24, Alessandro De Salvo wrote: Hi, I’m not sure if it works with the web

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread Alessandro De Salvo
Hi, I’m not sure if it works with the web installer, but if you deploy with CLI you can use the following to ask the installer to pause before running engine-setup: hosted-engine --deploy --ansible-extra-vars=he_pause_before_engine_setup=true This gives you the time to ssh and exclude the

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread lpatsch
This is the cause, yes Martin - but it wont help since the Installer/deployment does an update while running, so "almost" no way to bypass that WORKAROUND: preparation: - ssh login to the node, prepare ssh root@ - copy paste buffer ready: echo exclude=postgresql-jdbc >> /etc/dnf/dnf.conf when

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-24 Thread Jason Beard
The procedure to downgrade postgresql-jdbc and restart ovirt-engine worked for me. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-24 Thread Martin Perina
Hi Patrick, Most probably you hit postgresl-jdbc version problem: https://lists.ovirt.org/archives/list/users@ovirt.org/thread/SBCWNXLFLJBKTA3TFJARE7QCYZQ6QMMH/ Please let us know if above workaround won't help. Thanks, Martin On Sat, 23 Apr 2022, 22:32 Patrick Lomakin, wrote: > Hi