Hallo folks,
after a fresh Jitsi installation I get this error in the JVG log files:
at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:242)
at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:222)
at org.jitsi.meet.ComponentMain.lambda$getConnectCallable$0(ComponentMain.java:285)
at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-03-31 18:57:12.918 INFORMATION: [18] Videobridge.createConference#326: create_conf, id=b54a0c101b83b49b gid=null logging=false
2020-03-31 18:57:12.926 INFORMATION: [18] Health.doRun#294: Performed a successful health check in 9ms. Sticky failure: false
2020-03-31 18:57:14.932 SCHWERWIEGEND: [28] ComponentMain.lambda$getConnectCallable$0#293: host-unknown, host:localhost, port:5347
org.xmpp.component.ComponentException: host-unknown
at org.jivesoftware.whack.ExternalComponent.connect(ExternalComponent.java:243)
at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:242)
at org.jivesoftware.whack.ExternalComponentManager.addComponent(ExternalComponentManager.java:222)
at org.jitsi.meet.ComponentMain.lambda$getConnectCallable$0(ComponentMain.java:285)
at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
My current versions are:
➜ prosody git:(master) dpkg -l | grep 'jitsi\|prosody'
ii jitsi-meet 1.0.4335-1 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.3928-1 all Prosody configuration for Jitsi Meet
ii jitsi-meet-turnserver 1.0.3928-1 all Configures coturn to be used with Jitsi Meet
ii jitsi-meet-web 1.0.3928-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.3928-1 all Configuration for web serving of Jitsi Meet
rc jitsi-videobridge 1126-1 amd64 WebRTC compatible Selective Forwarding Unit (SFU)
ii jitsi-videobridge2 2.1-157-g389b69ff-1 all WebRTC compatible Selective Forwarding Unit (SFU)
ii prosody 0.11.2-1 amd64 Lightweight Jabber/XMPP server
➜ prosody git:(master)
It seems to be a connection issue between JVB and Prosody. I cannot start any video conference.
Can somebody help?
Thanks
Mebus