我正在尝试使用以下命令在ubuntu 16.04上安装和配置Jitsi-Meet jitsi meet manual installation guide中的说明 但是尝试使用以下方式启动视频桥时,我始终收到错误消息 以下命令。
./jvb.sh --host=localhost --domain=localhost --port=5347 --secret=
YOURSECRET1 &
但是,我总是一次又一次收到以下错误:
JVB 2018-10-08 19:27:33.249 SEVERE: [18] org.jitsi.meet.ComponentMain.call().323 conflict, host:localhost, port:5347
org.xmpp.component.ComponentException: conflict
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$3.call(ComponentMain.java:315)
at org.jitsi.meet.ComponentMain$3.call(ComponentMain.java:300)
at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
当我使用以下命令重新启动韵律时。
sudo prosodyctl restart
上面写着prosody is already running with PID ****
但是当我使用localhost:5347
在端口5347上运行prosody时,它不会在此处运行。
在/etc/init.d/
中我也找不到jitsi-videobridge和jicofo,但我有韵律(/etc/init.d/prosody
)。请提一下,以防它必须对此做些事情。
在使用service prosody status
终端输出检查韵律状态的同时,出现错误:
活动:活动(正在运行)
jitsi-videobridge.jitsi.example.com:component:第二个组件 尝试连接,拒绝连接
有办法解决吗?
我也提到了this solution ,并且我一直试图找出问题所在,但并没有遇到任何麻烦。