bigbluebutton-docker icon indicating copy to clipboard operation
bigbluebutton-docker copied to clipboard

500 Internal Server Error If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong.

Open k8smaster opened this issue 3 years ago • 3 comments

Hello I have installed the BBB from your repository instructions. I gave the domain name my local ip address(not as localhost). When i trying to sign in as admin user I got this error says : 500 Internal Server Error If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong. Please help me with this problem. Thank you so much.

k8smaster avatar Sep 14 '20 13:09 k8smaster

@alangecker very excited that this project exists, thank you for all of the effort!

I'm running into the same error. http://xxxx.xxxx.xxx:8080 loads Greenlight, but when attempting to sign in/up the server throws a 500. Logs attached below, appreciate any assistance!

salt@seagl:~/bbb_tests/bbb-docker$ ./scripts/setup 
Should greenlight be included? (y/n): y
Should an automatic HTTPS Proxy be included? (y/n): n
Please enter the domain name: xxxx.xxxx.xxx
Should the recording feature be included?
   IMPORTANT: this is currently a big privacy issues, because it will 
   record everything which happens in the conference, even when the button
   suggets, that it does not.
   make sure that you awalys get peoples consent, before they join a room!
   https://github.com/bigbluebutton/bigbluebutton/issues/9202
Choice (y/n): n
Is xx.xxx.xxx.xxx your external IPv4 address? (y/n): y
--------------------------------------------------
configuration file .env got successfully created!

you can look through it for further adjusments
  $ nano .env

to start bigbluebutton run
  $ ./scripts/compose up -d



salt@seagl:~/bbb_tests/bbb-docker$ ./scripts/compose up -d
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
Creating network "bbb-docker_bbb-net" with the default driver
Creating network "bbb-docker_default" with the default driver
Creating bbb-docker_redis_1      ... done
Creating bbb-docker_postgres_1   ... done
Creating bbb-docker_freeswitch_1 ... done
Creating bbb-docker_mongodb_1    ... done
Creating bbb-docker_greenlight_1 ... done
Creating bbb-docker_kurento_1    ... done
Creating bbb-docker_periodic_1   ... done
Creating bbb-docker_core_1       ... done
Creating bbb-docker_etherpad_1   ... done
Creating bbb-docker_webrtc-sfu_1 ... done
Creating bbb-docker_html5_1      ... done
Creating bbb-docker_nginx_1      ... done



salt@seagl:~/bbb_tests/bbb-docker$ ./scripts/compose exec greenlight bundle exec rake admin:create
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
Account successfully created.
Email: [email protected]
Password: administrator
Role: admin
PLEASE CHANGE YOUR PASSWORD IMMEDIATELY



salt@seagl:~/bbb_tests/bbb-docker$ ./scripts/compose ps
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
         Name                        Command                  State                Ports          
--------------------------------------------------------------------------------------------------
bbb-docker_core_1         /entrypoint.sh                   Up                                     
bbb-docker_etherpad_1     /entrypoint.sh                   Up             9001/tcp                
bbb-docker_freeswitch_1   /bin/sh -c /entrypoint.sh        Up                                     
bbb-docker_greenlight_1   bin/start                        Up             10.7.7.1:5000->80/tcp   
bbb-docker_html5_1        /entrypoint.sh                   Up                                     
bbb-docker_kurento_1      /entrypoint.sh                   Up (healthy)                           
bbb-docker_mongodb_1      docker-entrypoint.sh mongod      Up             27017/tcp               
bbb-docker_nginx_1        /docker-entrypoint.sh ngin ...   Up                                     
bbb-docker_periodic_1     /entrypoint.sh                   Up                                     
bbb-docker_postgres_1     docker-entrypoint.sh postgres    Up             5432/tcp                
bbb-docker_redis_1        docker-entrypoint.sh redis ...   Up             6379/tcp                
bbb-docker_webrtc-sfu_1   ./docker-entrypoint.sh npm ...   Up             127.0.0.1:3008->3008/tcp



salt@seagl:~/bbb_tests/bbb-docker$ ./scripts/compose logs -f --tail=20
WARNING: Python-dotenv could not parse statement starting at line 83
WARNING: Python-dotenv could not parse statement starting at line 83
Attaching to bbb-docker_nginx_1, bbb-docker_html5_1, bbb-docker_webrtc-sfu_1, bbb-docker_etherpad_1, bbb-docker_core_1, bbb-docker_periodic_1, bbb-docker_kurento_1, bbb-docker_mongodb_1, bbb-docker_greenlight_1, bbb-docker_redis_1, bbb-docker_freeswitch_1, bbb-docker_postgres_1
core_1        | red5           | 2020-10-24T06:25:24.482Z [Loader:/video] org.red5.server.Server - Add mapping global: default host:  context: video
core_1        | red5           | 2020-10-24T06:25:24.482Z [Loader:/video] org.red5.server.Server - Add mapping global: default host: localhost context: video
core_1        | red5           | 2020-10-24T06:25:24.482Z [Loader:/video] org.red5.server.Server - Add mapping global: default host: localhost:8088 context: video
core_1        | red5           | 2020-10-24T06:25:24.483Z [Loader:/video] org.red5.server.Server - Add mapping global: default host: 127.0.0.1:8088 context: video
core_1        | red5           | 2020-10-24T06:25:24.488Z [Loader:/video] org.red5.server.scope.WebScope - Webscope already registered; remove the 'init-method' from your 'web.scope' bean to prevent this message in the future.
core_1        | bbb-fsesl-akka | 2020-10-24T06:25:24.588Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-web        | 2020-10-24T06:25:26.195Z INFO  o.b.p.i.PresentationConversionCompletionService - Ready to process presentation files!
core_1        | bbb-web        | 2020-10-24T06:25:26.218Z INFO  o.b.w.s.callback.CallbackUrlService - Starting callback url service.
core_1        | bbb-web        | 2020-10-24T06:25:26.220Z INFO  o.bigbluebutton.api.MeetingService - Starting Meeting Service.
core_1        | bbb-web        | 2020-10-24T06:25:26.230Z INFO  o.b.api.ClientConfigService - ClientConfigService initialised
core_1        | bbb-web        | 2020-10-24T06:25:26.621Z INFO  org.bigbluebutton.web.Application - Started Application in 17.348 seconds (JVM running for 20.17)
core_1        | bbb-web        | Grails application running at http://0.0.0.0:8090 in environment: production
core_1        | bbb-fsesl-akka | 2020-10-24T06:25:26.828Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:25:26.830Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 0 minutes, 22 seconds, 811 milliseconds, 242 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/45.53","Current Stack Size/Max 240K/8192K"]
core_1        | bbb-fsesl-akka | 2020-10-24T06:25:44.489Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:26:04.511Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | red5           | 2020-10-24T06:26:10.388Z [pool-5-thread-1] org.red5.server.tomcat.WarDeployer - Deploy wars with app start
core_1        | bbb-fsesl-akka | 2020-10-24T06:26:24.507Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:26:31.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:26:31.832Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 1 minute, 27 seconds, 811 milliseconds, 753 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/96.17","Current Stack Size/Max 240K/8192K"]
greenlight_1  | I, [2020-10-24T06:25:22.178308 #21]  INFO -- : Writing /usr/src/app/public/assets/office365-logo-02ff0eb61fa4d08b4c99ebf11eb421c41d8ec2f1c66a4a1f480762cad7834b26.jpg
greenlight_1  | I, [2020-10-24T06:25:22.181693 #21]  INFO -- : Writing /usr/src/app/public/assets/placeholder-user-ab6c04768c4e7f748d88e4028e10ed77423767fd1c9a1d8d59005191134c3df8.jpg
greenlight_1  | I, [2020-10-24T06:25:22.185365 #21]  INFO -- : Writing /usr/src/app/public/assets/twitter-logo-1b7eebbb6441be6d6ecb92539fa4a044247850c29e784bea9a298415d0414a23.png
greenlight_1  | I, [2020-10-24T06:25:22.187927 #21]  INFO -- : Writing /usr/src/app/public/assets/windows-logo-60621adc8d1d538d4269922ebe645d540d0591f190701cf2704143458965b928.png
greenlight_1  | I, [2020-10-24T06:25:31.929912 #21]  INFO -- : Writing /usr/src/app/public/assets/application-6674d085ce89c9576a68113b9f925a931fe8c87c96bba9baefb027e6d29aaa6f.js
greenlight_1  | I, [2020-10-24T06:25:31.930086 #21]  INFO -- : Writing /usr/src/app/public/assets/application-6674d085ce89c9576a68113b9f925a931fe8c87c96bba9baefb027e6d29aaa6f.js.gz
greenlight_1  | autoprefixer: /usr/src/app/app/assets/stylesheets/application.scss:13152:3: Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed
greenlight_1  | I, [2020-10-24T06:25:34.065138 #21]  INFO -- : Writing /usr/src/app/public/assets/application-4d4fe418ff77b6c57a0fdbaca22c85d802f2f8a4b9a03a854b9ceadbe4434984.css
greenlight_1  | I, [2020-10-24T06:25:34.065251 #21]  INFO -- : Writing /usr/src/app/public/assets/application-4d4fe418ff77b6c57a0fdbaca22c85d802f2f8a4b9a03a854b9ceadbe4434984.css.gz
greenlight_1  | [1] Puma starting in cluster mode...
greenlight_1  | [1] * Version 3.12.6 (ruby 2.5.1-p57), codename: Llamas in Pajamas
greenlight_1  | [1] * Min threads: 5, max threads: 5
greenlight_1  | [1] * Environment: production
greenlight_1  | [1] * Process workers: 1
greenlight_1  | [1] * Preloading application
greenlight_1  | [1] * Listening on tcp://0.0.0.0:80
greenlight_1  | [1] ! WARNING: Detected 1 Thread(s) started in app boot:
greenlight_1  | [1] ! #<Thread:0x0000563951889bf0@/usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:299 sleep> - /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:301:in `sleep'
greenlight_1  | [1] Use Ctrl-C to stop
greenlight_1  | [1] - Worker 0 (pid: 126) booted, phase: 0
freeswitch_1  | |   Paypal Donations Appreciated: [email protected]       |
freeswitch_1  | |   Brought to you by ClueCon http://www.cluecon.com/         |
freeswitch_1  | .=============================================================.
freeswitch_1  | 
freeswitch_1  | .=======================================================================================================.
freeswitch_1  | |       _                            _    ____ _             ____                                       |
freeswitch_1  | |      / \   _ __  _ __  _   _  __ _| |  / ___| |_   _  ___ / ___|___  _ __                             |
freeswitch_1  | |     / _ \ | '_ \| '_ \| | | |/ _` | | | |   | | | | |/ _ \ |   / _ \| '_ \                            |
freeswitch_1  | |    / ___ \| | | | | | | |_| | (_| | | | |___| | |_| |  __/ |__| (_) | | | |                           |
freeswitch_1  | |   /_/   \_\_| |_|_| |_|\__,_|\__,_|_|  \____|_|\__,_|\___|\____\___/|_| |_|                           |
freeswitch_1  | |                                                                                                       |
freeswitch_1  | |    ____ _____ ____    ____             __                                                             |
freeswitch_1  | |   |  _ \_   _/ ___|  / ___|___  _ __  / _| ___ _ __ ___ _ __   ___ ___                                |
freeswitch_1  | |   | |_) || || |     | |   / _ \| '_ \| |_ / _ \ '__/ _ \ '_ \ / __/ _ \                               |
freeswitch_1  | |   |  _ < | || |___  | |__| (_) | | | |  _|  __/ | |  __/ | | | (_|  __/                               |
freeswitch_1  | |   |_| \_\|_| \____|  \____\___/|_| |_|_|  \___|_|  \___|_| |_|\___\___|                               |
freeswitch_1  | |                                                                                                       |
freeswitch_1  | |     ____ _             ____                                                                           |
freeswitch_1  | |    / ___| |_   _  ___ / ___|___  _ __         ___ ___  _ __ ___                                       |
freeswitch_1  | |   | |   | | | | |/ _ \ |   / _ \| '_ \       / __/ _ \| '_ ` _ \                                      |
kurento_1     | 0:00:00.217130913     1 0x55737474b730 INFO    KurentoServerMethods ServerMethods.cpp:90:ServerMethods: Using above 80% of system limits will throw NOT_ENOUGH_RESOURCES exception
kurento_1     | 0:00:00.217141922     1 0x55737474b730 INFO    KurentoServerMethods ServerMethods.cpp:109:ServerMethods: System limits: unlimited threads, 1048576 files
kurento_1     | 0:00:00.217345107     1 0x55737474b730 INFO       KurentoWorkerPool WorkerPool.cpp:67:WorkerPool: Worker thread pool size: 8
kurento_1     | 0:00:00.217755788     1 0x55737474b730 INFO    KurentoServerMethods ServerMethods.cpp:144:ServerMethods: RPC Request Cache is ENABLED
kurento_1     | 0:00:00.217963257     1 0x55737474b730 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:179:initWebSocket: WebSocket server (ws://) listening on address '::', port 8888
kurento_1     | 0:00:00.217975886     1 0x55737474b730 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:88:WebSocketTransport: Secure WebSocket server (wss://) not enabled
kurento_1     | 0:00:00.218264887     1 0x55737474b730 INFO      KurentoMediaServer main.cpp:259:main: Kurento Media Server started
kurento_1     | 0:00:03.000720994     1 0x55737474bb00 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:541:openHandler: Client connected from kurento:8888
kurento_1     | 0:00:03.007996386     1 0x7fa410001c90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","params":{"interval":5000},"id":0}
kurento_1     | 0:00:03.008207656     1 0x7fa410001c90 INFO    KurentoServerMethods ServerMethods.cpp:811:ping: WebSocket Ping/Pong
kurento_1     | 0:00:03.008342486     1 0x7fa410001c90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":0,"jsonrpc":"2.0","result":{"value":"pong"}}
kurento_1     | 0:00:03.008928986     1 0x7fa40c002230 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"describe","params":{"object":"manager_ServerManager"},"id":1}
kurento_1     | 0:00:03.009169590     1 0x7fa40c002230 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":1,"jsonrpc":"2.0","result":{"hierarchy":["kurento.MediaObject"],"qualifiedType":"kurento.ServerManager","sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","type":"ServerManager"}}
kurento_1     | 0:00:03.009197094     1 0x7fa40c002230 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:468:storeConnection: Asociating session 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:00:03.013911909     1 0x7fa408001b90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"invoke","params":{"object":"manager_ServerManager","operation":"getInfo","sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213"},"id":2}
kurento_1     | 0:00:03.014245285     1 0x7fa408001b90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":2,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":{"__module__":"kurento","__type__":"ServerInfo","capabilities":["transactions"],"modules":[{"__module__":"kurento","__type__":"ModuleInfo","factories":["HubPort","MediaPipeline","PassThrough"],"generationTime":"Jun 16 2020 16:37:41","name":"core","version":"6.14.0"},{"__module__":"kurento","__type__":"ModuleInfo","factories":["AlphaBlending","Composite","Dispatcher","DispatcherOneToMany","HttpPostEndpoint","Mixer","PlayerEndpoint","RecorderEndpoint","RtpEndpoint","WebRtcEndpoint"],"generationTime":"Jun 16 2020 16:47:08","name":"elements","version":"6.14.0"},{"__module__":"kurento","__type__":"ModuleInfo","factories":["FaceOverlayFilter","GStreamerFilter","ImageOverlayFilter","ZBarFilter"],"generationTime":"Jun 16 2020 16:56:52","name":"filters","version":"6.14.0"}],"type":"KMS","version":"6.14.0"}}}
kurento_1     | 0:01:00.218487860     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:01:03.008014328     1 0x7fa3f8001ad0 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":3}
kurento_1     | 0:01:03.008308794     1 0x7fa3f8001ad0 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:01:03.008559457     1 0x7fa3f8001ad0 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":3,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
postgres_1    | 
postgres_1    | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1    | 
postgres_1    | 2020-10-24 06:25:04.936 UTC [1] LOG:  starting PostgreSQL 12.4 (Debian 12.4-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
postgres_1    | 2020-10-24 06:25:04.936 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1    | 2020-10-24 06:25:04.937 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1    | 2020-10-24 06:25:04.940 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1    | 2020-10-24 06:25:04.953 UTC [25] LOG:  database system was shut down at 2020-10-24 06:21:41 UTC
postgres_1    | 2020-10-24 06:25:04.956 UTC [1] LOG:  database system is ready to accept connections
postgres_1    | 2020-10-24 06:25:05.855 UTC [32] LOG:  invalid length of startup packet
postgres_1    | 2020-10-24 06:25:09.605 UTC [33] ERROR:  database "greenlight" already exists
postgres_1    | 2020-10-24 06:25:09.605 UTC [33] STATEMENT:  CREATE DATABASE "greenlight" ENCODING = 'utf8'
etherpad_1    | All relative paths will be interpreted relative to the identified Etherpad base dir: /opt/etherpad-lite
etherpad_1    | Random string used for versioning assets: d8b2addf
etherpad_1    | [2020-10-24 06:25:05.678] [DEBUG] AbsolutePaths - Relative path "settings.json" can be rewritten to "/opt/etherpad-lite/settings.json"
etherpad_1    | [2020-10-24 06:25:05.679] [DEBUG] AbsolutePaths - Relative path "credentials.json" can be rewritten to "/opt/etherpad-lite/credentials.json"
etherpad_1    | settings loaded from: /opt/etherpad-lite/settings.json
etherpad_1    | No credentials file found in /opt/etherpad-lite/credentials.json. Ignoring.
etherpad_1    | Unknown Setting: 'cookie'. This setting doesn't exist or it was removed
etherpad_1    | [2020-10-24 06:25:05.690] [INFO] console - Using skin "bigbluebutton" in dir: /opt/etherpad-lite/src/static/skins/bigbluebutton
etherpad_1    | [2020-10-24 06:25:05.690] [INFO] console - Session key file "/opt/etherpad-lite/SESSIONKEY.txt" not found. Creating with random contents.
etherpad_1    | [2020-10-24 06:25:06.871] [INFO] APIHandler - Api key file read from: "/tmp/apikey"
etherpad_1    | [2020-10-24 06:25:07.100] [ERROR] console - Failed to load '/opt/etherpad-lite/node_modules/ep_bigbluebutton_patches/index:init' for 'ep_bigbluebutton_patches/bbb_hooks/hooks/init_ep_bigbluebutton_patches': Not a function
etherpad_1    | [2020-10-24 06:25:07.159] [INFO] console - Installed plugins: [email protected], [email protected], [email protected]
etherpad_1    | [2020-10-24 06:25:07.164] [ERROR] console - Failed to load 'ep_bigbluebutton_patches/index:init' for 'ep_bigbluebutton_patches/bbb_hooks/hooks/init_ep_bigbluebutton_patches': Not a function
etherpad_1    | [2020-10-24 06:25:07.164] [INFO] console - Report bugs at https://github.com/ether/etherpad-lite/issues
etherpad_1    | [2020-10-24 06:25:07.165] [INFO] console - Your Etherpad version is 1.8.6 (299bd96)
etherpad_1    | [2020-10-24 06:25:07.436] [INFO] console - You can access your Etherpad instance at http://0.0.0.0:9001/
etherpad_1    | [2020-10-24 06:25:07.440] [WARN] console - Admin username and password not set in settings.json.  To access admin please uncomment and edit 'users' in settings.json
etherpad_1    | Node worker_threads not available. Trying to fall back to tiny-worker polyfill...
etherpad_1    | Node worker_threads not available. Trying to fall back to tiny-worker polyfill...
html5_1       | warn: SERVER STARTED.
html5_1       | ENV=production,
html5_1       | nodejs version=v8.17.0
html5_1       | CDN=
html5_1       |  {"mobileFontSize":"16px","desktopFontSize":"14px","audioChatNotification":false,"autoJoin":true,"listenOnlyMode":true,"forceListenOnly":false,"skipCheck":false,"clientTitle":"BigBlueButton","appName":"BigBlueButton HTML5 Client","bbbServerVersion":2.2,"copyright":"©2020 BigBlueButton Inc.","html5ClientBuild":1058,"helpLink":"https://bigbluebutton.org/html5/","lockOnJoin":true,"cdn":"","basename":"/html5client","askForFeedbackOnLogout":false,"allowDefaultLogoutUrl":true,"allowUserLookup":false,"enableNetworkInformation":false,"enableLimitOfViewersInWebcam":false,"enableMultipleCameras":false,"enableTalkingIndicator":true,"mirrorOwnWebcam":false,"viewersInWebcam":8,"ipv4FallbackDomain":"","allowLogout":true,"allowFullscreen":true,"remainingTimeThreshold":30,"remainingTimeAlertThreshold":1,"breakoutRoomLimit":8,"defaultSettings":{"application":{"animations":true,"chatAudioAlerts":false,"chatPushAlerts":false,"userJoinAudioAlerts":false,"userJoinPushAlerts":false,"fallbackLocale":"en","overrideLocale":null},"audio":{"inputDeviceId":"undefined","outputDeviceId":"undefined"},"dataSaving":{"viewParticipantsWebcams":true,"viewScreenshare":true}},"shortcuts":{"openOptions":{"accesskey":"O","descId":"openOptions"},"toggleUserList":{"accesskey":"U","descId":"toggleUserList"},"toggleMute":{"accesskey":"M","descId":"toggleMute"},"joinAudio":{"accesskey":"J","descId":"joinAudio"},"leaveAudio":{"accesskey":"L","descId":"leaveAudio"},"togglePublicChat":{"accesskey":"P","descId":"togglePublicChat"},"hidePrivateChat":{"accesskey":"H","descId":"hidePrivateChat"},"closePrivateChat":{"accesskey":"G","descId":"closePrivateChat"},"openActions":{"accesskey":"A","descId":"openActions"}},"branding":{"displayBrandingArea":false},"connectionTimeout":60000,"showHelpButton":true,"effectiveConnection":["critical","danger","warning"]}
mongodb_1     | 2020-10-24T06:25:07.770+0000 I  INDEX    [conn1] build may temporarily use up to 200 megabytes of RAM
mongodb_1     | 2020-10-24T06:25:07.770+0000 I  INDEX    [conn1] index build: collection scan done. scanned 0 total records in 0 seconds
mongodb_1     | 2020-10-24T06:25:07.771+0000 I  INDEX    [conn1] index build: inserted 0 keys from external sorter into index in 0 seconds
mongodb_1     | 2020-10-24T06:25:07.772+0000 I  INDEX    [conn1] index build: done building index meetingId_1 on ns meteor.whiteboard-multi-user
mongodb_1     | 2020-10-24T06:25:07.983+0000 I  SHARDING [conn1] Marking collection meteor.screenshare as collection version: <unsharded>
mongodb_1     | 2020-10-24T06:25:07.983+0000 I  STORAGE  [conn1] createCollection: meteor.screenshare with provided UUID: f38f5eba-0592-45a4-a233-c02a9276dd69 and options: { uuid: UUID("f38f5eba-0592-45a4-a233-c02a9276dd69") }
mongodb_1     | 2020-10-24T06:25:07.995+0000 I  INDEX    [conn1] index build: done building index _id_ on ns meteor.screenshare
mongodb_1     | 2020-10-24T06:25:08.004+0000 I  INDEX    [conn1] index build: starting on meteor.screenshare properties: { v: 2, key: { meetingId: 1 }, name: "meetingId_1", ns: "meteor.screenshare" } using method: Hybrid
mongodb_1     | 2020-10-24T06:25:08.005+0000 I  INDEX    [conn1] build may temporarily use up to 200 megabytes of RAM
mongodb_1     | 2020-10-24T06:25:08.005+0000 I  INDEX    [conn1] index build: collection scan done. scanned 0 total records in 0 seconds
mongodb_1     | 2020-10-24T06:25:08.006+0000 I  INDEX    [conn1] index build: inserted 0 keys from external sorter into index in 0 seconds
mongodb_1     | 2020-10-24T06:25:08.008+0000 I  INDEX    [conn1] index build: done building index meetingId_1 on ns meteor.screenshare
mongodb_1     | 2020-10-24T06:25:08.070+0000 I  SHARDING [conn1] Marking collection meteor.voiceCallStates as collection version: <unsharded>
mongodb_1     | 2020-10-24T06:25:08.071+0000 I  STORAGE  [conn1] createCollection: meteor.voiceCallStates with provided UUID: 556326be-5377-4e0d-9a7f-d7c81d348a4a and options: { uuid: UUID("556326be-5377-4e0d-9a7f-d7c81d348a4a") }
mongodb_1     | 2020-10-24T06:25:08.081+0000 I  INDEX    [conn1] index build: done building index _id_ on ns meteor.voiceCallStates
mongodb_1     | 2020-10-24T06:25:08.089+0000 I  INDEX    [conn1] index build: starting on meteor.voiceCallStates properties: { v: 2, key: { meetingId: 1, userId: 1 }, name: "meetingId_1_userId_1", ns: "meteor.voiceCallStates" } using method: Hybrid
mongodb_1     | 2020-10-24T06:25:08.089+0000 I  INDEX    [conn1] build may temporarily use up to 200 megabytes of RAM
mongodb_1     | 2020-10-24T06:25:08.090+0000 I  INDEX    [conn1] index build: collection scan done. scanned 0 total records in 0 seconds
mongodb_1     | 2020-10-24T06:25:08.090+0000 I  INDEX    [conn1] index build: inserted 0 keys from external sorter into index in 0 seconds
mongodb_1     | 2020-10-24T06:25:08.092+0000 I  INDEX    [conn1] index build: done building index meetingId_1_userId_1 on ns meteor.voiceCallStates
redis_1       | 1:C 24 Oct 2020 06:25:04.937 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1       | 1:C 24 Oct 2020 06:25:04.937 # Redis version=6.0.8, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1       | 1:C 24 Oct 2020 06:25:04.937 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1       | 1:M 24 Oct 2020 06:25:04.939 * Running mode=standalone, port=6379.
redis_1       | 1:M 24 Oct 2020 06:25:04.939 # Server initialized
redis_1       | 1:M 24 Oct 2020 06:25:04.939 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1       | 1:M 24 Oct 2020 06:25:04.939 * Ready to accept connections
periodic_1    | the input device is not a TTY
nginx_1       | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx_1       | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx_1       | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx_1       | 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx_1       | 10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf differs from the packages version
nginx_1       | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx_1       | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:25:49 +0000] "GET / HTTP/1.1" 302 145 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:25:49 +0000] "GET /b HTTP/1.1" 200 64138 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:25:49 +0000] "GET /b/themes/primary.css HTTP/1.1" 304 0 "http://xxxx.xxxx.xxx:8080/b" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
webrtc-sfu_1  | 2020-10-24T06:25:06.413Z - error: [sfu-mcs-api] SFU socket connection to mcs-core failed due to connect ECONNREFUSED 127.0.0.1:3010 message=connect ECONNREFUSED 127.0.0.1:3010, code=undefined
webrtc-sfu_1  | 2020-10-24T06:25:06.414Z - error: [sfu-mcs-api] SFU socket connection to mcs-core closed unexpectedly
webrtc-sfu_1  | 2020-10-24T06:25:06.414Z - info: [RedisWrapper] Successfully subscribed to pattern [to-screenshare-sfu]
webrtc-sfu_1  | 2020-10-24T06:25:06.414Z - info: [RedisWrapper] Successfully subscribed to pattern [bigbluebutton:from-bbb-transcode:system]
webrtc-sfu_1  | 2020-10-24T06:25:06.414Z - info: [RedisWrapper] Successfully subscribed to pattern [from-akka-apps-redis-channel]
webrtc-sfu_1  | 2020-10-24T06:25:06.418Z - info: [RedisWrapper] Successfully subscribed to pattern [to-video-sfu]
webrtc-sfu_1  | 2020-10-24T06:25:06.418Z - info: [RedisWrapper] Successfully subscribed to pattern [from-akka-apps-redis-channel]
webrtc-sfu_1  | 2020-10-24T06:25:06.480Z - info: [mcs-adapter-factory] Configured media server adapters: 0=Kurento, 1=Freeswitch
webrtc-sfu_1  | 2020-10-24T06:25:06.536Z - info: [mcs-strategy-manager] Strategy manager started.
webrtc-sfu_1  | 2020-10-24T06:25:06.541Z - info: [app] MCS Server is ready to receive connections
webrtc-sfu_1  | 2020-10-24T06:25:06.560Z - error: [mcs-freeswitch-esl-wrapper] FreeSWITCH ESL connection received error ECONNREFUSED errno=ECONNREFUSED, code=ECONNREFUSED, syscall=connect, address=10.7.7.1, port=8021
webrtc-sfu_1  | 2020-10-24T06:25:06.560Z - error: [mcs-freeswitch-esl-wrapper] FreeSWITCH ESL connection dropped unexpectedly
webrtc-sfu_1  | 2020-10-24T06:25:06.574Z - info: [mcs-balancer] Available hosts => [{"url":"ws://kurento:8888/kurento","ip":"xx.xxx.xxx.xxx","mediaType":"all"}]
webrtc-sfu_1  | 2020-10-24T06:25:08.395Z - info: [sfu-mcs-api] Trying to reconnect to MCS at ws://localhost:3010/mcs
webrtc-sfu_1  | 2020-10-24T06:25:08.401Z - info: [sfu-mcs-api] Connected to MCS
webrtc-sfu_1  | 2020-10-24T06:25:08.411Z - info: [sfu-mcs-api] Trying to reconnect to MCS at ws://localhost:3010/mcs
webrtc-sfu_1  | 2020-10-24T06:25:08.415Z - info: [sfu-mcs-api] Trying to reconnect to MCS at ws://localhost:3010/mcs
webrtc-sfu_1  | 2020-10-24T06:25:08.416Z - info: [sfu-mcs-api] Connected to MCS
webrtc-sfu_1  | 2020-10-24T06:25:08.419Z - info: [sfu-mcs-api] Connected to MCS
webrtc-sfu_1  | 2020-10-24T06:25:11.567Z - info: [mcs-freeswitch-esl-wrapper] Connected to FreeSWITCH ESL
core_1        | bbb-fsesl-akka | 2020-10-24T06:26:44.518Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:02:00.218761323     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:27:04.514Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:02:03.007860902     1 0x7fa414001e70 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":4}
kurento_1     | 0:02:03.008145107     1 0x7fa414001e70 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:02:03.008358851     1 0x7fa414001e70 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":4,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
core_1        | bbb-fsesl-akka | 2020-10-24T06:27:24.019Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:27:36.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:27:36.831Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 2 minutes, 32 seconds, 811 milliseconds, 472 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/97.83","Current Stack Size/Max 240K/8192K"]
core_1        | bbb-fsesl-akka | 2020-10-24T06:27:44.044Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:27:47 +0000] "GET /b/signin HTTP/1.1" 200 64009 "http://xxxx.xxxx.xxx:8080/b" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
greenlight_1  | Error during failsafe response: Couldn't find Room with [WHERE "rooms"."deleted" = $1 AND "rooms"."uid" = $2]
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:343:in `raise_record_not_found_exception!'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:109:in `take!'
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:28:00 +0000] "POST /b/u/login HTTP/1.1" 500 193 "http://xxxx.xxxx.xxx:8080/b/signin" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:89:in `find_by!'
greenlight_1  |   /usr/src/app/app/controllers/rooms_controller.rb:352:in `find_room'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:426:in `block in make_lambda'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:179:in `block (2 levels) in halting_and_conditional'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:180:in `block in halting_and_conditional'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `block in invoke_before'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `invoke_before'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:131:in `run_callbacks'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/callbacks.rb:41:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/rescue.rb:22:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `block in instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/railties/controller_runtime.rb:24:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/base.rb:134:in `process'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionview-5.2.4.4/lib/action_view/rendering.rb:32:in `process'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal.rb:191:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal.rb:252:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:34:in `serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:52:in `block in serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:35:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:35:in `serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:840:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:51:in `render_exception'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:36:in `rescue in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/lograge-0.11.2/lib/lograge/rails_ext/rack/logger.rb:15:in `call_app'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/rack/logger.rb:26:in `block in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `block in tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:28:in `tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/rack/logger.rb:26:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/request_id.rb:27:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/executor.rb:14:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/static.rb:127:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:524:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in `block in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/configuration.rb:227:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:706:in `handle_request'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:476:in `process_client'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:334:in `block in run'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/thread_pool.rb:135:in `block in spawn_thread'
kurento_1     | 0:03:00.218926522     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:28:04.038Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:03:03.009047819     1 0x7fa3f8001ad0 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":5}
kurento_1     | 0:03:03.009297783     1 0x7fa3f8001ad0 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:03:03.009534315     1 0x7fa3f8001ad0 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":5,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
html5_1       | info: Checking for inactive users
html5_1       | info: No inactive users
core_1        | bbb-fsesl-akka | 2020-10-24T06:28:24.054Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
^[[6~core_1        | bbb-fsesl-akka | 2020-10-24T06:28:41.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:28:41.831Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 3 minutes, 37 seconds, 811 milliseconds, 694 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/97.87","Current Stack Size/Max 240K/8192K"]
core_1        | bbb-fsesl-akka | 2020-10-24T06:28:44.047Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
^[[5~kurento_1     | 0:04:00.219204267     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:29:04.066Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:04:03.011455676     1 0x7fa414001e70 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":6}
kurento_1     | 0:04:03.011671776     1 0x7fa414001e70 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:04:03.011821581     1 0x7fa414001e70 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":6,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
core_1        | bbb-fsesl-akka | 2020-10-24T06:29:24.082Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:29:44.078Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:29:46.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:29:46.832Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 4 minutes, 42 seconds, 811 milliseconds, 741 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/98.07","Current Stack Size/Max 240K/8192K"]
kurento_1     | 0:05:00.219478659     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:30:04.096Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:05:03.013979002     1 0x7fa404001810 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":7}
kurento_1     | 0:05:03.014241870     1 0x7fa404001810 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:05:03.014500574     1 0x7fa404001810 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":7,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
core_1        | bbb-fsesl-akka | 2020-10-24T06:30:24.088Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:30:44.094Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:30:51.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:30:51.832Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 5 minutes, 47 seconds, 812 milliseconds, 13 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/98.13","Current Stack Size/Max 240K/8192K"]
kurento_1     | 0:06:00.219716968     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:31:04.117Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
kurento_1     | 0:06:03.015755279     1 0x7fa404001f50 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":8}
kurento_1     | 0:06:03.016065824     1 0x7fa404001f50 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:06:03.016338804     1 0x7fa404001f50 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":8,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
html5_1       | info: Checking for inactive users
html5_1       | info: No inactive users
core_1        | bbb-fsesl-akka | 2020-10-24T06:31:24.127Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:31:44.130Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
core_1        | bbb-fsesl-akka | 2020-10-24T06:31:56.827Z DEBUG o.b.f.v.f.a.CheckFreeswitchStatusCommand - Check FreeSWITCH Status.
core_1        | bbb-fsesl-akka | 2020-10-24T06:31:56.831Z INFO  o.b.f.v.f.a.CheckFreeswitchStatusCommand - ["UP 0 years, 0 days, 0 hours, 6 minutes, 52 seconds, 811 milliseconds, 472 microseconds","FreeSWITCH (Version 1.10.5 -release-17-25569c1631 64bit) is ready","0 session(s) since startup","0 session(s) - peak 0, last 5min 0 ","0 session(s) per Sec out of max 30, peak 0, last 5min 0 ","1000 session(s) max","min idle cpu 0.00/97.97","Current Stack Size/Max 240K/8192K"]
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:31:58 +0000] "GET / HTTP/1.1" 302 145 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:31:58 +0000] "GET /b HTTP/1.1" 200 64130 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:31:58 +0000] "GET /b/themes/primary.css HTTP/1.1" 304 0 "http://xxxx.xxxx.xxx:8080/b" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:32:00 +0000] "GET /b/signup HTTP/1.1" 200 64603 "http://xxxx.xxxx.xxx:8080/b" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
kurento_1     | 0:07:00.220053621     1 0x7fa3fc001d30 INFO    KurentoWebSocketTransport WebSocketTransport.cpp:346:keepAliveSessions: Keep alive 955208e3-beaa-46b6-b147-b3ea74d28213
core_1        | bbb-fsesl-akka | 2020-10-24T06:32:04.137Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.
greenlight_1  | Error during failsafe response: Couldn't find Room with [WHERE "rooms"."deleted" = $1 AND "rooms"."uid" = $2]
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:343:in `raise_record_not_found_exception!'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:109:in `take!'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/relation/finder_methods.rb:89:in `find_by!'
greenlight_1  |   /usr/src/app/app/controllers/rooms_controller.rb:352:in `find_room'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:426:in `block in make_lambda'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:179:in `block (2 levels) in halting_and_conditional'
nginx_1       | 76.121.97.13 - - [24/Oct/2020:06:32:06 +0000] "POST /b/signup HTTP/1.1" 500 193 "http://xxxx.xxxx.xxx:8080/b/signup" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:180:in `block in halting_and_conditional'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `block in invoke_before'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:513:in `invoke_before'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:131:in `run_callbacks'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/callbacks.rb:41:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/rescue.rb:22:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `block in instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `instrument'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.4/lib/active_record/railties/controller_runtime.rb:24:in `process_action'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/abstract_controller/base.rb:134:in `process'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionview-5.2.4.4/lib/action_view/rendering.rb:32:in `process'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal.rb:191:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_controller/metal.rb:252:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:34:in `serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:52:in `block in serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:35:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/journey/router.rb:35:in `serve'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/routing/route_set.rb:840:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:51:in `render_exception'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:36:in `rescue in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/lograge-0.11.2/lib/lograge/rails_ext/rack/logger.rb:15:in `call_app'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/rack/logger.rb:26:in `block in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `block in tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:28:in `tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `tagged'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/rack/logger.rb:26:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/request_id.rb:27:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/executor.rb:14:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/static.rb:127:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:524:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in `block in call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `each'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/configuration.rb:227:in `call'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:706:in `handle_request'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:476:in `process_client'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/server.rb:334:in `block in run'
greenlight_1  |   /usr/src/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.6/lib/puma/thread_pool.rb:135:in `block in spawn_thread'
kurento_1     | 0:07:03.016580763     1 0x7fa408001b90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:519:processMessage: Message: {"jsonrpc":"2.0","method":"ping","id":9}
kurento_1     | 0:07:03.016835272     1 0x7fa408001b90 INFO    KurentoServerMethods ServerMethods.cpp:814:ping: WebSocket Ping/Pong with sessionId 955208e3-beaa-46b6-b147-b3ea74d28213
kurento_1     | 0:07:03.017039840     1 0x7fa408001b90 DEBUG   KurentoWebSocketTransport WebSocketTransport.cpp:521:processMessage: Response: {"id":9,"jsonrpc":"2.0","result":{"sessionId":"955208e3-beaa-46b6-b147-b3ea74d28213","value":"pong"}}
core_1        | bbb-fsesl-akka | 2020-10-24T06:32:24.143Z INFO  o.b.f.v.freeswitch.ESLEventListener - Received Heartbeat from Freeswitch.

altsalt avatar Oct 24 '20 06:10 altsalt

I had the same issue. I was using bigbluebutton-docker and was forwarding requests from apache to greenlight vm (10.7.7.1:5000) directly which is wrong. It was resolved when I forwarded requests to 127.0.0.1:8080 according to the docs

mghadam avatar Jan 07 '21 17:01 mghadam

I had the same issue. I was using bigbluebutton-docker and was forwarding requests from apache to greenlight vm (10.7.7.1:5000) directly which is wrong. It was resolved when I forwarded requests to 127.0.0.1:8080 according to the docs

but is it the same when using the default nginx proxy? (which gets installed with bbb-docker) cause im getting the same without using anything outside the installation and then the ip:8080 to connect

NoobKeksTV avatar Feb 11 '21 15:02 NoobKeksTV