Whiteboard not showing up anymore

1,237 views
Skip to the first unread message

oussama ach

unread,
11 Sept 2021, 05:54:0611/09/2021
to BigBlueButton-Setup
Hyy
I did:
- upgraded to the latest version of BBB
-bbb-conf -check

BigBlueButton Server 2.3.13 (2444)
                    Kernel version: 4.15.0-156-generic
                      Distribution: Ubuntu 18.04.5 LTS (64-bit)
                            Memory: 7962 MB
                         CPU cores: 4

/etc/bigbluebutton/bbb-web.properties (override for bbb-web)
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://www.localhost.org
                defaultGuestPolicy: ALWAYS_ACCEPT
                 svgImagesRequired: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server_name: www.localhost.org
                              port: 80
                              port: 443 ssl

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 192.168.1.102
                   external_rtp_ip: 192.168.1.102
                   external_sip_ip: 192.168.1.102

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                        ext-rtp-ip: $${external_rtp_ip}
                        ext-sip-ip: $${external_sip_ip}
                        ws-binding: :5066
                       wss-binding: :7443

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: www.localhost.org
                 playback_protocol: http
                            ffmpeg: 4.2.4-1ubuntu0.1bbb2~18.04

/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: 192.168.1.102
                          protocol: https

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
                        kurento.ip: 192.168.1.102
                       kurento.url: ws://127.0.0.1:8888/kurento
                    kurento.sip_ip: 192.168.1.102
                    localIpAddress: 192.168.1.102
               recordScreenSharing: true
                     recordWebcams: true
                  codec_video_main: VP8
               codec_video_content: VP8

/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
                             build: 1842
                        kurentoUrl: wss://www.localhost.org/bbb-webrtc-sfu
                  enableListenOnly: true
                    sipjsHackViaWs: false

/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml (STUN Server)
                              stun: stun.l.google.com:19302

/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini (STUN Server)
                              stun: stun1.l.google.com:19302


# Potential problems described below

# Warning: The API demos are installed and accessible from:
#
#
# and
#
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    apt-get purge bbb-demo


#
# Warning: Failed to verify STUN server at stun.l.google.com 19302 with command
#
#    stunclient --mode full --localport 30000 stun.l.google.com 19302
#

#
# Warning: Failed to verify STUN server at stun1.l.google.com:19302 with command
#
#    stunclient --mode full --localport 30000 stun1.l.google.com 19302
-bbb-conf --status
nginx —————————————————► [✔ - active]
free-switch ————————————► [✔ - active]
redis-server ——————————► [✔ - active]
bbb-apps-akka —————————► [✔ - active]
bbb-fsesl-akka ————————► [✔ - active]
tomcat8 ———————————————► [✔ - active]
mongod ————————————————► [✔ - active]
bbb-html5 —————————————► [✔ - active]
bbb-webrtc-sfu ————————► [✔ - active]
kurento-media-server ——► [✔ - active]
kurento-media-server-8888  [✔ - active]
kurento-media-server-8889  [✔ - active]
kurento-media-server-8890  [✔ - active]
bbb-html5-backend@1 ———► [✔ - active]
bbb-html5-backend@2 ———► [✔ - active]
bbb-html5-frontend@1 ——► [✔ - active]
bbb-html5-frontend@2 ——► [✔ - active]
etherpad ——————————————► [✔ - active]
bbb-web ———————————————► [✔ - active]
-cat /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml
presentation:
    allowDownloadable: true
    defaultPresentationFile: default.pdf
    panZoomThrottle: 32
    restoreOnUpdate: false
    uploadEndpoint: '/bigbluebutton/presentation/upload'
    uploadValidMimeTypes:
      - extension: .pdf

-cat /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
# These will be copied in cases where the conversion process
# fails to generate a slide from the uploaded presentation
BLANK_SLIDE=/usr/share/bigbluebutton/blank/blank-slide.swf
BLANK_PRESENTATION=/usr/share/bigbluebutton/blank/blank-presentation.pdf
BLANK_THUMBNAIL=/usr/share/bigbluebutton/blank/blank-thumb.png
BLANK_PNG=/usr/share/bigbluebutton/blank/blank-png.png
BLANK_SVG=/usr/share/bigbluebutton/blank/blank-svg.svg

Pouvez-vous aider à résoudre les problèmes ?

sd...@distancelearning.cloud

unread,
11 Sept 2021, 06:21:3111/09/2021
to bigbluebu...@googlegroups.com

Are you joining as a moderator, and are you presenter?

No whiteboard means what?

               The presentation with blank pages not showing/.

               The whiteboard tools don’t appear?

 

Regards

Stephen

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/7187fe8b-9765-4e45-83bb-163d34d63872n%40googlegroups.com.

oussama ach

unread,
11 Sept 2021, 06:39:5111/09/2021
to BigBlueButton-Setup
Salut  
yes I participate as a moderator 
The problems are that: 
there is no display of the presentation on the interface 
And also for the whiteboard 
Can you help me solve these problems

Ali Alhaidary

unread,
11 Sept 2021, 06:44:2311/09/2021
to bigbluebu...@googlegroups.com

can you please send a screen shot?

Ali

sd...@distancelearning.cloud

unread,
11 Sept 2021, 06:46:2211/09/2021
to bigbluebu...@googlegroups.com

Did you try to replace the default PDF?  Or is your LMS trying to preload a custom presentation?

 

If you go to your https://bbbserver.com/default.pdf does it load in the web browser.

 

May be permissions or file access issue if I had to guess.

 

Also look at /var/log/bigbluebutton in the bbb_web log, should see it trying to load and convert the presentations, will point exactly to issue.

 

Regards,

oussama ach

unread,
11 Sept 2021, 06:47:1511/09/2021
to BigBlueButton-Setup
image1.docx

oussama ach

unread,
11 Sept 2021, 06:56:0211/09/2021
to BigBlueButton-Setup

can you explain to me a little precise
cat /var/log/bigbluebutton/bbb-web.log
2021-09-11T10:23:08.604+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T10:23:08.610+01:00 INFO  o.b.web.controllers.ApiController - Cannot find UserSession for token t37du7wv31j9i5y8
2021-09-11T10:23:08.610+01:00 INFO  o.b.web.controllers.ApiController - Cannot find UserSession for token t37du7wv31j9i5y8
2021-09-11T10:37:01.451+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T10:37:01.480+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T10:37:18.041+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T10:37:18.072+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T10:44:06.697+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T10:44:06.698+01:00 INFO  o.b.web.controllers.ApiController - Cannot find UserSession for token null
2021-09-11T10:44:06.699+01:00 INFO  o.b.web.controllers.ApiController - Cannot find UserSession for token null
2021-09-11T11:23:23.654+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:23:23.655+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1d4d91bd6599457ddd5e9997f41cb90c03ce20d3 length=40
2021-09-11T11:23:23.655+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1d4d91bd6599457ddd5e9997f41cb90c03ce20d3 length=40
2021-09-11T11:23:23.656+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting cb71e0920982199039e24d6ca40112ec6f7bc8ba
2021-09-11T11:23:23.677+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#getRecordings
2021-09-11T11:23:23.678+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=fc3bb2432a8c5bc0992260805d06a245b1a3ae65 length=40
2021-09-11T11:23:23.678+01:00 DEBUG o.b.web.controllers.ApiController - meetingID=n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9&checksum=fc3bb2432a8c5bc0992260805d06a245b1a3ae65
2021-09-11T11:23:23.678+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=fc3bb2432a8c5bc0992260805d06a245b1a3ae65 length=40
2021-09-11T11:23:23.679+01:00 DEBUG o.b.web.controllers.ApiController - cb71e0920982199039e24d6ca40112ec6f7bc8ba
2021-09-11T11:23:26.652+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:23:26.653+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[LAtzpVlrODsw], logoutURL:[https://www.localhost.org/b/ous-ll7-cau-nlc/logout], meetingID:[n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/ous-ll7-cau-nlc], moderatorPW:[AhIDrEJWqbfk], name:[Salle d’Accueil], record:[true], checksum:[631675736ee58b1bc23303843374c254c6ce6e3e]]
2021-09-11T11:23:26.656+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=631675736ee58b1bc23303843374c254c6ce6e3e length=40
2021-09-11T11:23:26.656+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=631675736ee58b1bc23303843374c254c6ce6e3e length=40
2021-09-11T11:23:26.702+01:00 DEBUG o.b.web.controllers.ApiController - Existing conference found
2021-09-11T11:23:26.706+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:23:26.781+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:23:26.782+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1f4ca4fb0cf1898e48aebdd394747fcdf8adfe5f length=40
2021-09-11T11:23:26.783+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1f4ca4fb0cf1898e48aebdd394747fcdf8adfe5f length=40
2021-09-11T11:23:26.783+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting cb71e0920982199039e24d6ca40112ec6f7bc8ba
2021-09-11T11:23:26.789+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for oussama [null]
2021-09-11T11:23:26.789+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for oussama [null]
2021-09-11T11:23:26.790+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"join_api","name":"oussama","sessionToken":"y4sfvgzmssvraguf","description":"Handle JOIN API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c2uns2rcamnt"}
2021-09-11T11:23:26.790+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=y4sfvgzmssvraguf
2021-09-11T11:23:27.839+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:23:27.841+01:00 INFO  o.b.web.controllers.ApiController - Token y4sfvgzmssvraguf is valid
2021-09-11T11:23:27.842+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"handle_enter_api","name":"oussama","sessionToken":"y4sfvgzmssvraguf","description":"Handling ENTER API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c2uns2rcamnt"}
2021-09-11T11:23:45.167+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:23:45.167+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[LAtzpVlrODsw], logoutURL:[https://www.localhost.org/b/ous-ll7-cau-nlc/logout], meetingID:[n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/ous-ll7-cau-nlc], moderatorPW:[AhIDrEJWqbfk], name:[Salle d’Accueil], record:[true], checksum:[631675736ee58b1bc23303843374c254c6ce6e3e]]
2021-09-11T11:23:45.170+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=631675736ee58b1bc23303843374c254c6ce6e3e length=40
2021-09-11T11:23:45.170+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=631675736ee58b1bc23303843374c254c6ce6e3e length=40
2021-09-11T11:23:45.202+01:00 DEBUG o.b.web.controllers.ApiController - Existing conference found
2021-09-11T11:23:45.203+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:23:45.292+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:23:45.293+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1f4ca4fb0cf1898e48aebdd394747fcdf8adfe5f length=40
2021-09-11T11:23:45.293+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=1f4ca4fb0cf1898e48aebdd394747fcdf8adfe5f length=40
2021-09-11T11:23:45.293+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting cb71e0920982199039e24d6ca40112ec6f7bc8ba
2021-09-11T11:23:45.294+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for oussama [null]
2021-09-11T11:23:45.294+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for oussama [null]
2021-09-11T11:23:45.295+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"join_api","name":"oussama","sessionToken":"ixcibkb7gduhskoq","description":"Handle JOIN API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c9vxlyl2dipa"}
2021-09-11T11:23:45.295+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=ixcibkb7gduhskoq
2021-09-11T11:23:46.471+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:23:46.472+01:00 INFO  o.b.web.controllers.ApiController - Token ixcibkb7gduhskoq is valid
2021-09-11T11:23:46.473+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"handle_enter_api","name":"oussama","sessionToken":"ixcibkb7gduhskoq","description":"Handling ENTER API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c9vxlyl2dipa"}
2021-09-11T11:23:52.564+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:23:52.565+01:00 INFO  o.b.web.controllers.ApiController - Token ixcibkb7gduhskoq is valid
2021-09-11T11:23:52.566+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"handle_enter_api","name":"oussama","sessionToken":"ixcibkb7gduhskoq","description":"Handling ENTER API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c9vxlyl2dipa"}
2021-09-11T11:23:55.009+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:23:55.010+01:00 INFO  o.b.web.controllers.ApiController - Token ixcibkb7gduhskoq is valid
2021-09-11T11:23:55.011+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"handle_enter_api","name":"oussama","sessionToken":"ixcibkb7gduhskoq","description":"Handling ENTER API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c9vxlyl2dipa"}
2021-09-11T11:23:57.917+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:23:57.919+01:00 INFO  o.b.web.controllers.ApiController - Token ixcibkb7gduhskoq is valid
2021-09-11T11:23:57.920+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"n7rkokgwlbikirkiqolcrziyqjsvvuhif5aaomc9","logCode":"handle_enter_api","name":"oussama","sessionToken":"ixcibkb7gduhskoq","description":"Handling ENTER API.","meetingid":"cb71e0920982199039e24d6ca40112ec6f7bc8ba-1631290299310","userid":"w_c9vxlyl2dipa"}
2021-09-11T11:24:05.453+01:00 INFO  o.b.w.s.callback.CallbackUrlService - Stopping callback url service.
2021-09-11T11:24:05.526+01:00 INFO  o.b.c.redis.RedisStorageService - RedisStorageService Stopped
2021-09-11T11:24:29.095+01:00 INFO  org.bigbluebutton.web.Application - Starting Application on www.localhost.org with PID 32215 (/usr/share/bbb-web/WEB-INF/classes started by bigbluebutton in /usr/share/bbb-web)
2021-09-11T11:24:29.126+01:00 DEBUG org.bigbluebutton.web.Application - Running with Spring Boot v1.5.18.RELEASE, Spring v4.3.21.RELEASE
2021-09-11T11:24:29.128+01:00 INFO  org.bigbluebutton.web.Application - The following profiles are active: production
2021-09-11T11:24:33.989+01:00 INFO  o.b.w.services.turn.StunTurnService - Overlay stun/turn server config file /etc/bigbluebutton/turn-stun-servers.xml not found/readable, reading from default config file location
2021-09-11T11:24:40.614+01:00 INFO  o.b.api.HTML5LoadBalancingService - HTML5LoadBalancingService initialised
2021-09-11T11:24:40.636+01:00 INFO  o.b.a.m.ReceivedMessageHandler - Ready to handle messages from Redis pubsub!
2021-09-11T11:24:40.660+01:00 INFO  o.b.c.redis.RedisStorageService - Starting RedisStorageService with client name: clientName=BbbWeb
2021-09-11T11:24:41.129+01:00 INFO  io.lettuce.core.EpollProvider - Starting without optional epoll library
2021-09-11T11:24:41.131+01:00 INFO  io.lettuce.core.KqueueProvider - Starting without optional kqueue library
2021-09-11T11:24:41.272+01:00 INFO  o.b.c.redis.RedisStorageService - Connected to redis. clientName=BbbWeb
2021-09-11T11:24:41.310+01:00 INFO  o.b.c.redis.RedisStorageService - Connected to redis activated. clientName=BbbWeb
2021-09-11T11:24:42.548+01:00 INFO  akka.event.slf4j.Slf4jLogger - Slf4jLogger started
2021-09-11T11:24:42.679+01:00 INFO  o.b.c.redis.RedisStorageService - Starting RedisStorageService with client name: clientName=BbbWebRedisStore
2021-09-11T11:24:42.705+01:00 INFO  o.b.c.redis.RedisStorageService - Connected to redis. clientName=BbbWebRedisStore
2021-09-11T11:24:42.706+01:00 INFO  o.b.c.redis.RedisStorageService - Connected to redis activated. clientName=BbbWebRedisStore
2021-09-11T11:24:42.848+01:00 INFO  o.b.common2.redis.RedisPublisher - Connected to redis. clientName=BbbWebPub
2021-09-11T11:24:42.850+01:00 INFO  o.b.common2.redis.RedisPublisher - Connection to redis activated. clientName=BbbWebPub
2021-09-11T11:24:42.868+01:00 INFO  o.b.common2.redis.RedisPublisher - Connected to redis. clientName=BbbWebPub
2021-09-11T11:24:42.874+01:00 DEBUG o.b.api2.bus.MessageSenderActor - started (org.bigbluebutton.api2.bus.MessageSenderActor@2e0003a0)
2021-09-11T11:24:42.875+01:00 INFO  o.b.common2.redis.RedisPublisher - Connection to redis activated. clientName=BbbWebPub
2021-09-11T11:24:42.880+01:00 DEBUG o.b.a.m.OldMeetingMsgHdlrActor - started (org.bigbluebutton.api2.meeting.OldMeetingMsgHdlrActor@13db604d)
2021-09-11T11:24:42.911+01:00 DEBUG o.b.a.bus.MsgToAkkaAppsToJsonActor - started (org.bigbluebutton.api2.bus.MsgToAkkaAppsToJsonActor@78a9519f)
2021-09-11T11:24:42.947+01:00 DEBUG o.b.a.b.OldMessageJsonReceiverActor - started (org.bigbluebutton.api2.bus.OldMessageJsonReceiverActor@6c1f8c70)
2021-09-11T11:24:42.977+01:00 DEBUG o.b.a.bus.ReceivedJsonMsgHdlrActor - started (org.bigbluebutton.api2.bus.ReceivedJsonMsgHdlrActor@4771aad4)
2021-09-11T11:24:42.979+01:00 INFO  o.b.a.e.r.WebRedisSubscriberActor - Connected to redis. clientName=BbbWebSub
2021-09-11T11:24:43.002+01:00 INFO  o.b.a.e.r.WebRedisSubscriberActor - Connection to redis activated. clientName=BbbWebSub
2021-09-11T11:24:43.018+01:00 DEBUG o.b.a.e.r.WebRedisSubscriberActor - started (org.bigbluebutton.api2.endpoint.redis.WebRedisSubscriberActor@731f0c6b)
2021-09-11T11:24:43.020+01:00 INFO  o.b.a.e.r.WebRedisSubscriberActor - Subscribed to pattern from-akka-apps-redis-channel
2021-09-11T11:24:43.161+01:00 INFO  o.b.p.i.PresentationConversionCompletionService - Ready to process presentation files!
2021-09-11T11:24:43.252+01:00 INFO  o.b.w.s.callback.CallbackUrlService - Starting callback url service.
2021-09-11T11:24:43.261+01:00 INFO  o.bigbluebutton.api.MeetingService - Starting Meeting Service.
2021-09-11T11:24:43.277+01:00 INFO  o.b.api.ClientConfigService - ClientConfigService initialised
2021-09-11T11:24:43.713+01:00 INFO  org.bigbluebutton.web.Application - Started Application in 19.982 seconds (JVM running for 31.304)
2021-09-11T11:24:44.994+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T11:24:45.163+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#index
2021-09-11T11:24:49.735+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:24:49.766+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=d91900ed326ea23a2dbbaba9c8a8fa91cbdaa4a5 length=40
2021-09-11T11:24:49.774+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=d91900ed326ea23a2dbbaba9c8a8fa91cbdaa4a5 length=40
2021-09-11T11:24:49.776+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 4f522cdf41ef432bbd8ec5248d20532ab2d8769e
2021-09-11T11:24:49.900+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#getRecordings
2021-09-11T11:24:49.903+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=e7ac3f67de9f70fa4b8f5c678019016091ef806e length=40
2021-09-11T11:24:49.904+01:00 DEBUG o.b.web.controllers.ApiController - meetingID=rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao&checksum=e7ac3f67de9f70fa4b8f5c678019016091ef806e
2021-09-11T11:24:49.904+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=e7ac3f67de9f70fa4b8f5c678019016091ef806e length=40
2021-09-11T11:24:49.907+01:00 DEBUG o.b.web.controllers.ApiController - 4f522cdf41ef432bbd8ec5248d20532ab2d8769e
2021-09-11T11:24:51.070+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:24:51.075+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[spYlEthPucFU], logoutURL:[https://www.localhost.org/b/tes-n9l-fru-zpd/logout], meetingID:[rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/tes-n9l-fru-zpd<br> Code d'accès: 852469], moderatorPW:[RtLzVyrXYDdB], name:[formation], record:[true], checksum:[c2b3068341622ef669397fa6f0a92a79aa3525b2]]
2021-09-11T11:24:51.080+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=c2b3068341622ef669397fa6f0a92a79aa3525b2 length=40
2021-09-11T11:24:51.085+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=c2b3068341622ef669397fa6f0a92a79aa3525b2 length=40
2021-09-11T11:24:51.496+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#uploadDocuments(4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121)
2021-09-11T11:24:51.570+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"meetingKeepEvents":false,"record":true,"logCode":"create_meeting","name":"formation","description":"Create meeting.","meetingId":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","externalMeetingId":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","isBreakout":false,"webcamsOnlyForModerator":false}
2021-09-11T11:24:51.606+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#downloadAndProcessDocument(http://www.localhost.org/default.pdf, 4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121, )
2021-09-11T11:24:51.972+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:24:52.128+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:24:52.135+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=4de79b438f8293ef6f9ae62767a64fed11bc05dc length=40
2021-09-11T11:24:52.155+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=4de79b438f8293ef6f9ae62767a64fed11bc05dc length=40
2021-09-11T11:24:52.157+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 4f522cdf41ef432bbd8ec5248d20532ab2d8769e
2021-09-11T11:24:52.230+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for oussama [null]
2021-09-11T11:24:52.231+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for oussama [null]
2021-09-11T11:24:52.248+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"join_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handle JOIN API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:24:52.249+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=oh9xfmqckmlktdhm
2021-09-11T11:24:53.149+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:24:53.155+01:00 INFO  o.b.web.controllers.ApiController - Token oh9xfmqckmlktdhm is valid
2021-09-11T11:24:53.157+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"handle_enter_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handling ENTER API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:24:56.966+01:00 INFO  o.b.p.DocumentConversionServiceImp -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_start","authzToken":"preupload-download-authz-token","meetingId":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","message":"Start presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631355891650"}
2021-09-11T11:24:56.977+01:00 INFO  o.b.p.SupportedDocumentFilter - Received supported file /var/bigbluebutton/4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121/4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631355891650/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631355891650.pdf
2021-09-11T11:24:57.074+01:00 INFO  o.b.p.imp.PresentationFileProcessor -  --analytics-- data={"filename":"default.pdf","num_pages":15,"logCode":"presentation_conversion_num_pages","authzToken":"preupload-download-authz-token","meetingId":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","message":"Presentation conversion number of pages.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631355891650"}
2021-09-11T11:24:57.683+01:00 INFO  o.b.p.i.PresentationConversionCompletionService -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_end","meetingId":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","message":"End presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631355891650"}
2021-09-11T11:24:59.556+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:24:59.557+01:00 INFO  o.b.web.controllers.ApiController - Token oh9xfmqckmlktdhm is valid
2021-09-11T11:24:59.558+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"handle_enter_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handling ENTER API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:25:01.725+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:25:01.727+01:00 INFO  o.b.web.controllers.ApiController - Token oh9xfmqckmlktdhm is valid
2021-09-11T11:25:01.727+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"handle_enter_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handling ENTER API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:25:02.301+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:25:02.303+01:00 INFO  o.b.web.controllers.ApiController - Token oh9xfmqckmlktdhm is valid
2021-09-11T11:25:02.304+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"handle_enter_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handling ENTER API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:25:02.967+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:25:02.968+01:00 INFO  o.b.web.controllers.ApiController - Token oh9xfmqckmlktdhm is valid
2021-09-11T11:25:02.969+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rd0zm6vr31n8axthxrzgu1dehczlfwgz9yijkaao","logCode":"handle_enter_api","name":"oussama","sessionToken":"oh9xfmqckmlktdhm","description":"Handling ENTER API.","meetingid":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userid":"w_pjg33fwrm5gh"}
2021-09-11T11:25:43.261+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"logCode":"purged_entered_user","description":"Purged user that called ENTER from the API but never joined","meetingId":"4f522cdf41ef432bbd8ec5248d20532ab2d8769e-1631355891121","userId":"w_pjg33fwrm5gh"}
2021-09-11T11:26:57.189+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:26:57.190+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:26:57.191+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:26:57.191+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:26:57.209+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#getRecordings
2021-09-11T11:26:57.210+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3057cb1573beb035b69fb012e237e0a2a7ac6e65 length=40
2021-09-11T11:26:57.210+01:00 DEBUG o.b.web.controllers.ApiController - meetingID=rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp&checksum=3057cb1573beb035b69fb012e237e0a2a7ac6e65
2021-09-11T11:26:57.210+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3057cb1573beb035b69fb012e237e0a2a7ac6e65 length=40
2021-09-11T11:26:57.210+01:00 DEBUG o.b.web.controllers.ApiController - 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:26:59.421+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:26:59.422+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[UlUiAVBHHEUJ], logoutURL:[https://www.localhost.org/b/ous-w0f-zhn-4hn/logout], meetingID:[rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/ous-w0f-zhn-4hn], moderatorPW:[OwklPBsJVQPL], name:[Salle d’Accueil], record:[true], checksum:[f23959bd8cee39a18ac988f9539e59b492261475]]
2021-09-11T11:26:59.424+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=f23959bd8cee39a18ac988f9539e59b492261475 length=40
2021-09-11T11:26:59.425+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=f23959bd8cee39a18ac988f9539e59b492261475 length=40
2021-09-11T11:26:59.468+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#uploadDocuments(9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445)
2021-09-11T11:26:59.470+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"meetingKeepEvents":false,"record":true,"logCode":"create_meeting","name":"Salle d’Accueil","description":"Create meeting.","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","externalMeetingId":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","isBreakout":false,"webcamsOnlyForModerator":false}
2021-09-11T11:26:59.471+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#downloadAndProcessDocument(http://www.localhost.org/default.pdf, 9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445, )
2021-09-11T11:26:59.491+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:26:59.668+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:26:59.670+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=19f7aa156c0643131bbc42bc36b66395c0bde3d4 length=40
2021-09-11T11:26:59.671+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=19f7aa156c0643131bbc42bc36b66395c0bde3d4 length=40
2021-09-11T11:26:59.671+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:26:59.677+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for oussama [null]
2021-09-11T11:26:59.678+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for oussama [null]
2021-09-11T11:26:59.679+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","logCode":"join_api","name":"oussama","sessionToken":"qupatkerodpg3qn2","description":"Handle JOIN API.","meetingid":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","userid":"w_67qplgupys3m"}
2021-09-11T11:26:59.680+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=qupatkerodpg3qn2
2021-09-11T11:27:00.283+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"record":true,"logCode":"meeting_started","name":"Salle d’Accueil","description":"Meeting has started.","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","externalMeetingId":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","isBreakout":false}
2021-09-11T11:27:04.490+01:00 INFO  o.b.p.DocumentConversionServiceImp -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_start","authzToken":"preupload-download-authz-token","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","message":"Start presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356019472"}
2021-09-11T11:27:04.490+01:00 INFO  o.b.p.SupportedDocumentFilter - Received supported file /var/bigbluebutton/9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445/9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356019472/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356019472.pdf
2021-09-11T11:27:04.505+01:00 INFO  o.b.p.imp.PresentationFileProcessor -  --analytics-- data={"filename":"default.pdf","num_pages":15,"logCode":"presentation_conversion_num_pages","authzToken":"preupload-download-authz-token","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","message":"Presentation conversion number of pages.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356019472"}
2021-09-11T11:27:05.299+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:27:05.300+01:00 INFO  o.b.web.controllers.ApiController - Token qupatkerodpg3qn2 is valid
2021-09-11T11:27:05.301+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","logCode":"handle_enter_api","name":"oussama","sessionToken":"qupatkerodpg3qn2","description":"Handling ENTER API.","meetingid":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","userid":"w_67qplgupys3m"}
2021-09-11T11:27:05.330+01:00 INFO  o.b.p.i.PresentationConversionCompletionService -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_end","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","message":"End presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356019472"}
2021-09-11T11:27:05.769+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"role":"MODERATOR","clientType":"HTML5","externalUserId":"gl-naccbwzkibxu","logCode":"user_joined_message","name":"Salle d’Accueil","description":"User joined the meeting.","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","externalMeetingId":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","guest":false,"guestStatus":"ALLOW","userId":"w_67qplgupys3m","username":"oussama"}
2021-09-11T11:27:10.772+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#stuns
2021-09-11T11:27:10.776+01:00 INFO  o.b.web.controllers.ApiController - Token qupatkerodpg3qn2 is valid
2021-09-11T11:27:10.779+01:00 INFO  o.b.w.services.turn.StunTurnService -
StunTurnService::getStunServers

2021-09-11T11:27:10.780+01:00 INFO  o.b.w.services.turn.StunTurnService -
StunTurnService::getStunAndTurnServersFor w_67qplgupys3m

2021-09-11T11:27:56.030+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:27:56.031+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:27:56.031+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:27:56.031+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:27:56.053+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#getRecordings
2021-09-11T11:27:56.053+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3057cb1573beb035b69fb012e237e0a2a7ac6e65 length=40
2021-09-11T11:27:56.054+01:00 DEBUG o.b.web.controllers.ApiController - meetingID=rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp&checksum=3057cb1573beb035b69fb012e237e0a2a7ac6e65
2021-09-11T11:27:56.054+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3057cb1573beb035b69fb012e237e0a2a7ac6e65 length=40
2021-09-11T11:27:56.054+01:00 DEBUG o.b.web.controllers.ApiController - 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:27:58.541+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:27:58.542+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:27:58.542+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=3600f382367e8fa2a40c93977f03baa754f6a2a0 length=40
2021-09-11T11:27:58.543+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:27:58.559+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:27:58.560+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[UlUiAVBHHEUJ], logoutURL:[https://www.localhost.org/b/ous-w0f-zhn-4hn/logout], meetingID:[rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/ous-w0f-zhn-4hn], moderatorPW:[OwklPBsJVQPL], name:[Salle d’Accueil], record:[true], checksum:[f23959bd8cee39a18ac988f9539e59b492261475]]
2021-09-11T11:27:58.561+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=f23959bd8cee39a18ac988f9539e59b492261475 length=40
2021-09-11T11:27:58.562+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=f23959bd8cee39a18ac988f9539e59b492261475 length=40
2021-09-11T11:27:58.602+01:00 DEBUG o.b.web.controllers.ApiController - Existing conference found
2021-09-11T11:27:58.603+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:27:58.624+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:27:58.626+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=19f7aa156c0643131bbc42bc36b66395c0bde3d4 length=40
2021-09-11T11:27:58.627+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=19f7aa156c0643131bbc42bc36b66395c0bde3d4 length=40
2021-09-11T11:27:58.628+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting 9437acce76db492c16169b4eecdb4f3202cc979c
2021-09-11T11:27:58.663+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for oussama [null]
2021-09-11T11:27:58.663+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"intUserId":"w_67qplgupys3m","logCode":"duplicate_user_with_external_userid","name":"Salle d’Accueil","extUserId":"gl-naccbwzkibxu","description":"Duplicate user with external userid.","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","externalMeetingId":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","username":"oussama"}
2021-09-11T11:27:58.664+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for oussama [null]
2021-09-11T11:27:58.665+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","logCode":"join_api","name":"oussama","sessionToken":"fuv9zh0phgvqgpby","description":"Handle JOIN API.","meetingid":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","userid":"w_3a41b8uoyuak"}
2021-09-11T11:27:58.666+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=fuv9zh0phgvqgpby
2021-09-11T11:28:00.384+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:28:00.385+01:00 INFO  o.b.web.controllers.ApiController - Token fuv9zh0phgvqgpby is valid
2021-09-11T11:28:00.386+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","logCode":"handle_enter_api","name":"oussama","sessionToken":"fuv9zh0phgvqgpby","description":"Handling ENTER API.","meetingid":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","userid":"w_3a41b8uoyuak"}
2021-09-11T11:28:00.463+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"role":"MODERATOR","clientType":"HTML5","externalUserId":"gl-naccbwzkibxu","logCode":"user_joined_message","name":"Salle d’Accueil","description":"User joined the meeting.","meetingId":"9437acce76db492c16169b4eecdb4f3202cc979c-1631356019445","externalMeetingId":"rc1m3zbhogmfsnna2nvxuvbmlasram3fjrxlvgsp","guest":false,"guestStatus":"ALLOW","userId":"w_3a41b8uoyuak","username":"oussama"}
2021-09-11T11:28:02.282+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#stuns
2021-09-11T11:28:02.283+01:00 INFO  o.b.web.controllers.ApiController - Token fuv9zh0phgvqgpby is valid
2021-09-11T11:28:02.283+01:00 INFO  o.b.w.services.turn.StunTurnService -
StunTurnService::getStunServers

2021-09-11T11:28:02.284+01:00 INFO  o.b.w.services.turn.StunTurnService -
StunTurnService::getStunAndTurnServersFor w_3a41b8uoyuak

2021-09-11T11:42:06.678+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#isMeetingRunning
2021-09-11T11:42:06.679+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=c53f31f55dc16b7153039f0003671d8fb9deba31 length=40
2021-09-11T11:42:06.680+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=c53f31f55dc16b7153039f0003671d8fb9deba31 length=40
2021-09-11T11:42:06.680+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting dff292ff0ddd9ff8a8783532cb2ac29128454216
2021-09-11T11:42:06.700+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#getRecordings
2021-09-11T11:42:06.701+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=b180260cb7e4c717255793651e4b96e71d80fc73 length=40
2021-09-11T11:42:06.701+01:00 DEBUG o.b.web.controllers.ApiController - meetingID=elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88&checksum=b180260cb7e4c717255793651e4b96e71d80fc73
2021-09-11T11:42:06.702+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=b180260cb7e4c717255793651e4b96e71d80fc73 length=40
2021-09-11T11:42:06.702+01:00 DEBUG o.b.web.controllers.ApiController - dff292ff0ddd9ff8a8783532cb2ac29128454216
2021-09-11T11:42:09.956+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#create
2021-09-11T11:42:09.957+01:00 DEBUG o.b.web.controllers.ApiController - [attendeePW:[GpqGCIEhpZZS], logoutURL:[https://www.localhost.org/b/adm-kuy-vhe-rah/logout], meetingID:[elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88], meta_bbb-origin:[Greenlight], meta_bbb-origin-server-name:[www.localhost.org], meta_bbb-origin-version:[release-2.9.2], meta_gl-listed:[false], moderatorOnlyMessage:[Pour inviter quelqu'un à la réunion, envoyez-lui ce lien :<br> https://www.localhost.org/b/adm-kuy-vhe-rah], moderatorPW:[BiNBwXOBzLMU], name:[Home Room], record:[true], checksum:[cf7c6579484a35b39bda8ebe1ebd91f4bdbd0134]]
2021-09-11T11:42:09.958+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=cf7c6579484a35b39bda8ebe1ebd91f4bdbd0134 length=40
2021-09-11T11:42:09.959+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=cf7c6579484a35b39bda8ebe1ebd91f4bdbd0134 length=40
2021-09-11T11:42:09.997+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#uploadDocuments(dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978)
2021-09-11T11:42:09.998+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#downloadAndProcessDocument(http://www.localhost.org/default.pdf, dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978, )
2021-09-11T11:42:09.999+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"meetingKeepEvents":false,"record":true,"logCode":"create_meeting","name":"Home Room","description":"Create meeting.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","isBreakout":false,"webcamsOnlyForModerator":false}
2021-09-11T11:42:10.037+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"record":true,"logCode":"meeting_started","name":"Home Room","description":"Meeting has started.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","isBreakout":false}
2021-09-11T11:42:10.042+01:00 DEBUG o.b.web.controllers.ApiController - Rendering as xml
2021-09-11T11:42:10.115+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#join
2021-09-11T11:42:10.117+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=71ac816cad80b38117548fa41ffc8ccbe09a6b1f length=40
2021-09-11T11:42:10.118+01:00 INFO  o.b.api.ParamsProcessorUtil - CHECKSUM=71ac816cad80b38117548fa41ffc8ccbe09a6b1f length=40
2021-09-11T11:42:10.118+01:00 INFO  o.b.web.controllers.ApiController - Retrieving meeting dff292ff0ddd9ff8a8783532cb2ac29128454216
2021-09-11T11:42:10.122+01:00 INFO  o.b.web.controllers.ApiController - Session sessionToken for Administrator [null]
2021-09-11T11:42:10.123+01:00 INFO  o.b.web.controllers.ApiController - Session user-token for Administrator [null]
2021-09-11T11:42:10.124+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","logCode":"join_api","name":"Administrator","sessionToken":"5ekdr22egxvnr0pm","description":"Handle JOIN API.","meetingid":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","userid":"w_wruc1x5ppbri"}
2021-09-11T11:42:10.125+01:00 INFO  o.b.web.controllers.ApiController - Redirecting to https://www.localhost.org/html5client/join?sessionToken=5ekdr22egxvnr0pm
2021-09-11T11:42:13.521+01:00 DEBUG o.b.web.controllers.ApiController - ApiController#enter
2021-09-11T11:42:13.522+01:00 INFO  o.b.web.controllers.ApiController - Token 5ekdr22egxvnr0pm is valid
2021-09-11T11:42:13.522+01:00 INFO  o.b.web.controllers.ApiController -  --analytics-- data={"extMeetingid":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","logCode":"handle_enter_api","name":"Administrator","sessionToken":"5ekdr22egxvnr0pm","description":"Handling ENTER API.","meetingid":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","userid":"w_wruc1x5ppbri"}
2021-09-11T11:42:13.626+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"role":"MODERATOR","clientType":"HTML5","externalUserId":"gl-wygskjgzhzsy","logCode":"user_joined_message","name":"Home Room","description":"User joined the meeting.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","guest":false,"guestStatus":"ALLOW","userId":"w_wruc1x5ppbri","username":"Administrator"}
2021-09-11T11:42:15.043+01:00 INFO  o.b.p.DocumentConversionServiceImp -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_start","authzToken":"preupload-download-authz-token","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","message":"Start presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356929998"}
2021-09-11T11:42:15.044+01:00 INFO  o.b.p.SupportedDocumentFilter - Received supported file /var/bigbluebutton/dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978/dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356929998/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356929998.pdf
2021-09-11T11:42:15.058+01:00 INFO  o.b.p.imp.PresentationFileProcessor -  --analytics-- data={"filename":"default.pdf","num_pages":15,"logCode":"presentation_conversion_num_pages","authzToken":"preupload-download-authz-token","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","message":"Presentation conversion number of pages.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356929998"}
2021-09-11T11:42:15.702+01:00 INFO  o.b.p.i.PresentationConversionCompletionService -  --analytics-- data={"current":true,"filename":"default.pdf","logCode":"presentation_conversion_end","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","message":"End presentation conversion.","podId":"DEFAULT_PRESENTATION_POD","presId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1631356929998"}
2021-09-11T11:43:55.073+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"role":"MODERATOR","externalUserId":"gl-wygskjgzhzsy","logCode":"user_left_message","name":"Home Room","description":"User left the meeting.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88","guest":false,"guestStatus":"ALLOW","userId":"w_wruc1x5ppbri","username":"Administrator"}
2021-09-11T11:44:58.276+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"logCode":"removed_user","description":"User left and was removed from the meeting.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","userId":"w_wruc1x5ppbri"}
2021-09-11T11:45:05.066+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"record":true,"logCode":"meeting_ended","name":"Home Room","description":"Meeting has ended.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88"}
2021-09-11T11:45:05.066+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"logCode":"kick_off_ingest_and_processing","name":"Home Room","description":"Start processing of recording.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88"}
2021-09-11T11:45:05.069+01:00 INFO  o.bigbluebutton.api.MeetingService -  --analytics-- data={"duration":0,"record":true,"logCode":"meeting_removed_from_running","name":"Home Room","description":"Meeting removed from list of running meetings.","meetingId":"dff292ff0ddd9ff8a8783532cb2ac29128454216-1631356929978","externalMeetingId":"elob1ftewxe51ifjnsy6pw9atlpqqpackivwmr88"}

Ali Alhaidary

unread,
11 Sept 2021, 07:01:1311/09/2021
to bigbluebu...@googlegroups.com

how many pages is your presentation?

Ali

sd...@distancelearning.cloud

unread,
11 Sept 2021, 11:20:3411/09/2021
to bigbluebu...@googlegroups.com

What shows up on your browser when you go to https://yourserver.com/default.pdf?

 

Can you upload a new presentation in the meeting and have it appear.

 

Looks like some preloading of docs may be occurring in your LMS… is see some 15 page docs in logs.

 

Also,  if you have api mate or demo page try starting a meeting from them and see if the default appears/

 

Regards,

oussama ach

unread,
13 Sept 2021, 05:28:4913/09/2021
to BigBlueButton-Setup
this is what appears in my browser when I type  https://yourserver.com/default.pdf
image1.docx

oussama ach

unread,
13 Sept 2021, 06:29:0913/09/2021
to BigBlueButton-Setup
even if I upload a new presentation in the meeting, it does not appear on my browser

oussama ach

unread,
13 Sept 2021, 06:33:0413/09/2021
to BigBlueButton-Setup

same results for API mate no page is displayed

oussama ach

unread,
15 Sept 2021, 12:10:1315/09/2021
to BigBlueButton-Setup
i have 9 of number of pages

Michael Plotsker

unread,
30 Sept 2021, 13:27:1930/09/2021
to BigBlueButton-Setup
i'm having the same issue with 2.2

i get this with a bbb-conf --check

# Error: Unable to reach default URL for presentation:
#
#
# Check value for beans.presentationService.defaultUploadedPresentation in
#   /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

either i get a black screen or just the presentation nav bar but no images or other data.
i can see the default.pdf in the browser.

any thoughts?

Thanks
Michael Plotsker

aleksej.ko...@gmail.com

unread,
30 Sept 2021, 15:17:3030/09/2021
to BigBlueButton-Setup
Looks like this problem is relate with todays root certificate expiration.

Now we are experiencing same issue as topic starter. After todays GL update Whiteboard and Chat windows not showing. Searching some error records in LOGS but no luck at this moment.

четверг, 30 сентября 2021 г. в 20:27:19 UTC+3, mplo...@gmail.com:

jav...@codigo-linux.com

unread,
30 Sept 2021, 17:03:2730/09/2021
to BigBlueButton-Setup
I have same problem, what is the solutions?

aleksej.ko...@gmail.com

unread,
30 Sept 2021, 19:18:2130/09/2021
to BigBlueButton-Setup
This solves the problem:

apt-get remove certbot
apt-get install snapd
snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot
certbot renew --force-renewal --cert-name mybbb.server.com --preferred-chain "ISRG Root X1"

пятница, 1 октября 2021 г. в 00:03:27 UTC+3, jav...@codigo-linux.com:

Carlos Eduardo Sonego

unread,
30 Sept 2021, 19:33:3530/09/2021
to BigBlueButton-Setup
Thanks, Alekse.ko!! 

Solved my problem! 

Regards, 

Ivos Riti

unread,
1 Oct 2021, 03:52:3501/10/2021
to BigBlueButton-Setup
solved!

million tnx

Message has been deleted
Message has been deleted

Evaristo R. Rivieccio Vega

unread,
1 Oct 2021, 09:46:1201/10/2021
to BigBlueButton-Setup
Thank you very much! This solved it! :)

aleksej.ko...@gmail.com

unread,
1 Oct 2021, 10:27:0201/10/2021
to BigBlueButton-Setup
Still experiencing some problems with SSL on Chrome.
On some computers getting this error: NET::ERR_CERT_DATE_INVALID trying to browse our BBB and few other URLs. In same time on same computer no problem opening same URLs using FIREFOX.


пятница, 1 октября 2021 г. в 16:46:12 UTC+3, Evaristo R. Rivieccio Vega:

Walter Miguel Lahor Salguero

unread,
1 Oct 2021, 10:31:4701/10/2021
to BigBlueButton-Setup
Thank you very much!  the problem was solved!

Juan Manuel Etchevers

unread,
1 Oct 2021, 15:45:5701/10/2021
to BigBlueButton-Setup
Thank you very much!!!!! This solved my problem :-)

romeo.m...@gmail.com

unread,
1 Oct 2021, 15:50:4601/10/2021
to BigBlueButton-Setup

Hi, I have followed the steps and now it does not load on my BBB servings. I have done a diagnostic and nginx is not working. what do you recommend me to do?

andnovatortwo

unread,
5 Oct 2021, 05:59:3305/10/2021
to BigBlueButton-Setup
>> This solves the problem:
>>...

>> certbot renew --force-renewal --cert-name mybbb.server.com --preferred-chain "ISRG Root X1"

I late, still - also see https://groups.google.com/g/bigbluebutton-setup/c/U3Xj_hQSe5s/m/X5MINkADBgAJ for links and 2) , 3) for ubuntu 16.04 (and about openssl < 1.0.2 bug)
пятница, 1 октября 2021 г. в 22:50:46 UTC+3, romeo.m...@gmail.com:
Reply all
Reply to author
Forward
0 new messages