Hi,
I installed oVirt on my local server, and trying to login to the web UI from another
computer on the same local network.
No DNS server.
Unfortunaly i'm getting this error :
Unexpected character ('<' (code 60)): expected a valid value (number, String,
array, object, 'true', 'false' or 'null') at [Source:
java.io.StringReader@29cf6878; line: 1, column: 2]
In ovirt-provider-ovn.log, i get this error :
File "/usr/share/ovirt-provider-ovn/auth/plugins/ovirt/sso.py", line 47, in
wrapper
raise BadGateway(e)
BadGateway: ('Connection aborted.', gaierror(-2, 'Name or service not
known'))
In ovirt-engine.log :
2018-08-05 16:49:33,594+02 ERROR
[org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand]
(EE-ManagedThreadFactory-engineScheduled-Thread-83) [40e9406d] Command
'org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand' failed:
EngineException: (Failed with error Bad Gateway and code 5050)
2018-08-05 16:49:33,645+02 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedThreadFactory-engineScheduled-Thread-83) [40e9406d] EVENT_ID:
PROVIDER_SYNCHRONIZED_FAILED(216), Failed to synchronize networks of Provider
ovirt-provider-ovn.
Boot.log looks ok
Trying to understand this fix :
https://bugzilla.redhat.com/show_bug.cgi?id=1336838
1. Which certificates i have to install ?
2. Configure HTTPS certificate in Apache : How ?
Thanks for your help.
Halsk