question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jitsi load balancing show error org.xmpp.component.ComponentException: host-unknown

See original GitHub issue

I 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

image

Please help me fix this problem. Thank you so much everyone.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
damenchocommented, Feb 24, 2018

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.

1reaction
damenchocommented, Feb 24, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found