Skip to content
New issue

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

Jitsi VideoBridge (Jvb) disabled #459

Open
akbarazimifar opened this issue Aug 25, 2023 · 2 comments
Open

Jitsi VideoBridge (Jvb) disabled #459

akbarazimifar opened this issue Aug 25, 2023 · 2 comments

Comments

@akbarazimifar
Copy link

akbarazimifar commented Aug 25, 2023

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
Copy link
Contributor

gjaekel commented Aug 25, 2023

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
Copy link
Contributor

Jenfong commented Oct 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants