Skip to content

Instantly share code, notes, and snippets.

@robrant
Created May 25, 2017 20:13
Show Gist options
  • Save robrant/10eb1c12aece1b5a253b4c5297b76fe8 to your computer and use it in GitHub Desktop.
Save robrant/10eb1c12aece1b5a253b4c5297b76fe8 to your computer and use it in GitHub Desktop.
Jitsi Meet Jicofo Log
Jicofo 2017-05-25 20:07:40.516 SEVERE: [52] org.jitsi.jicofo.ChannelAllocator.log() Failed to allocate channels using bridge: jitsi-videobridge.jitsi.mydomain.net
net.java.sip.communicator.service.protocol.OperationFailedException: Failed to allocate colibri channels: <iq id="85Wk4-61" to="focus@auth.jitsi.mydomain.net/focus29813371057323" from="jitsi-videobridge.jitsi.mydomain.net" type="error"><conference xmlns='http://jitsi.org/protocol/colibri' name='helloworld'><content name='audio'><channel endpoint='87f60587' initiator='true' channel-bundle-id='87f60587' last-n='-1'><payload-type name='opus' clockrate='48000' id='111' channels='2'><parameter value='10' name='minptime'/><parameter value='1' name='useinbandfec'/></payload-type><payload-type id='103' name='ISAC' clockrate='16000'/><payload-type id='104' name='ISAC' clockrate='32000'/><payload-type id='126' name='telephone-event' clockrate='8000'/><rtp-hdrext id='1' uri='urn:ietf:params:rtp-hdrext:ssrc-audio-level'/></channel></content><content name='video'><channel endpoint='87f60587' initiator='true' channel-bundle-id='87f60587' last-n='-1'><payload-type id='100' name='VP8' clockrate='90000'><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='ccm' subtype='fir'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack' subtype='pli'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='goog-remb'/><parameter value='800' name='x-google-start-bitrate'/></payload-type><payload-type id='107' name='h264' clockrate='90000'><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='ccm' subtype='fir'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack' subtype='pli'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='goog-remb'/><parameter value='800' name='x-google-start-bitrate'/></payload-type><payload-type id='101' name='VP9' clockrate='90000'><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='ccm' subtype='fir'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='nack' subtype='pli'/><rtcp-fb xmlns='urn:xmpp:jingle:apps:rtp:rtcp-fb:0' type='goog-remb'/><parameter value='800' name='x-google-start-bitrate'/></payload-type><rtp-hdrext id='3' uri='http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time'/></channel></content><content name='data'><sctpconnection endpoint='87f60587' initiator='true' channel-bundle-id='87f60587' port='5000' /></content><channel-bundle id='87f60587'><transport xmlns='urn:xmpp:jingle:transports:ice-udp:1'><fingerprint xmlns='urn:xmpp:jingle:apps:dtls:0' required='false'/></transport></channel-bundle></conference><error code="401" type="AUTH"><not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
at org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl.maybeThrowOperationFailed(ColibriConferenceImpl.java:422)
at org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl.createColibriChannels(ColibriConferenceImpl.java:299)
at org.jitsi.jicofo.ChannelAllocator.allocateChannels(ChannelAllocator.java:409)
at org.jitsi.jicofo.ChannelAllocator.createOffer(ChannelAllocator.java:310)
at org.jitsi.jicofo.ChannelAllocator.discoverFeaturesAndInvite(ChannelAllocator.java:166)
at org.jitsi.jicofo.ChannelAllocator.run(ChannelAllocator.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Jicofo 2017-05-25 20:07:40.516 SEVERE: [52] org.jitsi.jicofo.ChannelAllocator.log() Failed to allocate channels for helloworld@conference.jitsi.mydomain.net/87f60587
net.java.sip.communicator.service.protocol.OperationFailedException: Failed to allocate channels - all bridges are faulty
at org.jitsi.jicofo.ChannelAllocator.allocateChannels(ChannelAllocator.java:483)
at org.jitsi.jicofo.ChannelAllocator.createOffer(ChannelAllocator.java:310)
at org.jitsi.jicofo.ChannelAllocator.discoverFeaturesAndInvite(ChannelAllocator.java:166)
at org.jitsi.jicofo.ChannelAllocator.run(ChannelAllocator.java:135)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Jicofo 2017-05-25 20:07:40.523 INFO: [37] org.jitsi.jicofo.BridgeState.log() Removing 1 video streams on jitsi-videobridge.jitsi.mydomain.net video channels: 0 video streams: 0 diff: 0 (estimated: 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment