We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: