Hello all,
I am trying to get this working but getting errors. Let me explain my setup and then i'll share the error.
I have 2 Ubuntu servers
jabber.domain.com: This is my openfire server
IP: 192.168.1.2
video.domain.com: This is a fresh ubuntu installation
IP: 192.168.1.3
I download the zip file from jitsi website on "video.domain.com"
Unzip it
installed the "default-jre"
run the command mentioned on jitsi website:
./jvb.sh --secret=SECRET --domain='video.domain.com' --host='jabber.domain.com' --port=5275
on the "jabber.domain.com", I have gone to: Server > Server Settings > External Components
enabled the service
Port: 5275
Default shared secret: SECRET
under "Allowed to Connect"
i check the "whitelist" and added the following subdomain:
Subdomain: video.domain.com
Shared secret: SECRET
I get the following error on "video.domain.com" server when I run the above command:
SEVERE: [1] util.UtilActivator.uncaughtException().108 An uncaught exception occurred in thread=Thread[main,5,main] and message was: host-unknown org.xmpp.component.ComponentException: host-unknown at org.jivesoftware.whack.ExternalComponent.connect(ExternalComponent.java:219) at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:221) at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:201) at org.jitsi.videobridge.Main.main(Main.java:273)
Any help is appreciated.