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

Is HttpBind not supported since Version 1.1.X? #100

Closed
naive924 opened this issue Nov 26, 2020 · 2 comments
Closed

Is HttpBind not supported since Version 1.1.X? #100

naive924 opened this issue Nov 26, 2020 · 2 comments

Comments

@naive924
Copy link
Contributor

naive924 commented Nov 26, 2020

Hi @deleolajide

Could you tell me about http-bind?
For some reason, I want to turn off openBridgeChannel: websocket and use the existing https://hostname:7443/http-bind/.
When I tried it, it seemed that I got org.jitsi.protocol.xmpp.colibri.exception.TimeoutException when three or more people participate.
(There is no problem with 2 users)

2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - Jicofo 2020-11-26 17:16:47.546 重大: [56] org.jitsi.jicofo.AbstractChannelAllocator.log() [email protected]/jvb - failed to allocate channels, will consider the bridge faulty: Timed out waiting for a response.
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - org.jitsi.protocol.xmpp.colibri.exception.TimeoutException: Timed out waiting for a response.
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl.maybeThrowOperationFailed(ColibriConferenceImpl.java:342)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl.createColibriChannels(ColibriConferenceImpl.java:282)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.protocol.xmpp.colibri.ColibriConference.createColibriChannels(ColibriConference.java:112)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.jicofo.ParticipantChannelAllocator.doAllocateChannels(ParticipantChannelAllocator.java:110)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.jicofo.AbstractChannelAllocator.allocateChannels(AbstractChannelAllocator.java:271)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.jicofo.AbstractChannelAllocator.doRun(AbstractChannelAllocator.java:190)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at org.jitsi.jicofo.AbstractChannelAllocator.run(AbstractChannelAllocator.java:150)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020.11.26 17:16:47 INFO  [Thread-40]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper -     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
@deleolajide
Copy link
Member

For some reason, I want to turn off openBridgeChannel: websocket and use the existing https://hostname:7443/http-bind/.

It is needed by JVB2 Read this to find out why you can't switch if off. To understand why there is no alternative for ofmeet, read this

If you want to switch off Openfire websockets in preference of http-bind, use this setting
image

@naive924
Copy link
Contributor Author

Thankyou for the explanation.

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

2 participants