igniterealtime / openfire-pade-plugin

A plugin for Openfire that offers web-based unified communications - chat, groupchat, telephone, audio and video conferencing.
Apache License 2.0
57 stars 30 forks source link

Jitsi VideoBridge (Jvb) disabled #459

Open akbarazimifar opened 1 year ago

akbarazimifar commented 1 year ago

Hello . My installed operating system is centOS 8. Thank you for your guidance on how to fix my problem. Screenshot_2023-08-25_07_48_26 Screenshot_2023-08-25_07_47_48

Java Version :

[root@localhost ~]# java -version openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)

gjaekel commented 1 year ago

The Jitsi JVB and JICoFo applications are spawned within additional external JVMs. There seems to be a problem concerning this.

May you please provide us the logfile for a full startup of the OpenFire application; please clean it before.

Jenfong commented 1 year ago

Hello . My installed operating system is centOS 8. Thank you for your guidance on how to fix my problem. Screenshot_2023-08-25_07_48_26 Screenshot_2023-08-25_07_47_48

Java Version :

[root@localhost ~]# java -version openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)

it's(jvb,jicofo) seem not work with jdk 1.8,try to install openjdk 11 。

[root@dev]# cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
#pre install epel repo
[root@dev]# yum -y install epel-release
[root@dev]# yum install java-11-openjdk
[root@dev]# systemctl edit openfire
[Service]
Environment=JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-1.el7_9.x86_64
[root@dev]# systemctl daemon-reload
[root@dev]# systemctl restart openfire