hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy

I have a full installation of ovirt hosted-engine but it always stop telling: [ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset=UTF-8", "date": "Sat, 30 Apr 2022 06:56:58 GMT", "elapsed": 0, "msg": "Status code was 500 and not [200]: HTTP Error 500: Internal Server Error", "redirected": false, "server": "Apache/2.4.37 (centos) OpenSSL/1.1.1k mod_auth_gssapi/1.6.1", "status": 500, "url": "http://localhost/ovirt-engine/services/health"} and it's true, I can access the engine via the temporary address (192.168.1.69 or 192.168.222.69) and issuing a curl: [root@ovirt-engine ~]# curl http://localhost/ovirt-engine/services/health <html><head><title>Error</title></head><body>500 - Internal Server Error</body></html>[root@ovirt-engine ~]# it give back an Internal server error. I can not deploy how it's possible to fix? currently the engine is running.. should I try something from inside the engine? Thank you

Hi, Please downgrade the postgresql-jdbc package from inside the engine: # dnf downgrade postgresql-jdbc That should cure the 500 internal server error. On 30/04/2022 10:18, diego.ercolani@ssis.sm wrote:
I have a full installation of ovirt hosted-engine but it always stop telling: [ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset=UTF-8", "date": "Sat, 30 Apr 2022 06:56:58 GMT", "elapsed": 0, "msg": "Status code was 500 and not [200]: HTTP Error 500: Internal Server Error", "redirected": false, "server": "Apache/2.4.37 (centos) OpenSSL/1.1.1k mod_auth_gssapi/1.6.1", "status": 500, "url": "http://localhost/ovirt-engine/services/health"}
and it's true, I can access the engine via the temporary address (192.168.1.69 or 192.168.222.69) and issuing a curl: [root@ovirt-engine ~]# curl http://localhost/ovirt-engine/services/health <html><head><title>Error</title></head><body>500 - Internal Server Error</body></html>[root@ovirt-engine ~]#
it give back an Internal server error.
I can not deploy how it's possible to fix?
currently the engine is running.. should I try something from inside the engine? Thank you _______________________________________________ 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/7OVXEYY33B7RTD...
-- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Yes. The problem is that hosted-engine --deploy --4 --ansible-extra-vars=he_pause_host=true pause the deploy far after the problem so you have to intercept the engine start then, as I have an installation behind proxy: echo "proxy=http://192.168.9.149:3128" >> /etc/yum.conf then waiting the upgrade process and during the upgrade: while :; do dnf -y downgrade postgresql-jdbc; sleep 5; done and then wait how it's possible to use answer file in the node and in the engine only not to have to reissue all the parameter? Thank you
participants (2)
-
diego.ercolani@ssis.sm
-
John