Jitsi load balancing show error org.xmpp.component.ComponentException: host-unknown
See original GitHub issueI do load balancing as the model below (follow the tutorial https://github.com/jitsi/jicofo/blob/master/doc/load_balancing.md). I’m not sure if the configuration is correct, please help me to check again.
I get the error message at videobridge server
SEVERE: [21] org.jitsi.meet.ComponentMain.call().278 host-unknown, host:jcofo.example.com, port:5347 org.xmpp.component.ComponentException: host-unknown
Please help me fix this problem. Thank you so much everyone.
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
JVB error: host-unknown, host:localhost, port:5347
Hallo folks, after a fresh Jitsi installation I get this error in the JVG log files: at org.jivesoftware.whack.ExternalComponentManager.
Read more >host -unknown by using docker-compose and jitsi-meet
It looks like that docker image requires user input to start, which is why -i and -t are used in the docker run...
Read more >Jitsi Meet Load Balancing - Meetrix.IO
Open inbound traffic from JVB server on port 5222 (TCP) of Prosody server. But DO NOT open this publicly. Install JVB on a...
Read more >How to Load Balance Jitsi Meet - YouTube
Step-by-step tutorial on how to setup Jitsi Meet in a load balanced configuration to add redundancy and provide additional capacity.
Read more >Setting up a load-balanced Jitsi Meet instance - cynkra
At this point, we assume that you already have installed Jitsi with SSL support at a fictitious domain. To be able to connect...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to fix your prosody config. You cave Component “jvb1.example.com”, but if you add JVB_HOSTNAME=jvb1.example.com the component name used is jitsi-videobridge.jvb1.example.com.
There is another option, if you want to run with the current config of prosody you need to change videobridges config: JVB_HOSTNAME=example.com JVB_OPTS=“–subdomain=jvb1” This way jvb will use as a component name jvb1.example.com and it will match your prosody config.
Does jcofo.example.com resolve to prosody’s machine IP address? If not fill in JVB_HOST with the IP-address of the prosody server in both jvb configurations.