Open akbarazimifar opened 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.
Hello . My installed operating system is centOS 8. Thank you for your guidance on how to fix my problem.
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
Hello . My installed operating system is centOS 8. Thank you for your guidance on how to fix my problem.
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)