Could not lookup the following endpoints: RemoteConnectionEndpointLookupFailure(description=‘DNS lookup exception for ’ exception=‘java.net.UnknownHostException: : Name or service not known’)
I have deployed the jitsi-docker version in Docker. The jmeet front-end page can be accessed, but when I click “Join Meeting”, there is no response. I realized that there might be a problem, so I immediately checked the container logs of Docker. Indeed, only the web container logs are normal, while others report errors as follows:
jitsi/prosody:latest:
error No enabled VirtualHost entries found in the config file.startup
error At least one active host is required for Prosody to function. Exiting…
jitsi/jicofo:latest:
SEVERE: Failed to connect/login: The following addresses failed: ‘RFC 6120 A/AAAA Endpoint + [localhost:5222] (localhost/127.0.0.1:5222)’ failed because: java.net.ConnectException: Connection refused (Connection refused), ‘RFC 6120 A/AAAA Endpoint + [localhost:5222] (localhost/0:0:0:0:0:0:0:1:5222)’ failed because: java.net.ConnectException: Connection refused (Connection refused)
org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: ‘RFC 6120 A/AAAA Endpoint + [localhost:5222] (localhost/127.0.0.1:5222)’ failed because: java.net.ConnectException: Connection refused (Connection refused), ‘RFC 6120 A/AAAA Endpoint + [localhost:5222] (localhost/0:0:0:0:0:0:0:1:5222)’ failed because: java.net.ConnectException: Connection refused (Connection refused)
jitsi/web:latest:
WARNING: [MucClient id=shard hostname=] error connecting
org.jivesoftware.smack.SmackException$EndpointConnectionException: Could not lookup the following endpoints: RemoteConnectionEndpointLookupFailure(description=‘DNS lookup exception for ’ exception=‘java.net.UnknownHostException: ’)