I'm trying to deploy a new ovirt 4.4.10 self-hosted engine. Whenever I try to access
the server via a web browser I get 404 - Not Found. In /var/log/ovirt-engine/server.log I
see Failed to start service
jboss.deployment.subunit."engine.ear"."webadmin.war".STRUCTURE due to
a java.io.FileNotFoundException for
/var/lib/ovirt-engine/jboss_runtime/tmp/vfs/deployment/deployment38ca8fb55a7d2674/gwt-servlet.jar-ab669e949f887030/gwt-servlet.jar.
Inside /var/lib/ovirt-engine/jboss_runtime/tmp/vfs/deployment/deployment38ca8fb55a7d2674/,
I do not have the gwt-servlet.jar-ab669e949f887030 dir. I can create it and copy
gwt-servlet.jar to it and set the proper ownership and permissions, but then I am not sure
how to restart jboss. I am not sure what is happening that would prevent the
gwt-servlet.jar dir from being created inside the
/var/lib/ovirt-engine/jboss_runtime/tmp/vfs/deployment/ dir. I can see bll.jar, 4
branding.jar dirs, docs.jar, enginesso.jar, scheduler.jar, services.jar, vdsbroker.ja
r, and welcome.jar dirs inside
/var/lib/ovirt-engine/jboss_runtime/tmp/vfs/deployment/deployment38ca8fb55a7d2674 but no
gwt-servlet.jar dir unless I make it myself.
Show replies by date
I have ovirt-dependencies-4.4.2-1.el8.noarch and ovirt-engine-wildfly-23.0.2-1.el8.x86_64
installed.