-
Notifications
You must be signed in to change notification settings - Fork 992
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
JVB java error on Debian 10 ppc64el #1246
Comments
I filed a jitsi-sctp issue requesting a ppc64le (aka ppc64el) build for jitsi-sctp. SCTP support does work on ppc64le if you build the shared object file yourself then include it at the correct path within the correct jar. |
I needed to rename the
After renaming the directory, I get:
and everything seems to work fine. Overall, it seems like ppc64le support for Jitsi is really close to working. Just this folder naming issue -- maybe some systems do need It would also be nice if |
We don't use ppc, so we're unlikely to implement the suggested changes, but contributions are welcome |
OK, I just posted jitsi/jitsi-srtp#49. I will work on a similar patch for jitsi-sctp. |
Done, here is the pull request for jitsi-sctp: jitsi/jitsi-sctp#20. |
I noticed that the new |
Just hit this again due to the
|
I just did a fresh install of I will watch for progress on jitsi/dcsctp4j#6 and test that if anything becomes available. |
Description
The normal Jitsi Meet install does not allow audio or video to happen on a Debian 10 ppc64el install
Current behavior
The jvb.log has the following health check failure:
Java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.sctp.SctpManager
at org.jitsi.videobridge.Endpoint.createSctpConnection(Endpoint.java:868)
at org.jitsi.videobridge.health.Health.check(Health.java:77)
at org.jitsi.videobridge.health.Health.performCheck(Health.java:211)
at org.jitsi.health.AbstractHealthCheckService.run(AbstractHealthCheckService.kt:144)
at org.jitsi.utils.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216)
at org.jitsi.utils.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292)
at org.jitsi.utils.concurrent.RecurringRunnableExecutor.access000(RecurringRunnableExecutor.java:36)
atorg.jitsi.utils.concurrent.RecurringRunnableExecutor000(RecurringRunnableExecutor.java:36)
at org.jitsi.utils.concurrent.RecurringRunnableExecutor000(RecurringRunnableExecutor.java:36)
atorg.jitsi.utils.concurrent.RecurringRunnableExecutor1.run(RecurringRunnableExecutor.java:328)
Possible Solution
I am attempting to recompile jitsi-videobridge to see if a recompile on a native system will fix it.
Environment details
Debian 10 on ppc64el on a POWER9 system, with apache2 installed and a Let's encrypt Certificate.
The text was updated successfully, but these errors were encountered: