Getting error on oVirt installation

Hello, I downloaded the oVirt node and installed it on my server. DNS etc. I made the settings. I'm getting an error in the Hosted engine installation step. The error message I got is as follows: [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config] [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config] [ INFO ] skipping: [localhost] [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up] [ ERROR ] fatal: [localhost -> 192.168.2.94]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset= UTF-8", "date": "Fri, 29 Apr 2022 02:52:21 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"} [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files] [ INFO ] changed: [localhost -> 192.168.2.94] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine] [ INFO ] changed: [localhost -> 192.168.2.94] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory] [ INFO ] changed: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks] [ INFO ] ok: [localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs] [ INFO ] changed: [localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Change ownership of copied engine logs] [ INFO ] changed: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure] [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was a failure deploying the engine on the local engine VM. The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"} How can I fix this. thanks

It shouldn't resolve the localhost.Check the engine's FQDN resolves properly (A/AAAA records) and the IP resolves properly to the FQDN of the engine (PTR record). Best Regards,Strahil Nikolov Hello, I downloaded the oVirt node and installed it on my server. DNS etc. I made the settings. I'm getting an error in the Hosted engine installation step. The error message I got is as follows: [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config] [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config] [ INFO ] skipping: [localhost] [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up] [ ERROR ] fatal: [localhost -> 192.168.2.94]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset= UTF-8", "date": "Fri, 29 Apr 2022 02:52:21 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"} [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files] [ INFO ] changed: [localhost -> 192.168.2.94] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine] [ INFO ] changed: [localhost -> 192.168.2.94] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory] [ INFO ] changed: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks] [ INFO ] ok: [localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers] [ INFO ] ok: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs] [ INFO ] changed: [localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Change ownership of copied engine logs] [ INFO ] changed: [localhost -> localhost] [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure] [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was a failure deploying the engine on the local engine VM. The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"} How can I fix this. thanks _______________________________________________ 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/2LRZ3DCYMBBRPU...

My records on the DNS server are as follows. When I check with nslookup, there is no access problem. db.servername.local onode.servername.local. IN A 192.168.1.10 oengine.servername.local. IN A 192.168.1.20 db.192.168.1 10 IN PTR onode.servername.local. 20 IN PTR oengine.servername.local. What exactly is the problem about?

I think this is the problem: "url": "http://localhost /ovirt-engine/services/health" I believe it should be :http://oengine.servername.local/ovirt-engine/services/health Best Regards,Strahil Nikolov My records on the DNS server are as follows. When I check with nslookup, there is no access problem. db.servername.local onode.servername.local. IN A 192.168.1.10 oengine.servername.local. IN A 192.168.1.20 db.192.168.1 10 IN PTR onode.servername.local. 20 IN PTR oengine.servername.local. What exactly is the problem about? _______________________________________________ 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/EB6AULCZV4EBWS...

It is the correct URL to localhost as it is just making sure the engine health is up, it uses localhost as the playbook delegate to the engine VM so it is localhost. He received a status code of 500 back, which means he was hit by the postgresql-jdbc bug and should downgrade. I just don't understand why the oVIrt project does not release an async release just to handle this, this is a critical issue for many people, and especially new users trying to deploy oVirt for the first time, they will hit this bug immediately. On Sat, Apr 30, 2022 at 1:53 PM Strahil Nikolov via Users <users@ovirt.org> wrote:
I think this is the problem:
"url": "http://localhost <http://localhost>/ovirt-engine/services/health"
I believe it should be : http://oengine.servername.local/ovirt-engine/services/health
Best Regards, Strahil Nikolov
My records on the DNS server are as follows. When I check with nslookup, there is no access problem. db.servername.local onode.servername.local. IN A 192.168.1.10 oengine.servername.local. IN A 192.168.1.20 db.192.168.1 10 IN PTR onode.servername.local. 20 IN PTR oengine.servername.local.
What exactly is the problem about?
_______________________________________________ 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/EB6AULCZV4EBWS...
_______________________________________________ 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/VV5DMFHGOGTHLS...

No matter how many times I tried to install it, I encountered this error and I could not find a method for the solution. Do we need to downgrade postgresql-jdbc? Is there a resource-article we can get information about this subject? Thanks for your answers

There are threads in the mailing list describing the issue. @Sandro,is there any chance to remove the broken postgresql-jdbc package (or issue a new version with the rollbacked changes ) untill the issue is fixed ? Best Regards,Strahil Nikolov No matter how many times I tried to install it, I encountered this error and I could not find a method for the solution. Do we need to downgrade postgresql-jdbc? Is there a resource-article we can get information about this subject? Thanks for your answers _______________________________________________ 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/VRWJEXCT3B7BFA...

Il giorno sab 30 apr 2022 alle ore 21:43 Strahil Nikolov < hunter86_bg@yahoo.com> ha scritto:
There are threads in the mailing list describing the issue.
@Sandro, is there any chance to remove the broken postgresql-jdbc package (or issue a new version with the rollbacked changes ) untill the issue is fixed ?
Sadly we can't get postgresql-jdbc removed from CentOS Stream repository but +Eli Mesika <emesika@redhat.com> and +Martin Perina <mperina@redhat.com> are working on a fix on oVirt side: https://bugzilla.redhat.com/show_bug.cgi?id=2077794 -- Sandro Bonazzola MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA <https://www.redhat.com/> sbonazzo@redhat.com <https://www.redhat.com/> *Red Hat respects your work life balance. Therefore there is no need to answer this email out of your office hours.*

I have this exact same problem. The engine IP and name resolves correctly.
participants (5)
-
Erez Zarum
-
mahmutduzenn@gmail.com
-
paul.chapman@farmgroup.tv
-
Sandro Bonazzola
-
Strahil Nikolov