From diego.ercolani at ssis.sm Sat Apr 30 09:23:41 2022 Content-Type: multipart/mixed; boundary="===============3743175041047197112==" MIME-Version: 1.0 From: diego.ercolani at ssis.sm To: users at ovirt.org Subject: [ovirt-users] hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy Date: Sat, 30 Apr 2022 09:18:32 +0000 Message-ID: <20220430091832.22746.14164@mail.ovirt.org> --===============3743175041047197112== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable I have a full installation of ovirt hosted-engine but it always stop tellin= g: [ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! =3D> {"attempts": 3= 0, "changed": false, "connection": "close", "content_encoding": "identity",= "content_length": "86", "content_type": "text/html; charset=3DUTF-8", "dat= e": "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": fa= lse, "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(a)ovirt-engine ~]# curl http://localhost/ovirt-engine/services/health Error500 - Internal Server Error[root(a)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 en= gine? Thank you --===============3743175041047197112==-- From jmrushe at gmail.com Sat Apr 30 09:57:14 2022 Content-Type: multipart/mixed; boundary="===============4566409385022735073==" MIME-Version: 1.0 From: John To: users at ovirt.org Subject: [ovirt-users] Re: hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy Date: Sat, 30 Apr 2022 10:57:00 +0100 Message-ID: <068a495b-9242-8b94-0418-d997a4858c0c@gmail.com> In-Reply-To: 20220430091832.22746.14164@mail.ovirt.org --===============4566409385022735073== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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(a)ssis.sm wrote: > I have a full installation of ovirt hosted-engine but it always stop tell= ing: > [ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! =3D> {"attempts":= 30, "changed": false, "connection": "close", "content_encoding": "identity= ", "content_length": "86", "content_type": "text/html; charset=3DUTF-8", "d= ate": "Sat, 30 Apr 2022 06:56:58 GMT", "elapsed": 0, "msg": "Status code wa= s 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(a)ovirt-engine ~]# curl http://localhost/ovirt-engine/services/heal= th > Error500 - Internal Server Error<= /body>[root(a)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(a)ovirt.org > To unsubscribe send an email to users-leave(a)ovirt.org > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: https://www.ovirt.org/community/about/community-gu= idelines/ > List Archives: https://lists.ovirt.org/archives/list/users(a)ovirt.org/me= ssage/7OVXEYY33B7RTDMMOJHDJR4RI44AN7F3/ -- = This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus --===============4566409385022735073==-- From diego.ercolani at ssis.sm Sat Apr 30 10:30:26 2022 Content-Type: multipart/mixed; boundary="===============4609043881132800656==" MIME-Version: 1.0 From: diego.ercolani at ssis.sm To: users at ovirt.org Subject: [ovirt-users] Re: hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy Date: Sat, 30 Apr 2022 10:25:44 +0000 Message-ID: <20220430102544.22746.92591@mail.ovirt.org> In-Reply-To: 068a495b-9242-8b94-0418-d997a4858c0c@gmail.com --===============4609043881132800656== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Yes. The problem is that = hosted-engine --deploy --4 --ansible-extra-vars=3Dhe_pause_host=3Dtrue 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=3Dhttp://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 --===============4609043881132800656==--